I have interfaced nRF52 with ESP8266. I am sending data from ESP8266 to nRF52 .I want to read the UART data and store it in a variable.
I have interfaced nRF52 with ESP8266. I am sending data from ESP8266 to nRF52 .I want to read the UART data and store it in a variable.
Hi
Then you could, for example, make the application write the data to flash when the buffer is filled up (see app_uart_get) and tell the terminal when the buffer is cleared and the nRF is ready to receive again.
Best regards,
Simon
Hi
Then you could, for example, make the application write the data to flash when the buffer is filled up (see app_uart_get) and tell the terminal when the buffer is cleared and the nRF is ready to receive again.
Best regards,
Simon