Search found 2 matches
- Thu Sep 14, 2017 10:57 pm
- Forum: General Discussion
- Topic: Retreiving UUIDs of iBeacons
- Replies: 2
- Views: 5415
Retreiving UUIDs of iBeacons
I've been searching a lot online regarding retrieving UUIDs of the beacons nearby. I can get the MAC address of the beacons but not the UUID. Does anyone have an example or links that can help me get the UUID of the nearby iBeacons.
- Wed Jul 26, 2017 12:27 pm
- Forum: General Discussion
- Topic: Not being able to turn on the bluetooth
- Replies: 1
- Views: 6427
Not being able to turn on the bluetooth
I am advertising data using bluetooth on ESP32. I am using this project as a reference - https://github.com/pcbreflux/espressif/tree/master/esp32/app/ble_app_ibeacon . This is my app_main() code: int app_main() { esp_err_t ret; esp_bt_controller_config_t bt_cfg = BT_CONTROLLER_INIT_CONFIG_DEFAULT();...