ESP8266-Tiny-Door-and-Window-Sensor icon indicating copy to clipboard operation
ESP8266-Tiny-Door-and-Window-Sensor copied to clipboard

Some info

Open Hydro8 opened this issue 8 years ago • 4 comments

Hi

Sorry i don't understand deutsch so i can't find some informations :

  • how much does it consume during wake up ?
  • how long does it take to send open state to a service ?
  • do you have any update on your PCB ?

Great job for your very low consumption !

Hydro8 avatar Jun 01 '16 06:06 Hydro8

Hi

  • Around 80mA avarage. (This is what the esp8266 needs, The ATtiny only needs a few hunderd µA)
  • Usualy about 3-5 seconds. If "GET_WIFI_STRENGTH" is activated about 5-7 seconds. But varies, sometimes a bit longer.
  • Yes I also made a second version of the pcb(but didn't tested it yet). I want to update everything on the weekend.

Thanks, you are welcome!

8n1 avatar Jun 02 '16 13:06 8n1

Hi, it is very interesting project. I'm trying do the same without any external micro, just with ESP8266. But I would like also play with your strategy. Could you share your PCB with me ? It will be helpful for me, I'm beginner in PCB design.

Thanks, Ondrej

onpagithub avatar Jan 20 '17 09:01 onpagithub

Hi

I just uploaded the PCB.

8n1 avatar Jan 23 '17 07:01 8n1

Just flashed your attiny code to my attiny25 and implemented your vreg_shutdown in my code uploaded to a wemos d1 mini. Works like a champ! One question...Have you thought of using a watchdog timer loop as an alternative to the 2nd interrupt? For example, if motion/door opens or closes OR if after 5 minutes, come out of sleep and send info? How would I implement the watchdog interrupt in your attiny code?

reichley avatar Jan 26 '17 13:01 reichley