Search found 2 matches

by garethevs3
Fri Dec 21, 2018 5:37 pm
Forum: General Discussion
Topic: Motors causing board flashing problems.
Replies: 1
Views: 2105

Re: Motors causing board flashing problems.

Issue resolved. This was a really annoying one.

GPIO15 (which one of the examples uses for PWM) is also used for JTAG.

So now I just avoid GPIO15 at all costs, and everything works perfectly.
by garethevs3
Tue Dec 11, 2018 8:12 pm
Forum: General Discussion
Topic: Motors causing board flashing problems.
Replies: 1
Views: 2105

Motors causing board flashing problems.

Hi, So I'm pretty new to ESP32. I'm using the ESP32-WROVER kit and I'm really impressed with all the examples etc. I'm using Visual GDB to program the board but I've recently stumbled across a problem and I'm stuck. I'm running the 'mcpwm_brushed_dc_control' example, the example is working, and my m...