Hello everyone,
I connected a comparator output to an MCU external interrupt pin. One threshold crossing should generate a single interrupt, but sometimes multiple interrupts occur from one event.
The input signal has some noise near the threshold.
Questions:
Would comparator hysteresis be the ...
Search found 4 matches
- Tue Apr 28, 2026 8:12 am
- Forum: Hardware
- Topic: External Interrupt Triggers Multiple Times from One Event
- Replies: 2
- Views: 85
- Tue Mar 31, 2026 1:35 pm
- Forum: General Discussion
- Topic: Has anyone used ESP32-S3 to capture an external RGB LCD bus passively?
- Replies: 5
- Views: 216
Re: Has anyone used ESP32-S3 to capture an external RGB LCD bus passively?
I’ve played around with the S3 a bit and honestly it’s pretty tight for something like that, especially trying to passively grab a full RGB stream with sync signals. You might get somewhere with reduced bit depth or really low frame rates, but timing gets tricky fast. The P4 sounds like a better fit ...
- Tue Mar 17, 2026 9:15 am
- Forum: Hardware
- Topic: ESP32 RGB LED strip project
- Replies: 5
- Views: 399
Re: ESP32 RGB LED strip project
When you say separate ground planes, do you mean completely split planes for LED power and ESP32 logic OR just careful routing with single ground plane is enough?
- Sat Mar 14, 2026 8:44 am
- Forum: Hardware
- Topic: ESP32 RGB LED strip project
- Replies: 5
- Views: 399
ESP32 RGB LED strip project
Hey guys.. I’m trying to make an rgb led strip controller with esp32.. the code is almost done i think like 80%.. it can connect wifi and change colors from app.. but sometimes when i try to set 3 colors at same time it just freezes or reboots.. i tried adding delay and some extra caps.. not sure ...