ESP32 issue cannot flash
Posted: Fri Jul 29, 2022 1:13 pm
Hello guys,
I've pretty new to all this, but I'm facing an issue.
I've bought my esp from Here
It came, I installed Arduino and set all up. For my test i flashed the wifi scan, and it all went great. I opened the serial monitor and it really showed the networks.
I forgot the esp32 until my st7735s display came. And I went to flash the test, and I coulnt connect the esp to the computer ( using the same cable as in first case 100% data cable)
I tried downloading CH343SER driver and install no luck. I found some old cable from phone and re did the leads ( cable was torn) And got it to show PORT in Arduino, and no warning triangles in device manager.
But again I couldn't flash anything to my esp, every time it would fail.
I've tried using that webpage that allows you to flash the firmware. I used the github link that was on the page that i've bought the device. It flashed but in the end hash wasn't identical.
This message i get when i try to flash the st7735s test
[Codebox]Sketch uses 241505 bytes (18%) of program storage space. Maximum is 1310720 bytes.
Global variables use 17072 bytes (5%) of dynamic memory, leaving 310608 bytes for local variables. Maximum is 327680 bytes.
esptool.py v3.3
Serial port COM3
Connecting.........
Chip is ESP32-D0WDQ6 (revision 1)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
Crystal is 40MHz
MAC: 40:91:51:8a:9c:5c
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 512000
Changed.
Configuring flash size...
Flash will be erased from 0x00001000 to 0x00005fff...
Flash will be erased from 0x00008000 to 0x00008fff...
Flash will be erased from 0x0000e000 to 0x0000ffff...
Flash will be erased from 0x00010000 to 0x0004bfff...
Flash params set to 0x022f
Compressed 17440 bytes to 12090...
Writing at 0x00001000... (100 %)
Wrote 17440 bytes (12090 compressed) at 0x00001000 in 0.3 seconds (effective 495.8 kbit/s)...
File md5: 3d991d6012e5acca07766bd4637106d7
Flash md5: 8785be97c13df4f5d447df39d5391007
MD5 of 0xFF is 8785be97c13df4f5d447df39d5391007
A fatal error occurred: MD5 of file does not match data in flash!
A fatal error occurred: MD5 of file does not match data in flash!
[/Codebox]
Is there a way I could save the esp32 or can i trash it ?
I've pretty new to all this, but I'm facing an issue.
I've bought my esp from Here
It came, I installed Arduino and set all up. For my test i flashed the wifi scan, and it all went great. I opened the serial monitor and it really showed the networks.
I forgot the esp32 until my st7735s display came. And I went to flash the test, and I coulnt connect the esp to the computer ( using the same cable as in first case 100% data cable)
I tried downloading CH343SER driver and install no luck. I found some old cable from phone and re did the leads ( cable was torn) And got it to show PORT in Arduino, and no warning triangles in device manager.
But again I couldn't flash anything to my esp, every time it would fail.
I've tried using that webpage that allows you to flash the firmware. I used the github link that was on the page that i've bought the device. It flashed but in the end hash wasn't identical.
This message i get when i try to flash the st7735s test
[Codebox]Sketch uses 241505 bytes (18%) of program storage space. Maximum is 1310720 bytes.
Global variables use 17072 bytes (5%) of dynamic memory, leaving 310608 bytes for local variables. Maximum is 327680 bytes.
esptool.py v3.3
Serial port COM3
Connecting.........
Chip is ESP32-D0WDQ6 (revision 1)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
Crystal is 40MHz
MAC: 40:91:51:8a:9c:5c
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 512000
Changed.
Configuring flash size...
Flash will be erased from 0x00001000 to 0x00005fff...
Flash will be erased from 0x00008000 to 0x00008fff...
Flash will be erased from 0x0000e000 to 0x0000ffff...
Flash will be erased from 0x00010000 to 0x0004bfff...
Flash params set to 0x022f
Compressed 17440 bytes to 12090...
Writing at 0x00001000... (100 %)
Wrote 17440 bytes (12090 compressed) at 0x00001000 in 0.3 seconds (effective 495.8 kbit/s)...
File md5: 3d991d6012e5acca07766bd4637106d7
Flash md5: 8785be97c13df4f5d447df39d5391007
MD5 of 0xFF is 8785be97c13df4f5d447df39d5391007
A fatal error occurred: MD5 of file does not match data in flash!
A fatal error occurred: MD5 of file does not match data in flash!
[/Codebox]
Is there a way I could save the esp32 or can i trash it ?