GyverLibs / FastBot

Многофункциональная быстрая библиотека для Телеграм бота на esp8266/esp32
MIT License
186 stars 31 forks source link

Question: power consumption #15

Closed kimstik closed 1 year ago

kimstik commented 2 years ago

What is mean power consumption of FastBoot ?

GyverLibs commented 2 years ago

Library does not consume power, it is software

kimstik commented 2 years ago

I mean one of the typical use cases of FastBoot. Let say https://github.com/GyverLibs/FastBot/blob/main/examples/demo/demo.ino

I wonder how the consumption of ESP32 will differ from ESP8266 one.

some reference: https://www.tablix.org/~avian/blog/archives/2022/08/saving_power_on_an_esp8266_web_server_using_delays/

GyverLibs commented 2 years ago

Just compare esp8266 and esp32 consumption

kimstik commented 7 months ago

Nice answer for the similar question: https://github.com/cnlohr/lolra/issues/2