Tag: Firmware
-
GitHub – steff393/wbec: Control Heidelberg Wallbox Energy Control over WiFi using ESP8266
Control Heidelberg Wallbox Energy Control over WiFi using ESP8266 github.com/steff393/wbec
-
Huawei E173 Unlock 3G USB Modem
These instructions show how to unlock a Huawei E173 3G USB Modem Surfstick in case it has still as Simlock on it. > www.modemunlock.com/huawei-e173-unlock-3g-usb-modem.html
-
ESPurna – custom firmware for Itead Sonoff ESP8266 switches
ESPurna (“spark” in Catalan) is a custom firmware for ESP8266 based smart switches. It was originally developed with the IteadStudio Sonoff in mind but now it supports a growing number of ESP8266-based boards. It uses the Arduino Core for ESP8266 framework and a number of 3rd party libraries. bitbucket.org/xoseperez/espurna
-
Tutorial ESPEasy Firmware Upload – Let’s Control It
When you buy the ESP module it will most likely have the factory AT or NodeMCU (LUA) firmware inside. To get the ESP Easy running, you need to replace the firmware with the ESP Easy firmware first. This can be done with a special flash upload tool that uses the ESP serial interface. You can…
-
GitHub – igrr/esptool-ck: The ESP8266/ESP32 build helper tool by Christian Klippel
Esptool is a tool to create firmware files for the ESP8266/ESP32 chips and flash the firmware to the chip over serial port. Esptool runs on Windows, Linux and Mac OS X. Esptool reads the compiled program in ELF format, extracts code and data sections, and either dumps a section to a file or assembles the…