-->
Page 1 of 1

ESP8266 Deep Sleep / Battery pack

PostPosted: Mon Nov 08, 2021 4:36 am
by ld33p
Hi all

I am trying to hookup my ESP8266 with a battery pack (https://www.diymore.cc/products/18650-battery-shield-v8-mobile-power-bank-3v-5v-for-arduino-esp32-esp8266-wifi with automatic standby after around 45s). My problem is, that the ESP8266 wakes up from deep sleep every 5min but the battery pack is already in standby and not powering the ESP8266.

I am new to the IoT world and so I am asking myself if there is a way to disable automatic standby on the battery pack?

Re: ESP8266 Deep Sleep / Battery pack

PostPosted: Sat Dec 04, 2021 11:21 pm
by pratheek
The standby mode is to prevent power drain. When only a low current(30mA or less) is drawn from the shield, the battery shield turns off output power after some time.

Newer versions of this shield let users enable/disable this feature with a slide switch. There is a slide switch next to the USB A connector. This switch sets the mode. Putting the switch towards HOLD, the output power will stay on until the battery low voltage is reached. Putting the switch towards NORMAL will drain put the output power on standby if only low power is dawn. You can check out the pics of the new version here - https://www.probots.co.in/dual-18650-lithium-battery-holder-shield-module.html

The easiest way is to get the newer version of the shield, which supports this feature.

Else you can always compare the circuits of the new version and what you have and try to hack your existing shield. Many people have tried it online, but with little success. Without circuits for these modules, it is difficult to hack them.