From: Nathaniel Wesley Filardo Date: Fri, 14 Oct 2016 01:08:21 +0000 (-0400) Subject: Add examples/lamp/README.rst X-Git-Url: https://hydra-www.ietfng.org/gitweb/?a=commitdiff_plain;h=458133b3fe2c845014f868c871d710bad29c5467;p=acmetensortoys-esp-lua_lamp Add examples/lamp/README.rst --- diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..0c3e2d8 --- /dev/null +++ b/README.rst @@ -0,0 +1,35 @@ +################# +Remote Touch Lamp +################# + +This somewhat sizable project is a re-implementation of +``http://filimin.com/`` of sorts. It speaks MQTT and uses a CAP1188 for +local touch sensing. + +Hardware V1 +########### + +The first reification of this project was made using largely the Adafruit +Feather stack of components, as well as some others. A complete BoM is: + ++------------------------+---------------------------------------------+ +| Case | https://www.adafruit.com/products/903 | ++------------------------+---------------------------------------------+ +| Copper Tape | https://www.adafruit.com/products/1128 | ++------------------------+---------------------------------------------+ +| Feed Cable | https://www.adafruit.com/products/744 | ++------------------------+---------------------------------------------+ +| USB female | https://www.adafruit.com/products/1833 | ++------------------------+---------------------------------------------+ +| USB male | https://www.sparkfun.com/products/10031 | ++------------------------+---------------------------------------------+ +| Battery | https://www.adafruit.com/products/328 | ++------------------------+---------------------------------------------+ +| CPU | https://www.adafruit.com/products/2821 | ++------------------------+---------------------------------------------+ +| LED array | https://www.adafruit.com/products/2945 | ++------------------------+---------------------------------------------+ +| FeatherWing Doubler | https://www.adafruit.com/products/2890 | ++------------------------+---------------------------------------------+ +| CAP1188 BOB | https://www.adafruit.com/products/1602 | ++------------------------+---------------------------------------------+