Hello, I was wondering how can I send data continuously over NUS.
I am using the ble app_uart and app_uart_c to program two NRF52382 with s132. My goal is to sample a signal through the adc at 250Hz on the peripheral and transmit it back to the master.
I am unsure on how to approach sending so much data automatically when the current example only handles a few bytes manually.
I am afraid that the ble_nus_string_send(
) can't handle what I want.