Updated readme with infos on slides, fixed links and added disclaimer.

This commit is contained in:
Tobias Blum 2016-06-11 22:06:40 +02:00
parent d68df47b2d
commit b57b153384

View file

@ -5,10 +5,17 @@
> 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, ...). > 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, ...).
___
Update 11.06.2016:
Today I presented the project at [Pi and More 9](https://piandmore.de/) and got some good feedback, even though my presentation was not perfect and time was too short to present everything I prepared. So I uploaded the [slides (german)](documentation/slides/Ein%20SmartLight%20im%20Selbstbau%20für%20unter%2015%20€_Pi%20and%20More%209.pdf) to this repository for your reference.
___
[![Demo video WebClient](https://j.gifs.com/kRPrzN.gif)](https://youtu.be/rc6QVHKAXBs) [![Demo video WebClient](https://j.gifs.com/kRPrzN.gif)](https://youtu.be/rc6QVHKAXBs)
[![Demo video Apple Homekit integration](https://j.gifs.com/gJP2o6.gif)](https://youtu.be/4JnGXZaPnrw) [![Demo video Apple Homekit integration](https://j.gifs.com/gJP2o6.gif)](https://youtu.be/4JnGXZaPnrw)
## The Hardware ## The Hardware
The project ist based on the famous ESP8266 microcontroller and WD2811/WS2812 LED strips. There are many variations of the ESP chip out there, but I chose the NodeMCU dev board, because it's powered by micro USB and has a voltage converter included to power the ESP which uses 3.3V. The project ist based on the famous ESP8266 microcontroller and WD2811/WS2812 LED strips. There are many variations of the ESP chip out there, but I chose the NodeMCU dev board, because it's powered by micro USB and has a voltage converter included to power the ESP which uses 3.3V.
@ -16,11 +23,12 @@ A standalone ESP8266 or a Adafruit Huzzah should work too.
The RGB LED strips are also available in many different flavours as strip or as standalone LEDs and can easily be chained. The RGB LED strips are also available in many different flavours as strip or as standalone LEDs and can easily be chained.
See wiki [Hardware](wiki/Hardware) See wiki [Hardware](../../wiki/Hardware)
## Software installation ## Software installation
See wiki [Software installation](wiki/Software-installation) See wiki [Software installation](../../wiki/Software-installation)
### Used Libraries ### Used Libraries
This project uses libraries and code by different authors: This project uses libraries and code by different authors:
@ -55,8 +63,13 @@ I hope I didn't miss any sources and mentioned every author. In case I forgot so
- [ ] Stability improvements - [ ] Stability improvements
- [ ] Additional clients - [ ] Additional clients
## Licence ## Licence
[GNU LGPLv3](http://www.gnu.org/licenses/lgpl-3.0.txt) [GNU LGPLv3](http://www.gnu.org/licenses/lgpl-3.0.txt)
## Disclaimer
You use this project at your own risk. This is not a solution that should be used in productive environments, but this code and guide could give you a quick start for your own experiments. Please keep also in mind that there are currently some security features missing.
*More information will be added as soon as I clean up the code and complete documentation.* *More information will be added as soon as I clean up the code and complete documentation.*