Search found 3 matches
- Fri Nov 19, 2021 4:46 pm
- Forum: Hardware
- Topic: Hickup every 5 seconds
- Replies: 0
- Views: 2990
Hickup every 5 seconds
Hi, Any one knows what happens every 5 second? Running an interrupt based code in a resonance, it seem like the cpu does something every 5 seconds as this resonance stop. It is very visible when I lit a LED in a timer interrupt and turn it off in the main loop. Every 5 second it makes a short flash ...
- Thu Nov 11, 2021 12:20 pm
- Forum: Hardware
- Topic: Double trig with external interrupt and timer
- Replies: 1
- Views: 2002
Re: Double trig with external interrupt and timer
Seems like the scope picture didn't got attached
- Thu Nov 11, 2021 11:03 am
- Forum: Hardware
- Topic: Double trig with external interrupt and timer
- Replies: 1
- Views: 2002
Double trig with external interrupt and timer
Hi, I'm quite new to ESP32 and also not a pro programmer. Want to flip two pins due to an external interrupt, this works fine and have about 2µS reaction time from signal in to signal out. On the second I need that a timer have passed a certain level before action is done when entering the interrupt...