Hello.
I have a problem with the certainty of the operation of the simplest circuit with a button.
Sometimes it works when the button is pressed and sometimes I have to press it 5 times to change the state.
button connected to gpio0, pushbutton active low, pullup
led connected to gpio13
Rules rewritten from examples on the web
on button#Switch to
if [button#Switch]=0
gpio,13,1
else
gpio,13,0
endif
endon
I have several wemos modules and on them it looks tragic. Clicking on anything in domoticz means waiting a few seconds for the module to respond, it works best on nodemc but there are also circuses that you have to press the button several times.
I have uploaded ESPEasy_v2.0.0-dev11_normal_1024.bin
When I upload version 4096 (because I think these esp are in nodemc and wemos) nothing works at all on any of the modules, after uploading the software the phone cannot see the modules over wifi.
What could be the problem?
I have a problem with the certainty of the operation of the simplest circuit with a button.
Sometimes it works when the button is pressed and sometimes I have to press it 5 times to change the state.
button connected to gpio0, pushbutton active low, pullup
led connected to gpio13
Rules rewritten from examples on the web
on button#Switch to
if [button#Switch]=0
gpio,13,1
else
gpio,13,0
endif
endon
I have several wemos modules and on them it looks tragic. Clicking on anything in domoticz means waiting a few seconds for the module to respond, it works best on nodemc but there are also circuses that you have to press the button several times.
I have uploaded ESPEasy_v2.0.0-dev11_normal_1024.bin
When I upload version 4096 (because I think these esp are in nodemc and wemos) nothing works at all on any of the modules, after uploading the software the phone cannot see the modules over wifi.
What could be the problem?