Hello,
I am using nRF52840 Dongle and I want to use AIN0 pin for reading a sensor data. I was using PIC for this kind of project(C Programming) before nRF52840. Here my questions;
1) I am new at programming nRF52840 and i need some examples for Analog Digital Converter. So how can i make ADC configuration basically ? I tried to understand SAADC example but it uses timer interrup. I need to use it without any interrupt.
2) Which functions are using for getting value between 0-2048(for 11 bits res.) ? In examples used 2 dimensions array for storage value of ADC results. I just want to store it an integer.
If we compare nRF52840 with PIC, nRF52840 is very complicate for me and it's libraries are not using basic C language. So i need some basic examples.
Thank you :)