From 458133b3fe2c845014f868c871d710bad29c5467 Mon Sep 17 00:00:00 2001 From: Nathaniel Wesley Filardo Date: Thu, 13 Oct 2016 21:08:21 -0400 Subject: [PATCH] Add examples/lamp/README.rst --- README.rst | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 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 | ++------------------------+---------------------------------------------+ -- 2.50.1