This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Need help in Convert int to string in ADC

Hi every one,

First of all, i'd like to thank everyone for their support and assist

I try to use the internal ADC of nrf51822 module and send the value over bluetooth, i notice the received value in UART terminal show string equivalent value of integer ADC value , the command "ble_nus_string_send" send the data as integer(as it reads from ADC as uint8_t deceleration), but it is received as string, is this conclusion true or false? i ask if there is a suitable way to convert the integer value to string, i try many ways but it does not work.

Thanks for your help

Regards

Related