This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to send a message to smartphone whenever button is pressed, using ble_app_uart example

I connected nrf52833 with a button and a LED on breadboard, using ble_app_uart example to send message between phone and board. How can I make a function that whenever I press a button to turn on LED, a message like "LED ON" is sent to my smartphone? Thank you

Related