I'm a newbie to this, so please bear with me.
Trying to load the latest Espruino firmware 1.94 to my ESP8266 12E boards. It came with Node MCU and I used it to flash Arduino programs through it's IDE and it worked perfectly.
I have 3 ESP8266 units and tried flashing Espruino on all of them and had no luck.
My Os is Windows 10 Pro (64bit)
Symptoms:
I do not see any flashing errors. All flashing programs seems ends successfully.
Espruino IDE communications Baud rate is set to 115200
At first connect from Espruino IDE, it says disconnected (see picture).
At second connect from IDE, it connects. But on the terminal prompt I cannot type anything. prompt does not accept any text (see picture).
I used PuTTY, still the same. I do not see a thing. Cannot type any text at the prompt.
See attached pictures please (see picture).
Tools used to flash firmware:
nodemcu-flasher (see pictures for it's configurations)
esptool.py
For python I use Enthought Canopy
firmware I used for my board is "espruino_1v94_esp8266_4mb"
esptool.py v2.2-dev
Connecting....
Detecting chip type... ESP8266
Chip is ESP8266EX
Uploading stub...
Running stub...
Stub running...
Configuring flash size...
Flash params set to 0x004f
Compressed 3856 bytes to 2763...
Wrote 3856 bytes (2763 compressed) at 0x00000000 in 0.3 seconds (effective 119.6 kbit/s)...
Hash of data verified.
Compressed 480292 bytes to 336714...
Wrote 480292 bytes (336714 compressed) at 0x00001000 in 30.0 seconds (effective 128.1 kbit/s)...
Hash of data verified.
Compressed 128 bytes to 75...
Wrote 128 bytes (75 compressed) at 0x003fc000 in 0.0 seconds (effective 53.9 kbit/s)...
Hash of data verified.
Compressed 4096 bytes to 26...
Wrote 4096 bytes (26 compressed) at 0x003fe000 in 0.0 seconds (effective 2340.6 kbit/s)...
Hash of data verified.
Leaving...
Hard resetting...
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi All,
I'm a newbie to this, so please bear with me.
Trying to load the latest Espruino firmware 1.94 to my ESP8266 12E boards. It came with Node MCU and I used it to flash Arduino programs through it's IDE and it worked perfectly.
I have 3 ESP8266 units and tried flashing Espruino on all of them and had no luck.
My Os is Windows 10 Pro (64bit)
Symptoms:
See attached pictures please (see picture).
Tools used to flash firmware:
I did a erase flash. command line for that
Command line I used to to flash to board,