Difference between revisions of "SpaceState ESP"
From
(Created page with "{{Project |ProjectName=SpaceState ESP Clock |Owner=zeno4ever |Status=60% |Skillz=Basic Electronics, Arduino Software (C) |Summary=Show space open/close state with nodeMCU / ES...") |
|||
Line 16: | Line 16: | ||
* 1x 1K resistor | * 1x 1K resistor | ||
− | + | ==Software== | |
+ | * source code for nodeMCU : https://github.com/zeno4ever/spacestatus_ESP | ||
+ | * Library for json processing https://bblanchon.github.io/ArduinoJson/ |
Revision as of 20:13, 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/