diff --git a/README.md b/README.md index e94ea26..20bc8b9 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,11 @@ The micro controller connects to my home WiFi and starts a webserver to control ## Software components 1. There is the code running on the micro controller. The code is [here](/WifiLamp.ino). I compiled it using the Arduino IDE. There is some setup needed to get it running on ESP2866. I don't know how to set it up anymore. I also implemented some remote update functionality to apply updates via WiFi. 2. I could not fit the switch on/off images into the firmware, so I moved them to a CDN apache webserver in my LAN. The contents of the cdn are [here](/cdn/). -3. To control my light using a (free) amazon dash button, i have a small nodejs script running inside a 256MB Ram ubuntu vm on my home server. The code is [here](/amzn-dash-lamp.js). I hate scripting languages like JavaScript and I have no clue how to get it running on your machine. There is a dependency to the amazon dash button library. I don't know how to install it. That's why I have a VM that I can backup! \ No newline at end of file +3. To control my light using a (free) amazon dash button, i have a small nodejs script running inside a 256MB Ram ubuntu vm on my home server. The code is [here](/amzn-dash-lamp.js). I hate scripting languages like JavaScript and I have no clue how to get it running on your machine. There is a dependency to the amazon dash button library. I don't know how to install it. That's why I have a VM that I can backup! + +## Other implementations +You can use the same circuit / software in other projects too. I made a WiFi-controlled power plug too! + +![](/photos/IMG_20180407_141424_817.jpg) +![](/photos/IMG_20180407_162012_269.jpg) +![](/photos/IMG_20180407_141145_516.jpg) \ No newline at end of file diff --git a/photos/IMG_20180407_141145_516.jpg b/photos/IMG_20180407_141145_516.jpg new file mode 100644 index 0000000..57eb06d Binary files /dev/null and b/photos/IMG_20180407_141145_516.jpg differ diff --git a/photos/IMG_20180407_141424_817.jpg b/photos/IMG_20180407_141424_817.jpg new file mode 100644 index 0000000..667f16f Binary files /dev/null and b/photos/IMG_20180407_141424_817.jpg differ diff --git a/photos/IMG_20180407_162012_269.jpg b/photos/IMG_20180407_162012_269.jpg new file mode 100644 index 0000000..0db5656 Binary files /dev/null and b/photos/IMG_20180407_162012_269.jpg differ