I have a nRF51822 custom board for BLE UART application. Connects this to serial port of an ARM SoC board. P0.09 is for UART_Tx and P0.11 is for UART_Rx. No RTS and CTS are used.
Build examples/ble_peripheral/ble_app_uart for PCA10001 based on nRF5_SDK_12.1.0_0d23e2a.
Flash hex file to custom board as following sequence:
-
softdevice components/softdevice/s130/hex/s130_nrf51_2.0.1_softdevice.hex
-
ble_app_uart examples/ble_peripheral/ble_app_uart/pca10028/s130/armgcc/_build/nrf51422_xxac.hex
Test:
Using nRF UART or nRF tools on Android phone to receive console messages
The problem is my nRF UART only receives console messages less than 20 bytes per line.
Does ble_app_uart application handle console message that is bigger than 20 bytes per line?
Thanks for help!
---henry