Skip to content

Commit 49920db

Browse files
authored
Create README.md
1 parent 49742bf commit 49920db

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

NY_Tower_Light/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
## New-Year-Tower-Light
2+
IoT Tower alert we did on the last night of 2015!!
3+
4+
We make a tower alert that responds to github events:
5+
6+
- [Github] publishes repo events to a number of webhooks. But in reality, any service that speaks http can be used.
7+
- [AWS lambda] receives the github webhooks and publishes MQTT events. [python code](lambda/)
8+
- [Adafruit io] provides a MQTT gateway.
9+
- A little [ESP8266 HUZZAH] receives the MQTT messages and controls the red, yellow, and green lights of a tower alert. [huzzah code](esp8266/)
10+
11+
The live coding video can be found on [youtube].
12+
13+
This code was formerly at https://github.com/adafruit/New-Year-Tower-Light/ - this has now been archived.
14+
15+
If you are looking to make changes/additions, please use the GitHub Issues and Pull Request mechanisms.
16+
17+
All code MIT License, please attribute to Adafruit Industries
18+
19+
Please consider buying your parts at [Adafruit.com](https://www.adafruit.com) to support open source code
20+
21+
[Github]: https://www.github.com/
22+
[Adafruit io]: https://io.adafruit.com/
23+
[ESP8266 HUZZAH]: https://www.adafruit.com/products/2471
24+
[AWS lambda]: https://aws.amazon.com/lambda
25+
[youtube]: https://www.youtube.com/watch?v=TnjIXlnaN00

0 commit comments

Comments
 (0)