Hi everyone. I want to take advertising data with ble scanner and transmit to esp32 via uart. But I don't know how to do this. Is there an example for this? I need your help on this.
sasci said:When I use app_uart_put(), don't read received data.
Specifically which error does the function return?
Please make sure to have DEBUG defined in your preprocessor defines like shown in the included image:
This will make your logger output a detailed error message whenever a non-NRF_SUCCESS error code is passed to an APP_ERROR_CHECK.
sasci said:But I can read that on J-link RTT.
If you have configured the logger to use the RTT backend you will see the NRF_LOG_* statements printed to RTT. The RTT terminal does not output UART messages.
Best regards,
Karl