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

PeYu_4639956
Level 3
Level 3
10 replies posted 10 questions asked 10 sign-ins

请问,使用wiced_hal_adc_read_raw_sample(ADC_INPUT_CHANNEL_SEL channel)读取的AD值,怎么换算成电压值?

1 Solution
Charles_Lai
Moderator
Moderator
Moderator
10 questions asked 250 replies posted 100 solutions authored

Hi,

ADC读出的电压数值是相对于参考电压(满程电压)的比例,要换算成电压值还需要知道您提供的参考电压。

请参见:

https://www.cnblogs.com/zhugeanran/p/9449911.html

https://cypresssemiconductorco.github.io/btsdk-docs/BT-SDK/20706-A2_Bluetooth/API/group___adc_driver...

Best regards

View solution in original post

0 Likes
2 Replies
Charles_Lai
Moderator
Moderator
Moderator
10 questions asked 250 replies posted 100 solutions authored

Hi,

ADC读出的电压数值是相对于参考电压(满程电压)的比例,要换算成电压值还需要知道您提供的参考电压。

请参见:

https://www.cnblogs.com/zhugeanran/p/9449911.html

https://cypresssemiconductorco.github.io/btsdk-docs/BT-SDK/20706-A2_Bluetooth/API/group___adc_driver...

Best regards

0 Likes
PeYu_4639956
Level 3
Level 3
10 replies posted 10 questions asked 10 sign-ins

非常感谢!

0 Likes