Hey, I use nrf52 dk with nrf5 usb dongle. I am using this ble_app_uart__saadc_timer_driven__scan_mode example, I think it is working just fine, but the values are in hex-format right?
Here is a screenshot from log in nrf connect pc:
So, I am having hard time understading how the adc values are put in that message. The example uses 4 inputs and prints the values in termite just fine.
Also, why I can't open the log file. When I press the putton on nrf connect pc -app it does nothing at all. Is the log file saved somewhere?
I tried to use sprintf (picture below) to make sent values to string but it had no effect.