From 34109c508e4c7d67552b2ac4cba959c7134b9940 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baran=20Sch=C3=B6neberg?= Date: Mon, 7 Oct 2024 10:26:51 +0200 Subject: [PATCH] Battery Possibilities aktualisiert --- Battery-Possibilities.md | 15 +++++++++++++++ Battery-for-ESP8266.md | 9 --------- 2 files changed, 15 insertions(+), 9 deletions(-) create mode 100644 Battery-Possibilities.md delete mode 100644 Battery-for-ESP8266.md diff --git a/Battery-Possibilities.md b/Battery-Possibilities.md new file mode 100644 index 0000000..281c88f --- /dev/null +++ b/Battery-Possibilities.md @@ -0,0 +1,15 @@ +Solar Powering: + +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." + + +Omit a charging circuit or replaceable batteries (rechargeable) + +LiFePo4 Battery (max < 3,6 Volt) + +trigBoard has an extremely low power consuption. + +If we use normal AA or AAA BAtteries we may need a regulator to lessen the voltage. \ No newline at end of file diff --git a/Battery-for-ESP8266.md b/Battery-for-ESP8266.md deleted file mode 100644 index 61b1736..0000000 --- a/Battery-for-ESP8266.md +++ /dev/null @@ -1,9 +0,0 @@ -Solar Powering: - -24/7 Battery: -Deep sleep and focus every mikroAmpere counts. -Omit a charging circuit or replaceable batteries (rechargeable) - -LiFePo4 Battery (max < 3,6 Volt) - -trigBoard has an extremely low power consuption \ No newline at end of file