ble_app_uart example sending ble data is not work

i use ble_app_uart example code.

i have some problem that sometimes MCU can send data to application. but sometimes MCU can't..

ex) Success : 0x01 0x02 0x03 0x04 0x05 \r\n

                       0x01 0x02 0x03 0x04 0x05 \r\n

                       0x01 0x02 0x03 0x04 0x05 \r\n

     Fail :          0x01 0x02 0x03 0x04 0x05 0x01 0x02 0x03 0x04 0x05 0x01 0x02 0x03 0x04 0x05 0x06 \r\n

After I sent packet and have some delay, i send next packet. but sometimes sent data continuously.

Please answer to me.

Thanks

Parents Reply
  • Taron said:
    yes, exactly. I used original sample(ble_app_uart) and sometimes nrf52832 recieved relay data from the UART interface. not everytime. 

    What data are you missing, is it only the Carriage return(\r) and line feed (\n) as shown in your first post? Also, do you see the same with different terminal emulators (putty, Tera Term, Real term, etc)?

Children
Related