Search found 6 matches

by attila666
Thu Jan 28, 2021 11:34 pm
Forum: ESP32 Arduino
Topic: problems with interrupts
Replies: 7
Views: 8027

Re: problems with interrupts

@Michalpu
I'm sorry I did not understand
by attila666
Thu Jan 28, 2021 11:33 pm
Forum: ESP32 Arduino
Topic: problems with interrupts
Replies: 7
Views: 8027

Re: problems with interrupts

@ lbernstone
is correct what you say, even so without delay if you press not fast, it works, but I would like to understand how to optimize it :D
by attila666
Thu Jan 28, 2021 11:26 pm
Forum: ESP32 Arduino
Topic: problems with interrupts
Replies: 7
Views: 8027

Re: problems with interrupts

thanks for the answers, I didn't check before because I didn't think you answered :) anyway for info I have a hardware debounce and that I checked with an oscilloscope and that works correctly by eliminating the bounces, in the following code I have centered the problem, in the attached photo l last...
by attila666
Sat Jan 23, 2021 5:23 pm
Forum: ESP32 Arduino
Topic: problems with interrupts
Replies: 7
Views: 8027

Re: problems with interrupts

Now I remember why I had left this forum, 94 visits and not even a reply, even if it was "forget it", p.s. is it because I don't speak english ??
by attila666
Thu Jan 21, 2021 8:19 am
Forum: ESP32 Arduino
Topic: problems with interrupts
Replies: 7
Views: 8027

problems with interrupts

Hello everyone, sorry but I have a problem and I have not been able to get out of it for months, I am trying to manage the lights, and I would like to control 8 relays with 8 buttons, the system works but, using the interrupts, I cannot stabilize the program, so if I repeatedly press the buttons the...
by attila666
Mon May 04, 2020 11:17 am
Forum: ESP32 Arduino
Topic: connection between esp8266 and esp32
Replies: 0
Views: 1743

connection between esp8266 and esp32

hello to all the forum, I have a problem that I can not solve (if it is possible to solve) currently I send (with; client.connect (server1, 80); client.println ("data")) and I receive (with; if (client.connected()) successfully commands between two esp8266, but I can't between an esp8266 and an esp3...