mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-30 18:57:32 +02:00
Updated Projects using ArduinoJson (markdown)
@ -6,7 +6,7 @@ By Mario Vernari
|
||||
|
||||
*Simple telemetry/telecontrol system based on Microsoft Azure*
|
||||
|
||||

|
||||

|
||||
|
||||
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.*
|
||||
|
||||

|
||||

|
||||
|
||||
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
|
||||
|
||||

|
||||

|
||||
|
||||
http://zeflo.com/2014/esp8266-weather-display/
|
||||
|
||||
@ -34,7 +34,7 @@ http://zeflo.com/2014/esp8266-weather-display/
|
||||
|
||||
By Robert Murphy
|
||||
|
||||

|
||||

|
||||
|
||||
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
|
||||
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/
|
||||
|
||||

|
||||
|
||||
> 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.
|
||||
|
||||

|
||||
|
||||
## 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.
|
||||
|
||||

|
||||
|
||||
## 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.
|
||||
|
Reference in New Issue
Block a user