Hi all, I am trying to build my first Bluetooth (BLE) app. I think it’s a great feature, thank you for adding it.
I have got my app scanning, connecting and receiving data from an ESP32 device.
Data is currently received after button click. Is it possible to receive this data every second (or at least every few seconds) after the button is pushed once?
How did you get it the first time?
By having the process called by an event (linked with a button press) right?
Now, you put that same data reception logic in a block that is called by a timer firing at regular interval.
You just need to have the button press start the timer.