Battery Possibilities aktualisiert
parent
9f48b99b34
commit
404d855c96
1 changed files with 14 additions and 11 deletions
|
@ -1,13 +1,3 @@
|
||||||
24/7 Battery:
|
|
||||||
Deep sleep and every mikroAmpere counts.
|
|
||||||
https://randomnerdtutorials.com/esp8266-deep-sleep-with-arduino-ide/#:~:text=To%20put%20the%20ESP8266%20in%20deep%20sleep%2C%20you%20use%20ESP,connect%20RST%20to%20GPIO%2016.
|
|
||||||
|
|
||||||
"To put the ESP8266 in deep sleep mode, use **ESP.deepSleep(uS)** and pass as argument sleep time in microseconds. GPIO 16 must be connected to reset (RST) pin so the ESP8266 is able to wake up."
|
|
||||||
|
|
||||||
trigBoard has an extremely low power consuption.
|
|
||||||
|
|
||||||
If we use normal AA or AAA BAtteries we may need a regulator to lessen the voltage.
|
|
||||||
|
|
||||||
Battery Possibilities:
|
Battery Possibilities:
|
||||||
1. 3.7V Li-ion or LiPo Battery
|
1. 3.7V Li-ion or LiPo Battery
|
||||||
* Capacity: 2000mAh or higher.
|
* Capacity: 2000mAh or higher.
|
||||||
|
@ -22,4 +12,17 @@ Battery Possibilities:
|
||||||
3. 18650 Li-ion Cells
|
3. 18650 Li-ion Cells
|
||||||
* Configuration: Use two 18650 cells in series to get 7.4V nominal.
|
* Configuration: Use two 18650 cells in series to get 7.4V nominal.
|
||||||
* Capacity: Each cell typically has a capacity of 2500mAh or higher.
|
* Capacity: Each cell typically has a capacity of 2500mAh or higher.
|
||||||
* Connection: Directly connect to the Vin pin.
|
* Connection: Directly connect to the Vin pin.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Additional Infos:
|
||||||
|
Deep sleep mode:
|
||||||
|
https://randomnerdtutorials.com/esp8266-deep-sleep-with-arduino-ide/#:~:text=To%20put%20the%20ESP8266%20in%20deep%20sleep%2C%20you%20use%20ESP,connect%20RST%20to%20GPIO%2016.
|
||||||
|
|
||||||
|
"To put the ESP8266 in deep sleep mode, use **ESP.deepSleep(uS)** and pass as argument sleep time in microseconds. GPIO 16 must be connected to reset (RST) pin so the ESP8266 is able to wake up."
|
||||||
|
|
||||||
|
trigBoard has an extremely low power consuption.
|
||||||
|
|
||||||
|
If we use normal AA or AAA BAtteries we may need a regulator to lessen the voltage.
|
Loading…
Reference in a new issue