Search found 2 matches

by ChrisE999
Tue Jun 01, 2021 11:52 am
Forum: ESP32 Arduino
Topic: Strange issue with the esptool.py "Connecting" process reliability difference between two PCs
Replies: 2
Views: 2456

Re: Strange issue with the esptool.py "Connecting" process reliability difference between two PCs

It's somewhat of a known issue: the reset sequence of devboards is dependent on the timings of the DTR/RTS sequence to reset the chip into bootloader mode, and those timings are dependent on a whole host of things (like PC hardware, OS, drivers, virtualization, ...). If you want to fix it: sometime...
by ChrisE999
Mon May 31, 2021 7:28 am
Forum: ESP32 Arduino
Topic: Strange issue with the esptool.py "Connecting" process reliability difference between two PCs
Replies: 2
Views: 2456

Strange issue with the esptool.py "Connecting" process reliability difference between two PCs

Hi All, I have a strange issue during the Upload process when using the Arduino IDE. The connection process times-out around 70% of upload attempts on a secondary PC. The reason why I say that this is strange is that the exact same board upload almost immediately on my main PC with no timeouts or 10...