This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Nrf52 ADC + ble_uart

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.

Related