Tech Note 134 - ESP32 Easy power reduction method for battery powered projects
G6EJD - David G6EJD - David
15.9K subscribers
11,118 views
550

 Published On Feb 14, 2020

By adding one line to your code you can easily reduce the ESP32 power consumption by over 1/2, the lowest speed with working WiFI and BLE is 80MHz, or if not required 10MHz, giving even greater power reductions, but code does take longer to run!
Example: setCpuFrequencyMhz(80);

show more

Share/Embed