Reputation: 11
I have to connect gps to esp32 by Arduino ide code. But i am getting this error : fatal error occurred: Failed to connect to ESP32: Download mode successfully detected, but getting no sync reply: The serial TX path seems to be down. How to solve this error aand make sure the location to be displayed in serial monitor
I tried removing rx and tx pins and uploaded the code. The error didn't appear but the output didn't come in serial monitor
Upvotes: 1
Views: 5084
Reputation: 1
Happened the same to me, after checking my connections I found that it was a loose wire between the USB-serial converter TX pin and the ESP32 RX pin.
Upvotes: 0
Reputation: 111
I recommend trying a different USB cable. I was getting the same error that you listed, but tried other cables until I found one that worked.
It seems as though some USB cables are good for charging/powering devices but don't have all the other pins (correctly?) wired. Hopefully this is all your problem too.
Good luck and please update this to either say it worked for you or provide other details on the problem if not.
Upvotes: 1
Reputation: 1
check if the TX or RX traces/pins are connected up properly, maybe you accidentally scratched a trace on your board or something like that which causes the TX pin to be unavailable to the programming chip
Upvotes: 0