GPIO while Bluetooth BLE scanning
Posted: Sun May 27, 2018 1:36 am
We try to have few Digital Inputs (buttons), scan for beacons over BLE and deliver signaling through LoRa to the gateway.
ESP32 is perfect, and were able to make it working using Arduino IDE, but we have reported from the developer about big issue.
He said that while ESP32 is scanning for beacons, is not capable to proceed GPIO detection.
In another words, looks like we lose buttons status in reason of BLE. It is a big issue for us, and I would like to know if this is true or not.
Offered solution was to use external MCU who will hold triggered button longer than 3 seconds.
Please help me to understand if ESp32 can or not detect triggered DI while BLE is scanning.
Any kind of answer, suggestion or advise will be really appreciated.
Thank you in advance.
ESP32 is perfect, and were able to make it working using Arduino IDE, but we have reported from the developer about big issue.
He said that while ESP32 is scanning for beacons, is not capable to proceed GPIO detection.
In another words, looks like we lose buttons status in reason of BLE. It is a big issue for us, and I would like to know if this is true or not.
Offered solution was to use external MCU who will hold triggered button longer than 3 seconds.
Please help me to understand if ESp32 can or not detect triggered DI while BLE is scanning.
Any kind of answer, suggestion or advise will be really appreciated.
Thank you in advance.