Hi,
Is there any example of adc (saadc) and uart throw ble?
I want to take same measurements from fotoresistor and send data via ble_uart i found same example but no one works on nrf52 - PCA10040.
Thanks for help guys :)
Hi Jdam!
You can take a look at this example on github:
This SAADC example samples on 4 different input pins, and enables scan mode to do that. Transmits SAADC output to hardware UART and over BLE via Nordic UART Servive (NUS).
The example is an offspring from the ble_app_uart example found in SDK v13.0.0.
Best regards,
Joakim.