Search found 2 matches
- Tue Sep 03, 2019 7:27 pm
- Forum: General Discussion
- Topic: BLE ESP32(Nkolban's Lib) consumes 110~120mAh on start up for around 1sec ?
- Replies: 0
- Views: 1843
BLE ESP32(Nkolban's Lib) consumes 110~120mAh on start up for around 1sec ?
I am using nkolban's lib(Its Awesome C++ :D ) , I observed that when my esp32 uses the BLE Component , i.e call to BLE::init , my current consumption goes higher for a second , So I reduced the Advertising Timing Interval, it did work but did not reduce the initial consumption , only later where I w...
- Fri Jul 19, 2019 6:30 pm
- Forum: General Discussion
- Topic: Is it possible to host a passive GATT Service "i.e one that does not advertises itself" , but can entertain connections.
- Replies: 1
- Views: 2789
Is it possible to host a passive GATT Service "i.e one that does not advertises itself" , but can entertain connections.
I was having an idea :geek: about an ESP32 hosted GATT Service that did not advertise itself (I think it might save power! I have an Application Level Understanding of the BLE Protocol not in depth ! so peace) , I did observe the Bluez Stack behavior when I host a GATT Service it advertises, but onc...