sending voltage to the terminal

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
aliissa02
Level 4
Level 4
100 sign-ins 50 replies posted 5 likes given

Hello,

I have built a circuit and I am trying to measure the ADC voltage and display it in the terminal but its not working. I have attached the project. Can anyone help please?

0 Likes
1 Solution
lock attach
Attachments are accessible only for community members.
Raj_C
Moderator
Moderator
Moderator
250 solutions authored 500 replies posted 50 likes received

Hi @aliissa02,

I have made some changes to your attached project. Please, check it out.

>> Printf statements don't work directly for the serial terminal. You have to make changes for the same. Instead of that, you can use the functions used in the attached project.

>> if you want to use printf statements, refer to the following thread:printf and float rhapsody (aka, yet another printf and floating topic) 

Please, let me know if you need further clarification.

Thank you

Best Regards

Raj Chaudhari

View solution in original post

0 Likes
2 Replies
lock attach
Attachments are accessible only for community members.
Raj_C
Moderator
Moderator
Moderator
250 solutions authored 500 replies posted 50 likes received

Hi @aliissa02,

I have made some changes to your attached project. Please, check it out.

>> Printf statements don't work directly for the serial terminal. You have to make changes for the same. Instead of that, you can use the functions used in the attached project.

>> if you want to use printf statements, refer to the following thread:printf and float rhapsody (aka, yet another printf and floating topic) 

Please, let me know if you need further clarification.

Thank you

Best Regards

Raj Chaudhari

0 Likes
aliissa02
Level 4
Level 4
100 sign-ins 50 replies posted 5 likes given

This makes sense, thank you very much!

0 Likes