Hello, I am using ble_app_blinky on my BMD-300 evaluation kit (nrf52832) and I want to display a message via bluetooth on my phone with nrf connect. What function should I use in my main ?
Hello, I am using ble_app_blinky on my BMD-300 evaluation kit (nrf52832) and I want to display a message via bluetooth on my phone with nrf connect. What function should I use in my main ?
Hi,
What do you mean by displaying a message on your phone? If you just want to send a message from the device and receive it on your phone(in the app), then I suggest you have a look at the UART example in our SDK.
Hello, thank you for your reply but this is exactelly what I want.
I have a variable that contains the serial number of my nrf52 device and I want to send the value of my serial number to my phone.
Hello, thank you for your reply but this is exactelly what I want.
I have a variable that contains the serial number of my nrf52 device and I want to send the value of my serial number to my phone.