Error ESP32 comunication

Im doing my final project and i thinks that theres a problem with the comunication of my computer and the esp32

Since morning this mensage keeps showing up, but before wasnt
A fatal error occurred: Packet content transfer stopped (received 8 bytes)

it wound be nice if yall could point me the error and how can i fix it

Disconnect all wires from esp32 and try to upload again

i tryed, but i dont know why is not working
i tryed uploading the same code with a arduino uno and it worked
the problem is with the esp32

  • Check you are passing the correct serial port on the command line.

  • Try with different USB cable

  • Check you have permissions to access the serial port, and other software (such as modem-manager on Linux) is not trying to interact with it.

  • Try using a slower baud rate (-b 9600 is a very slow value that you can use to verify it’s not a baud rate problem).

Also post a pic of your board

  • Have you tried uploading simple blink code ?

  • Have you ever Programmed this esp32 before?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.