Espruino code will not push to ESP #7063
Replies: 1 comment
-
Posted at 2018-02-05 by ClearMemory041063 Have you tried connecting with Putty? Also try putty at 74,480 Baud as some chips start here to display the boot info and switch to 115,200 for the Espruino logo. Posted at 2018-02-05 by espftw It works fine from PuTTy with the expected baud rate of 115200. Where would you recommend I go from here? I noticed after trying to send code via the IDE that my ESP would no longer respond through PuTTy either. I believe trying to send code via the IDE "freezes" the ESP for whatever reason. Note, this is not a failure to connect, but rather after connected just sits at a blank console window. For reference, my PuTTy output:
Posted at 2018-02-05 by ClearMemory041063 Try bringing up WebIDE and clicking on the "gear" (settings) in the upper right. Now click on communications and check to see if the baud rate is set to 115,200. Here are the batch files I used to flash my Sparkfun ESP-32 Thing board.
You have to enter the com port as "com3" (no quotes in what you type) Next run the batch file EraseFlash.bat
Finally run the file FlashESP32.bat
I just noticed that you use flash mode dio. I used qio in the batch file.
Here's the output at 74480 Baud of an ESP8266-12 using Putty.
A question for @MaBecker. Does the memory size 4MB-c1 apply to ESP-32? Posted at 2018-02-05 by espftw doh! I am so sorry to waste everyone's time, especially yours. It was a matter of setting the proper baud rate in Settings > Communication. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2018-02-04 by espftw
After flashing Espruino onto an ESP32 (screenshot attached), I attempted to push code to the ESP via the Espruino Web IDE Chrome Extension.
The IDE says it connects fine and says "Sent" after pressing the upload code to ESP button, but no console output is ever given and I am not allowed to type into the console in the left pane.
Running Windows 10 on this particular machine. Any ideas? I'm sure its a noob mistake as I'm new to esptool and Espruino.
Attachments:
Beta Was this translation helpful? Give feedback.
All reactions