Adding WIoT2 to wiki

deejayspinz
2017-01-06 13:11:49 -05:00
parent c17301bcb5
commit 1433c5bd23

@ -1,5 +1,18 @@
> *This page contains a list of project using the Arduino JSON library. It's a wiki, don't hesitate to edit this page if you want to add a project.*
##WIoT-2 Weather Station - www.plastibots.com
Uses NodeMCU + Nextion + Blynk + ArduinoJSON to parse and dispay weather and other information. Full write-up at [PlastiBots.com](http://www.plastibots.com/index.php/2017/01/03/wiot-2-weather-station-nextion-tft-with-esp8266/).
![](http://www.plastibots.com/wordpress/wp-content/uploads/2017/01/IMG_2920-300x208.jpg)
* Display current and forecast weather information. This time around, I used the Weather Underground API to pull both current and forecast data in JSON format.
* Display weather data generated outside the house via another ESP unit. It polls temp, humidity and battery info (its solar powered) Integrated with Blynk
* Poll and display the temperature of the hot tub Integrated with Blynk
* Poll and display the status of garage doors (open/closed) complete. will be integrated in the future Also integrated with Blynk
* Allow our kids to interact with the unit sends notifications via Blynk
* Polls waste collection calendar information to show us which waste items are being collected on a weekly basis.
* Show the current date and time uses Blynk RTC widget
* I also added a picture viewer which shows family photos (for those times when people are bored standing at the door waiting for others…)
## Aquamonitor & AquaNet