Updated readme.md with initial infos.
This commit is contained in:
parent
cea42b5e9d
commit
8b6feb6b08
1 changed files with 18 additions and 2 deletions
20
README.md
20
README.md
|
@ -1,2 +1,18 @@
|
|||
# McLighting
|
||||
The ESP8266 based multi-client lighting gadget
|
||||
# McLighting - The ESP8266 based multi-client lighting gadget
|
||||
|
||||
> Mc Lighting (the multi-client lighting gadget) is a very cheap internet-controllable lighting solution based on the famous ESP8266 microcontroller and WS2811/2812 led strips. It features a self-hosted responsive web-interface, a REST-API and a websocket connector.
|
||||
|
||||
> Because of it's open architecture and APIs it's easy to build new clients for different platforms (iOS, Android, Windows Universal Apps, Siri/Cortana integration, ...).
|
||||
|
||||
## The Hardware
|
||||
- A NodeMCU development board, based on the ESP8266 ESP-12E, (that you can get for under 5 USD from eBay). A standalone ESP8266 or a Adafruit Huzzah should work too.
|
||||
- A WS2811 or WS2812 led strip that you can get in many sizes and forms. I'm using a ring of 12 leds. When you use more than about 15-20 leds you may have to use a dedicated 5V power source.
|
||||
- Power via USB
|
||||
|
||||
## Licence
|
||||
MIT
|
||||
|
||||
|
||||
|
||||
|
||||
*More information will be added as soon as I clean up the code.*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue