Difference between revisions of "SpaceState ESP"
From
Line 11: | Line 11: | ||
=Resources= | =Resources= | ||
==Parts List== | ==Parts List== | ||
− | * Clock | + | * [https://www.aliexpress.com/store/product/Free-Shippig-designer-artistic-wall-clock-runaway-clock-wall-clocks-with-day-and-date/910542_539870750.html Clock] |
− | * nodeMCU v2 | + | * [http://www.dx.com/p/esp8266-esp-12e-development-board-serial-wi-fi-module-for-nodemcu-441215?Utm_rid=92935131&Utm_source=affiliate nodeMCU v2] |
− | * 10 mm RGB LED | + | * [https://www.adafruit.com/products/848 10 mm RGB LED] |
* 1x 1K resistor | * 1x 1K resistor | ||
Revision as of 21:59, 8 April 2017
I wanted to see if the TkkrLab hackerspace is open on my clock. For this I used an nodeMCU with a RGB led to request the spaceapi every 10 mins and display open (green) or losed (red) status.
Resources
Parts List
- Clock
- nodeMCU v2
- 10 mm RGB LED
- 1x 1K resistor
Software
- source code for nodeMCU : https://github.com/zeno4ever/spacestatus_ESP
- Library for json processing https://bblanchon.github.io/ArduinoJson/