-
Notifications
You must be signed in to change notification settings - Fork 35
How to install firmware on your ESP
tjfsteele edited this page Mar 20, 2023
·
41 revisions
To install firmware on your ESP
- If your ESP is attached to the OTGW, disconnect the gateway then unplug the ESP from the OTGW.
- Connect the ESP to a PC using a Micro USB lead. If no driver, try: WeMos or NodeMCU.
- Download .bin files and esptool (you will need to unzip it).
- Rename the .bin files to
ino.bin
andfs.bin
. Make sureesptool.exe
is on your path. - Type
esptool write_flash 0x0 ino.bin 0x200000 fs.bin
- You should see a series of lines ending with
[ 100% ]
. The blue light should blink fast during programming then slowly. - Unplug the ESP and install into your OTGW (be sure it's the right way round!), then power on the OTGW.