Search found 2 matches
- Thu Mar 25, 2021 2:15 am
- Forum: ESP32 Arduino
- Topic: Cannot connect to non-advertise esp32 BLE server
- Replies: 1
- Views: 2278
Re: Cannot connect to non-advertise esp32 BLE server
A less hacked out copy of my arduino code. I've seen similar posts like mine around the internet on the subject of connect to paired without the server advertising but they by and large get no response. :-\ #include <BLEDevice.h> #include <BLEServer.h> #include <BLEUtils.h> #include <BLE2902.h> //Se...
- Wed Mar 24, 2021 10:25 pm
- Forum: ESP32 Arduino
- Topic: Cannot connect to non-advertise esp32 BLE server
- Replies: 1
- Views: 2278
Cannot connect to non-advertise esp32 BLE server
I have built an android app hooked up to my esp32 ble server settings. When the ESP32 is advertising, I can connect/pair/and then issue commands via android fine. However, if I close the android app and then reopen it, select the ESP32 from my paired list in the app to connect to it, the ESP32 will ...