Hello folks,
aim of my task is to transfer ADC data through USB from my nrf5340DK to my windows PC, so I can use this data to controll some python game.
SDK: nrf2.6.2
toolchain: v2.6.2
I evaluated the example "saadc_advanced_non_blocking_internal_timer" and changed the saadc_handler() function, especially the "case NRFX_SAADC_EVT_BUF_REQ:" , so its continuously sampling the ADC channel. Problem was, that
[00:13:02.882,751] <inf> NRFX_EXAMPLE: 300
--- 76 messages dropped ---
[00:13:02.891,448] <inf> NRFX_EXAMPLE: 302
--- 76 messages dropped ---
[00:13:02.900,146] <inf> NRFX_EXAMPLE: 302
Messages were dropped, so I want to implement the