Hi.
I am developing a small notification monitor.
It used a 150mha battery and a 0.92 oled.
I want it to be connected to my phone via Bluetooth and when I send a string via Bluetooth to the device, it's shows the text 5s.
My code is a simple loop that if there's something in serial read, display it.
I wanted to put the device in low power consumption without losing connection until something is received, the wake up, display and go back to low power.
I have read that is possible but I didn't found any example, and all the examples I find is to send information and not to receive it.
Thanks in advanced.