Hello everyone,
im quite new to nrf52.
i m trying to fecth the ADC value on teraterm. but it is not showing the expected output.
please help..
thanx in advance.
Hello everyone,
im quite new to nrf52.
i m trying to fecth the ADC value on teraterm. but it is not showing the expected output.
please help..
thanx in advance.
Hi Shubham,
There is the Nordic UART Service (NUS), which provides UART over BLE. You can gain more information from the BLE Services Tutorial. When using NUS, you van encode your values. You can send integer numbers and floats by using their binary values or another way would be to use the sprintf( ) as mentioned in this ticket.
Regards,
Priyanka