Search found 2 matches

by Klagio
14 Mar 2019, 13:15
Forum: ESP Easy: Projects / Applications
Topic: Newb. Programming ESPEasy to recreate a press and double press of a button
Replies: 2
Views: 3546

Re: Newb. Programming ESPEasy to recreate a press and double press of a button

Thanks, trying it now. I see that double click event allows an interval of 1000ms, but that's too much, 1 second for a double press its a lot of time, my button will see it as two times single press. Any way to change it to a lower value, like 500 msec? I also do not see where to insert my MQTT serv...
by Klagio
13 Mar 2019, 11:37
Forum: ESP Easy: Projects / Applications
Topic: Newb. Programming ESPEasy to recreate a press and double press of a button
Replies: 2
Views: 3546

Newb. Programming ESPEasy to recreate a press and double press of a button

Hi, I need to recreate a press of a button and a double press of the same button (delay around 500millisec) via software. Hardware wise I opened the button, and soldered a 10kOhm resistors where the button get pressed, on the other end of the resistors I connected a GPIO of a nodemcu. I also use 3,3...