2

I need an alternative to analogRead() that doesn't block the processor. I've managed to find a lot of solutions for this for other boards, but not something that's compatible with nrf5240 like the one that's on Arduino Nano 33 BLE sense. Does something like this already exist? Would it be difficult to make?

dda
1,5951 gold badge12 silver badges17 bronze badges
asked Mar 14, 2024 at 1:34
1
  • It has mbed-os rtos, so you can do it in another thread. Or you can read nRF58240 Product specification and use EasyDMA (it has even sample rate, multiple channels setup, ..) Commented Mar 14, 2024 at 17:03

0

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.