I am having problems reading data sent from my ESP32. I can view the data values using a 3rd party app so I know it is being sent.
I have no problem sending data to the ESP, however when I execute the readbytes block using a timed loop, the app no longer sends any data and it retrieves no bytes into the when received block.
The app remains running as the main loop shows a visible counter.
If I simply disable the readbytes block and start the timer loop, it continues to operate as normal.
BluebeamBLE1.aia (443.9 KB)