Page 2 of 2

Re: Help! ESP32 burnt by Motor Drive Module.

Posted: Tue Apr 09, 2019 12:10 pm
by username
its possible. Another option to try on a new motor driver board to help is to put a 100 or 220 Ohm resistor in series with your 2 control wires and PWM wire to your driver board.

Re: Help! ESP32 burnt by Motor Drive Module.

Posted: Fri Apr 12, 2019 10:02 am
by human890209
username wrote: its possible. Another option to try on a new motor driver board to help is to put a 100 or 220 Ohm resistor in series with your 2 control wires and PWM wire to your driver board.
Thanks. I will try that. Could you tell me the physics theory of the small resistor? Do they protect the ESP32 from shortcut or something else?

Re: Help! ESP32 burnt by Motor Drive Module.

Posted: Fri Apr 12, 2019 11:19 am
by username
Thanks. I will try that. Could you tell me the physics theory of the small resistor? Do they protect the ESP32 from shortcut or something else?
resistors limit current. the higher the value the more they limit. For example, if you set a GPIO pin high, but that pin is shorted to gnd for whatever reason you will wind up blowing that pin. However, if you had a series resistor in line with that pin and this happened you would protect that pin from that happening.

Re: Help! ESP32 burnt by Motor Drive Module.

Posted: Sat Apr 13, 2019 4:24 am
by human890209
I understand now. Thanks.