From 17a1f9c5ed2a83279cbd230057506207f0f838eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Blanchon?= Date: Tue, 3 May 2016 10:35:44 +0200 Subject: [PATCH] Updated Projects using ArduinoJson (markdown) --- Projects-using-ArduinoJson.md | 61 +++++++++++++++++++++++++++++++---- 1 file changed, 55 insertions(+), 6 deletions(-) diff --git a/Projects-using-ArduinoJson.md b/Projects-using-ArduinoJson.md index a2ff5bb..481b0c4 100644 --- a/Projects-using-ArduinoJson.md +++ b/Projects-using-ArduinoJson.md @@ -6,7 +6,7 @@ By Mario Vernari *Simple telemetry/telecontrol system based on Microsoft Azure* -![Azure Veneziano](images/AzureVeneziano.jpg) +![Azure Veneziano](https://highfieldtales.files.wordpress.com/2014/12/wp_000868.jpg?w=620&h=465) https://highfieldtales.wordpress.com/2014/12/29/azure-veneziano-linkit-one/ https://github.com/highfield/azure-veneziano @@ -17,7 +17,7 @@ By Jonathan Eskow *The Blinkerdoo is a fun project that introduces the Spark Core microcontroller and Spark Core Internet Button and teaches beginner to intermediate Arduino syntax and coding skills.* -![Blinkerdoo](images/Blinkerdoo.jpg) +![Blinkerdoo](http://cdn.instructables.com/FTQ/LH4F/I2VRAZV8/FTQLH4FI2VRAZV8.MEDIUM.jpg) http://www.instructables.com/id/Blinkerdoo-with-SparkCore/ http://www.hackster.io/EskFab/blinkerdoo-with-sparkcore @@ -26,7 +26,7 @@ http://www.hackster.io/EskFab/blinkerdoo-with-sparkcore By Zeflo -![ESP8266 weather display](images/Esp8266WeatherDisplayZeflo.jpg) +![ESP8266 weather display](http://zeflo.com/wp-content/uploads/2014/09/DSC_1987-569x281.jpg) http://zeflo.com/2014/esp8266-weather-display/ @@ -34,7 +34,7 @@ http://zeflo.com/2014/esp8266-weather-display/ By Robert Murphy -![ESP8266 weather display](images/Esp8266WeatherDisplayRobertMurphy.jpg) +![ESP8266 weather display](https://2.bp.blogspot.com/-7AEs9wHT8cA/VKRWC9j0wYI/AAAAAAAALxE/61Rep-rb7e8/s1600/2014-12-31%2B11.52.43.jpg) http://thisoldgeek.blogspot.fr/2015/01/esp8266-weather-display.html @@ -92,6 +92,55 @@ https://github.com/probonopd/ESP8266HueEmulator ## Key.Zone -Inspired by various Home Automation Systems. The arduino devices receive data (via radios) in JSON format and process/react and return in JSON again. Core logic revolves around ArduinoJson. Thanks a lot. +Inspired by various Home Automation Systems. The Arduino devices receive data (via radios) in JSON format and process/react and return in JSON again. Core logic revolves around ArduinoJson. Thanks a lot. -https://key.zone \ No newline at end of file +https://key.zone + +## Firebase Arduino + +Arduino samples for Firebase. + +https://github.com/googlesamples/firebase-arduino + +## ESP8266+Websocket server RGB LED controller + +by Rahul27 + +http://www.instructables.com/id/Esp8266Websockets-RGB-LED-controller/ + +![ESP8266+Websocket server RGB LED controller](http://cdn.instructables.com/F66/U9KK/IF7IZAT9/F66U9KKIF7IZAT9.MEDIUM.jpg) + +> With this project you can use a web browser to run a web socket client to control RGB LED connected to output pins on the ESP8266 mcu. The RGB can be controlled by sliders or using a smartphone's accelerometer.The response is quite fast with minimum lag however results may vary. + +## Arduino TFT Forecast Weather Station with ESP8266 + +by tufantas + +http://www.instructables.com/id/Arduino-TFT-Forecast-Weather-Station-with-ESP8266/ + +> This project, builds on Wunderground weather forecast via the Internet. +> Specs: +> 1. 3 days weather forecast (Low&High temps, probably of precipitation, condition icons) +> 2. Current weather conditions (Current temp, feelslike temp, humidity, pressure) +> 3. Current wind directions & speed with analog gauge meter. +> 4. Indoor temperature with Dallas 18b20 Temperature sensor. +> 5. NTP time via Wunderground time server. + +![Arduino TFT Forecast Weather Station with ESP8266](http://cdn.instructables.com/FDC/070S/I58IDAY9/FDC070SI58IDAY9.MEDIUM.jpg) + +## ESP8266 WiFi controlled aircon remote + +by beegee1962 + +http://www.instructables.com/id/ESP8266-WiFi-Controlled-Aircon-Remote/ + +> This Instructable is about my small project to automatically switch on the aircon if enough energy is produced by the solar panels. + +![ESP8266 WiFi controlled aircon remote](http://cdn.instructables.com/FZN/TF40/IJAACJOP/FZNTF40IJAACJOP.MEDIUM.jpg) + +## Windows Virtual Shields for Arduino + +https://github.com/ms-iot/virtual-shields-arduino +https://github.com/ms-iot/virtual-shields-universal + +> This project lets an Arduino sketch control a device running Windows 10 - be it a PC, a Windows Phone, or even a Raspberry Pi 2. The only code you write is to an Arduino sketch.