-->
Page 1 of 1

Home light switch debounce and output

PostPosted: Mon Jan 19, 2015 4:14 am
by marcomoniga
Hi, I will like to build an home domotic project using esp-03.

esp-03 should be programmed to:
Input:
assign some pins as input w pullup
debounce
send pin pressed to someting (best to arduino), udp? web server?

Output:
recive command
set output (bistable or with timer)

Does any of you have exaples code that can cover part of it?
thanks

Re: Home light switch debounce and output

PostPosted: Wed Jan 21, 2015 10:31 pm
by peteben
Check out my 'xPL-ESP8266' example in the WIki.

Pete