Page 1 of 1

BLE ESP32(Nkolban's Lib) consumes 110~120mAh on start up for around 1sec ?

Posted: Tue Sep 03, 2019 7:27 pm
by german_wings
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 was measuring around 50mAh , I observed 45ish mAh, is there anything else I can do besides increasing advertising latency, to reduce the run time current requirements .
I am trying to get my head around the initial surge in power. Is there any way I can reduce that. :D