mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-30 18:57:32 +02:00
Adding WIoT2 to wiki
@ -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.*
|
> *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/).
|
||||||
|
|
||||||
|

|
||||||
|
* 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
|
## Aquamonitor & AquaNet
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user