Nice!
From Mobile.
Dario2
--
You received this message because you are subscribed to a topic in the Google Groups "souliss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/souliss/D8d90Rz5POw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to souliss+u...@googlegroups.com.
To post to this group, send email to sou...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/souliss/f9a15864-cfcc-4bd0-98b4-398284fd92e4%40googlegroups.com.
#include <ESP8266WiFi.h>[..] // deepSleep time is defined in microseconds. Multiply
// seconds by 1e6
ESP.deepSleep(sleepTimeS * 1000000);
The watchdog timer will send a signal to XDP output pin, which
triggers a reset if connected to the reset pin which in turn
triggers a total restart of your programm beginning again in setup().
More hardware modifications (cut all leds) are described here and will work even
when not using Lua:
https://www.hackster.io/fablabeu/esp8266-thing-by-sparkfun-982bc6
This is all theoretical wisdom since I don't have hardware yet (and won't have
much time at the moment to really play with it if it arrives due to private circumstances).
Frerk
I will test it on september...
Dario2
Likely is the DHT consumption your problem, you need to cut the power to the sensor with a mosfet.
Dario.
From Mobile.
--
You received this message because you are subscribed to the Google Groups "souliss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to souliss+u...@googlegroups.com.
To post to this group, send email to sou...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/souliss/4875c788-c781-48c8-97b0-36276244d55b%40googlegroups.com.
Frerk, I think the first hypothesis could be the good one. I tried only the Esp201 but I am going to run a esp12f. I hope that is work fine.
--
You received this message because you are subscribed to a topic in the Google Groups "souliss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/souliss/D8d90Rz5POw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to souliss+unsubscribe@googlegroups.com.
To post to this group, send email to sou...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/souliss/d85ad636-974b-4162-8511-f4c67eb9f16a%40googlegroups.com.
Thanks