Can anyone explain SAADC code under peripheral in SDK 15.00 for nrf52dk? and how can we use the data of analog read in ble to send the analog read data?
Can anyone explain SAADC code under peripheral in SDK 15.00 for nrf52dk? and how can we use the data of analog read in ble to send the analog read data?
Check out this thread: https://devzone.nordicsemi.com/f/nordic-q-a/35774/adc-reading-from-ntc-thermistor
To send the data over BLE I recommend to check out the ble_app_blinky or ble_app_uart examples in the SDK.
Best regards,
Kenneth