Search found 5 matches

by MobileMicro
Thu Dec 24, 2020 3:50 pm
Forum: Hardware
Topic: Esp32 gpio pins ISR misfired
Replies: 8
Views: 6281

Re: Esp32 gpio pins ISR misfired

No other pins are used for edge interrupt. One pin is using rmt to talk to esc. And if I take this off, no misfire but functions will not work. What I have found is that the interrupt pin somehow is corrupted due to this rmt pin connected to esc. When esc is off power, no corruption. Is the esp32 ha...
by MobileMicro
Wed Dec 23, 2020 6:16 pm
Forum: Hardware
Topic: Esp32 gpio pins ISR misfired
Replies: 8
Views: 6281

Re: Esp32 gpio pins ISR misfired

I have 2k external pullup/down resistor plugged in. But it still behaves the same. Even if the gpio pin is plugged in gnd, it still misfire when battery is on with esc which has same ground.
by MobileMicro
Tue Dec 22, 2020 6:15 pm
Forum: Hardware
Topic: Esp32 gpio pins ISR misfired
Replies: 8
Views: 6281

Re: Esp32 gpio pins ISR misfired

Enabled pulldown resistor, but it still misfires a lot
by MobileMicro
Tue Dec 22, 2020 3:47 pm
Forum: Hardware
Topic: Esp32 gpio pins ISR misfired
Replies: 8
Views: 6281

Re: Esp32 gpio pins ISR misfired

Is there a better way to filter out the noise ? I think it likely comes from esc which is connected to one gpio pin and uart pin plus the gnd. Decoupling capacitor for esc probably is not an option at this moment.
by MobileMicro
Tue Dec 22, 2020 2:30 pm
Forum: Hardware
Topic: Esp32 gpio pins ISR misfired
Replies: 8
Views: 6281

Esp32 gpio pins ISR misfired

I have esp32 devkit plugged into the breadboard to test out motor rpm sensor attaching simple gpio pin ISR with rising. The kit is also communicating with Dshot esc via uart and another gpio port directly. When the motor battery is plugged in , the gpio pin which is not even wired to rpm sensor sign...