The actual flashing of firmware files such as .bin files (also called "binaries") on the Wemos D1 Mini, the NodeMcu dev board or any other board based on the ESP8266 is done completely in the background in the Arduino IDE.
This is actually the "esptool" offered by Espressif - the manufacturer of the ESP8266. With the right parameters, you can easily transfer finished .bin files to the ESP8266.
An easier and a slightly more challenging way is described in this article.
Safety instructions
I know the following notes are always kind of annoying and seem unnecessary. Unfortunately, many people who knew "better" have lost eyes, fingers or other things due to carelessness or injured themselves. Data loss is almost negligible in comparison, but even these can be really annoying. Therefore, please take five minutes to read the safety instructions. Because even the coolest project is not worth injury or other trouble.
https://www.nerdiy.de/sicherheitshinweise/
Affiliate links/advertising links
The links to online shops listed here are so-called affiliate links. If you click on such an affiliate link and make a purchase via this link, Nerdiy.de will receive a commission from the relevant online shop or provider. The price does not change for you. If you make your purchases via these links, you support Nerdiy.de in being able to offer other useful projects in the future. 🙂
Requirements
Required tool:
-no-
Required material:
-no-
The esptool
The current version of the "esptool" mentioned above can always be found in the manufacturer's GitHub under:
https://github.com/espressif/esptool
The "problem" is that this tool is a Python script/application and therefore cannot be executed directly/easily under Windows.
Conveniently, Python scripts can also be "packed" into a compact .exe file. This also makes it easier to use under Windows.
How to do this is described in the article Python - Translate Esptool.py to Esptool.exe described.
Alternatively, you can also access (somewhat older) prepared releases at
https://github.com/igrr/esptool-ck/releases
fall back.
For the further course of this article you don't have to organize the esptool yourself but you can simply use the esptool.exe file in the following Git.
Transfer an existing .bin file with the esptool and the ESPEasy Flasher
If you only want to transfer a .bin file to the ESP8266 "armed" with the esptool, this normally means that you have to call up the esptool via the command line and with the corresponding parameters.
This is often difficult especially for not so advanced users and apart from that simply impractical.
This has also been noticed by others and therefore they have worked on how to make the flash process of the ESP8266 as simple as possible.
One of these results can be found in the following Git repository at
https://github.com/BattloXX/ESPEasyFlasher
as always there is also a backup on the nerdiy git:
https://github.com/Nerdiyde/ESPEasyFlasher
In this Git repository there is a FlashESP8266.exe in addition to the mentioned esptool.exe. The latter works like a graphical user interface, which translates the mouse input into prameters and a command line call. What this means is explained in the next paragraph. The easy way starts right here 🙂
Now all you have to do is click on the "Flash" button and the selected binary will be transferred to your ESP.
One more important note: The list of available COM ports is only updated by restarting the application. So if you have connected your ESP when the program was already started, you have to close it again and open it again.
Call Esptool via the command line
As mentioned before, you can also use the esptool directly to transfer an existing binary to your ESP.
To do this, use the command line to call the esptool with specified parameters as follows:
esptool.exe -vv -cd nodemcu -cb 921600 -cp COM32 -ca 0x00000 -cf C:ESPEasy.ino.bin
- The number "921600" corresponds to the baud rate with which your ESP is programmed. This can vary from model to model. Typical baud rates are "9600", "115200" or "921600". If one baud rate does not work, you can simply try a different one.
- The "COM32" part corresponds to the COM port under which your connected ESP can be reached.
- "0x00000" corresponds to the memory area from which the binary is to be written to the ESP memory. You should not usually change this value.
- The part "C:ESPEasy.ino.bin" is now important. The path to your binary must be specified here. If you have copied your binary to your C: drive and named it "ESPEasy.ino.bin", this value can remain as it is.
Further information:
https://github.com/arendst/Sonoff-Tasmota/wiki/Esptool
Have fun with the project
I hope everything worked as described for you. If not or you have questions or suggestions please let me know in the comments. I will then add this to the article if necessary.
Ideas for new projects are always welcome. 🙂
PS Many of these projects - especially the hardware projects - cost a lot of time and money. Of course I do this because I enjoy it, but if you think it's cool that I share the information with you, I would be happy about a small donation to the coffee fund. 🙂
Hello,
everything great, but unfortunately the COM port is not recognized. Can you help me please.
Achim
Hello Hans-Joachim,
can you give me some more info 🙂 Can you check for example if the driver for the USB-Serial converter is installed? Which board do you have?
The CH340G is installed on many boards. Unfortunately, there is no pre-installed standard driver for this under Windows. If you have a device in the device manager that cannot be assigned a driver, try using the driver for the CH340G. 🙂
Hello all,
very good tutorial, just rebuild the slotclock,
Find only, as described here, the "ESP_Easy_mega-20190803_custom_ESP8266_4M.bin" unfortunately nowhere.
Downloaded the ESPEasy git, but can't find this .bin file.
Can anyone help me here ?
Thanks in advance
Hey Lukas,
the bin file listed here is only meant as an example 🙂 But the bin file for the SlotClock can be found here: https://github.com/Nerdiyde/pxlBlck/tree/main/plugin/bin
In the article https://nerdiy.de/howto-pxlblck-das-pxlblck-plugin-installieren-und-konfigurieren/ you can also find more info about it 🙂 .
Best regards
Fabian
Hello,
What is the WLAN password for this image "ESP8266_4M_17.02.2021.bin"?
Thanks a lot
Hi Jürgen,
This should actually be the default password ("configesp"). Otherwise, you can also configure the access data via the serial interface. I have summarized information on this here: https://nerdiy.de/howto-espeasy-firmware-flashen/
Best regards
Fabian
However, the tool is now no longer in the package as .exe, but as .sln.
Unfortunately, it is not that easy to start now.
Hey Enrico,
right, in the backup of me (the link below: https://github.com/Nerdiyde/ESPEasyFlasher), however, the .exe file is still present 🙂
Best regards
Fabian
Hello Fab,
cool site and even cooler projects! Am here for the first time... 🙂
I've been working with ESPeasy for a while, so I know the standard plugins. Now I would like to implement your "HowTo: pxlBlck - pxlBlck_8x8".
However, during the firmware update OTA with "ESP8266_ESPEasy_incl_pxlBlck_4M.bin" something like "Magic Bit is missing" came up and when I do it via USB with the official ESPeasy Flasher, it does not emit a WLAN AP afterwards. Can you tell me where the error is?
Greetings Franz
open-boat-projects. org
Hi Franz,
thank you and welcome 🙂
The firmware update via OTA will most likely not work because the bin file with the pxlBlck plugin is too large for most "standard partitions". I have to admit that I haven't tried or used the installation via OTA yet and therefore can't say much about it, sorry. :/ I'll have to take a closer look.
Does ESPEasy start correctly when you install it with the ESPEasy Flasher? So you see an output in the serial console?
If yes, you could try to configure the wifi access data via the serial interface. I have described this (somewhat compactly) here: https://nerdiy.de/howto-espeasy-firmware-flashen/#WLAN-Zugangsdaten_ueber_die_serielle_Schnittstelle_konfigurieren
If not, please let me know and I'll try to recreate it 🙂 .
Best regards
Fabian