After I add uart function to ble_example, I use app_uart_put()to send data,but data only one byte.What can I do?My board is nRF52-DK.SDK is nRF5_SDK_11.0.0_89a8197.This is my code main.c
After I add uart function to ble_example, I use app_uart_put()to send data,but data only one byte.What can I do?My board is nRF52-DK.SDK is nRF5_SDK_11.0.0_89a8197.This is my code main.c
Hi,endnode.app_uart_put() is called sendBeacon_data() in the timeout_timeout_handler().
I use peripheral uart_example , this uart config as same as uart config in the main.c,but peripheral uart_example can console to Putty.
Hi,endnode.app_uart_put() is called sendBeacon_data() in the timeout_timeout_handler().
I use peripheral uart_example , this uart config as same as uart config in the main.c,but peripheral uart_example can console to Putty.
Still not sure I do understand the problem. There are only one UART peripheral on nRF5x chips so you can only have one app_uart instance. Is there any problem with seeing data which you send by app_uart_put() function byte by byte on terminal side? If so then what exact problems you see?