From 038e3ac8a04adf1f762512ab890967629ba6ccd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baran=20Sch=C3=B6neberg?= Date: Mon, 7 Oct 2024 10:27:06 +0200 Subject: [PATCH] Battery Possibilities aktualisiert --- Battery-Possibilities.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Battery-Possibilities.md b/Battery-Possibilities.md index 281c88f..787478c 100644 --- a/Battery-Possibilities.md +++ b/Battery-Possibilities.md @@ -3,6 +3,7 @@ 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."