Hi!
I am realizing a comunication between a serial device and the nRF52832 through UART; i set PIN 5 for TX and PIN 10 for RX (after set PIN 10 for GPIO use) and i don't use flow control; the data read through serial is send through bluetooth (my code is based on ble_app_hts example in the SDK 15.3); individually, the serial comunication and the bluetooth comunication work, but together i had any problem: I need to write command data to the serial before of reading the response data; after executed tests the read function (i use app_uart_get) don't response anything (maybe it wait a data in the buffer).
My read function is called in the bluetooth's handle module of the application.
Any ideas?
Thanks in advance.
Mauro