zhuj / esp8266-light

ESP8266 (ESP-01) Controlled Light
GNU General Public License v2.0
0 stars 0 forks source link

esp8266-light

ESP8266 (ESP-01) Controlled Light.

Idea is to collect all info together so that it will be possible to everyone to make the same project from scratch if it's wanted.

There will be the code, schemas and photos as well as descriptions what has been made. See wiki page for more info.

Current status picture

There will be the picture of the project status (will be updated each time I have something new to show):

this

Code usages

NodeMCU

NodeMCU is an eLua based firmware for the ESP8266 WiFi SOC from Espressif.

nodemcu-httpserver

A (very) simple web server written in Lua for the ESP8266 running the NodeMCU firmware.

nodemcu-uploader.py

A simple tool for uploading files to the filesystem of an ESP8266 running NodeMCU as well as some other useful commands.

esptool.py

A Python-based, open source, platform independent, utility to communicate with the ROM bootloader in Espressif ESP8266.

ESPlorer

Integrated Development Environment (IDE) for ESP8266 developers