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

non blocking delay

Hi,

I work with a ship nrf52832.

I try to realise a communication beetween an UART sensor and the ship.

When i send my command (app_uart_put), i use nrf_delay_ms fonction to wait the answer and synchnise my communication. 

But during the delay my bytes are not sent.

Actually my soft is based on the ble_perepherical/ble_app_uart SDK example.

Thanks for you help

Regards 

Guillaume