ESP07 Example Sketch Not Working #8633
Replies: 6 comments
-
since 9790e1c we are using esptool.py, I don't think you are using latest version of the Core plus, opening up serial monitor on 74880 baud will show initial boot info |
Beta Was this translation helpful? Give feedback.
-
Yes, i wasnt use esptool. After i used esp tool i get md5 error. And i write Issue espressif/esptool#273 says:
|
Beta Was this translation helpful? Give feedback.
-
As usual with ESP
esptool.py diff meant to show contents difference... which does not really tell much, just that reading from flash after writing have different last 615 bytes; file total is 0x41550, diff shows that starting from offset 0x412e9 bytes are not the same |
Beta Was this translation helpful? Give feedback.
-
i'm sure there is no problem with the wiring. #espressif/esptool#291 (comment) in there, person says i solved problem by connecting 5 volt. What should i do? am i continue with the 3.3V power supply and try to solve "md5 error" or connect to 5V and try to solve "Failed to write compressed data to flash after seq 0 error"? |
Beta Was this translation helpful? Give feedback.
-
Simplify wiring by losing io15 and en? 5v is not really solving anything, just changing the voltage to an unexpected level. |
Beta Was this translation helpful? Give feedback.
-
Basic Infos
Platform
Settings in IDE
Problem Description
I try to flash esp8266-07 module and there is no problem with the flashing. It says done uploading and not giving error but there is nothing happen in the esp and its functionalities after flashing. Arduino ide output after flashing is given in debug messages section. After flashing i cannot see any messages in the serial monitor and there is no blinking led.
MCVE Sketch
Debug Messages
Beta Was this translation helpful? Give feedback.
All reactions