From 1433c5bd23f892dd1ba8130b75d49ae5b41fa309 Mon Sep 17 00:00:00 2001 From: deejayspinz Date: Fri, 6 Jan 2017 13:11:49 -0500 Subject: [PATCH] Adding WIoT2 to wiki --- Projects-using-ArduinoJson.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Projects-using-ArduinoJson.md b/Projects-using-ArduinoJson.md index 68cce7c..a4561c0 100644 --- a/Projects-using-ArduinoJson.md +++ b/Projects-using-ArduinoJson.md @@ -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 (it’s 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