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

Is there a sample for SDK8 with SD8 for reading 2x ADC inputs, perhaps without busy waiting?

Hi everyone,

I've found a few posts and a lot of info but I'd like to know if there is an existing example that merges a few of the examples found here (github.com/.../nrf51-ADC-examples) for SDK8.1.0 and SD8.0.0.

This is a big ask, but basically an example that has the combined features of:

  1. adc-example-with-softdevice
  2. simultaneous-adc-sampling-from-two-inputs
  3. rtc0_triggering_ADC_sample_from_GPIO_pin

Now I must admit that's a bit of a long shot to get all 3 in one, and perhaps avoidind busy waiting (what #3 does) just isn't possible in thisscenarie. So something that does #1 and #2 and isn't as basic as the 'adc_simple' that comes with SDK 8.1.0 would be cool. Apologies if I've missed a 8.1.0SDK SoftDevice example, long long days...

Thanks Wayne

Related