This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Examples of nRF52 Development Kit connected to piezo sensor?

Hello,

I've done this with an Arduino and 1Sheeld Bluetooth LE shield, but want to try with the nRF52 dev kit. Just looking for any starter code/examples/tutorials to help me with integrating a basic piezo sensor to the nRF52 dev kit, anybody come across anything like that?

Thanks!

  • In your case you probably want an example showing use of the SAADC on the nRF52. The SDK has examples of all of the various nRF52 peripherals. In whatever SDK you downloaded just go to the folder examples\peripherals\saadc. I'd also read up on the SAADC documentation.

  • You may want to provide some more information about the sensor you have. What kind of output data, how do you interface it with the MCU ?