Search found 5 matches

by android12
29 Sep 2018, 23:23
Forum: ESP Easy: General Discussion
Topic: reading of events on gpio pins for switch
Replies: 5
Views: 3937

Re: reading of events on gpio pins for switch

Hi,

delays in unchanged (0) but i don't use any controllers. I send UDP message from rule instead. But even without that, only when counting events in rules, i see there are lost ones.
IMHO due to fact, that it's not using interrupts to read GPIO changes.

thank you
best regards
jano
by android12
27 Sep 2018, 20:46
Forum: ESP Easy: General Discussion
Topic: reading of events on gpio pins for switch
Replies: 5
Views: 3937

Re: reading of events on gpio pins for switch

Hi, thanks for plugin. I'll consider it, if i'm forced to do build for myself. I was asking about official "standard" builds, as we these it's not a problem for me to do such a short button press, that it's not detected at all. Also in real life, it happens to me like each 20-50th click is...
by android12
26 Sep 2018, 22:46
Forum: uPyEasy: General Discussion
Topic: reading of events on gpio pins for switch
Replies: 1
Views: 10363

reading of events on gpio pins for switch

Hello, I was searching in source code of uPyEasy in branch "master" for a place, when interrupt (irq / external even listener / isr ... however you call it) is configured on GPIO, if such GPIO is configured for switch. However i didn't find any. I only found aswitch.py with these lines: lo...
by android12
26 Sep 2018, 22:37
Forum: ESP Easy: General Discussion
Topic: reading of events on gpio pins for switch
Replies: 5
Views: 3937

reading of events on gpio pins for switch

Hello, I was searching in source code of ESPEasy in branch "mega" for a place, when interrupt (irq / external even listener / isr ... however you call it) is configured on GPIO, if such GPIO is configured for switch. However i didn't find any. I only found a piece of code, which is called ...
by android12
20 Aug 2018, 16:57
Forum: ESP Easy: General Discussion
Topic: lost concurrent input events on GPIO pins
Replies: 1
Views: 1963

lost concurrent input events on GPIO pins

Hi, I used ESP8266 (32M) with GPIO pins connected to wall push buttons to control lights. I realized, when i hit two buttons at once, only one of events is processed and other is ignored. Initially i thought, that maybe problem is sending of UDP in rule. But even if i commented out this code, i stil...