I have an application running on an STM32L1 and want to adapt it to the nRF52832 w/ SDK 13.2.
This app read three analog sensors and send data to another device, using UART.
I have no problem in adapting the core app (for it is plain c) but don't find what files I have to include in the nRf52 project (libs etc.)
I have searched for an example on the nRF52 SDK but the one I found, using ADC is the "ble_app_proximity". It is a lot too heavy for me because I don't want to use BLE at that stage.
Does anyone know a simpler example of ADC use and UART data transmission where I can find all the necessary files to include in my project ?
