Search found 2 matches
- Mon Nov 30, 2020 7:22 pm
- Forum: ESP32 Arduino
- Topic: BT-BLE: Possible to change the uuid via ConfigManager
- Replies: 1
- Views: 2249
Re: BT-BLE: Possible to change the uuid via ConfigManager
Hi, the problem with the UUID is solved. But, i want to use a second i-beacon - UUID for the filter. In my case, i use the serviceUUID2 declaration of the BLEUUID. char* ibeacon2 = config.uuidzwei_name; static BLEUUID serviceUUID2(ibeacon2); The Filter looks like: if (advertisedDevice.haveServiceUUI...
- Sat Nov 28, 2020 8:00 pm
- Forum: ESP32 Arduino
- Topic: BT-BLE: Possible to change the uuid via ConfigManager
- Replies: 1
- Views: 2249
BT-BLE: Possible to change the uuid via ConfigManager
Hi to all of this forum ! I use the ESP32 DevKit and want to build a garage opener with the ESP an a Shelly-Device. So i want to switch the shelly via webhook and the posibillity of BLE. For the configuration, i use the ConfigManager from Nick Wiersma: https://github.com/nrwiersma/ConfigManager On t...