Tag: ESP8266
-
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
-
GitHub – ASMfreaK/esphome_max7219
This is a custom Integration of the Max 7219 dot matrix displays into ESPHome. github.com/ASMfreaK/esphome_max7219 <github.com/ASMfreaK/esphome_max7219>
-
bitluni’s lab – making things
Bitluni is one of the best sites out there dealing with all kinds of maker things – e.g. based on ESP8266, Raspberry and Sensors. There are always new and funny tutorials which are straight forward and expose a lot of insights. > > bitluni.net/ >
-
Tutorial ESP8266 Daten vom BME280 über MQTT an HomeAssistant verschicken
In diesem Tutorial zeigt zeigen Philippe von Bastelgarage.ch wie einfach ihr mit ESPEasy einen Sensor einbinden könnt und Daten übers WLAN mit MQTT verschicken könnt. www.bastelgarage.ch/index.php?route=extension/d_blog_module/post&post_id=15
-
Self-contained NodeMCU flasher with GUI based on esptool.py and wxPython.
Self-contained NodeMCU flasher by marcelstoer with GUI based on esptool.py and wxPython. > > github.com/marcelstoer/nodemcu-pyflasher <github.com/marcelstoer/nodemcu-pyflasher> > > <github.com/marcelstoer/nodemcu-pyflasher#start-of-content>Press h to open a hovercard with more details.
-
Infrared IR, 433mhz and MQTT on ESP8266 bidirectional gateway OpenMQTTGateway
The goal is to act as a gateway between 433Mhz sensors, infrared remote controls and a MQTT broker or between the MQTT broker and 433Mhz actuators, infrared devices. It enables to receive MQTT data from a topic and send RF 433Mhz signal corresponding to the received MQTT data, publish MQTT data to a different topic…
-
433toMQTTto433 – Bidirectional ESP8266 NodeMCU gateway between RF 433Mhz signal and MQTT
The goal is to act as a gateway between 433Mhz sensors and a MQTT broker or between the MQTT broker and 433Mhz actuators, It enables to receive MQTT data from a topic and send RF 433Mhz signal corresponding to the received MQTT data and publish MQTT data to a different topic related to received 433Mhz…
-
GitHub – spacehuhn/DeauthDetector: Detect deauthentication frames using an ESP8266
Detect deauthentication frames using an ESP8266 > github.com/spacehuhn/DeauthDetector
-
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…
-
Configure ESP8266 Wifi with WiFiManager
Avoid hardwiring the settings of your ESP8266 Wifi Setup by just adding a little extra code that triggers WiFiManager allowing you to change the settings for networks easily. hackaday.com/2017/03/18/configure-esp8266-wifi-with-wifimanager/