I've been chasing my tail trying to figure this out, and thought I'd have better luck making a post instead. I could REALLY use your help! If you can merely point me in the right direction, or give me a heads up on possible roadblocks I can expect, anything really, I'd appreciate it! I don't want the majority of my project time going into setting up and configuration, but it has.
I've attempted following these links/tutorials with no success:
https://github.com/NordicPlayground/nRF52-ADC-examples/blob/master/saadc_low_power/main.c
https://devzone.nordicsemi.com/f/nordic-q-a/8676/simulataneous-adc-sampling
https://devzone.nordicsemi.com/f/nordic-q-a/44758/trouble-with-simple-saadc-sampling
Hardware in hand: nRF52840 Dongle + nRF52840 Development Kit (DK)
Software being used at the moment: SEGGER (on MacOS), nRF Connect
Goal:
A. Configure proper software so for *modular* sampling of 2*max_freq of single analogue input (0-3V) on the Development kit (solely for debugging, end goal will be to only have to use the Dongle)
B. Utilize the internal micro controller so the ADC transfers the data in the local memory acting as a buffer before the wireless transmission.
C. Send via wireless transmission to Nordic mobile app (and implement any bluetooth modules needed)
Questions:
1. How do I configure the UART on SEGGER, or in general display and check my outputs are correct? I attempted following a tutorial from Nordic, mentioning things like baut rate which doesn't seem to be on SEGGER.
2. Do I use nRF Connect, nRF Toolbox, or both for setting up? If both, how do I get these to communicate with each other and SEGGER?
3. Should I use SoftDevices? Which ones should I look into?