From 1328cd2f381050778a9079c208df8b88ec3478bd Mon Sep 17 00:00:00 2001 From: Hemant Kumar Sangwan Date: Tue, 12 Apr 2016 13:38:13 +0530 Subject: [PATCH] Project Key.Zone + ArduinoJson --- Projects-using-ArduinoJson.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Projects-using-ArduinoJson.md b/Projects-using-ArduinoJson.md index ca25240..a2ff5bb 100644 --- a/Projects-using-ArduinoJson.md +++ b/Projects-using-ArduinoJson.md @@ -88,4 +88,10 @@ https://github.com/firepick1/FireStep Emulate a Philips Hue bridge running on an ESP8266 using the Arduino IDE and addressable WS2812b NeoPixels. -https://github.com/probonopd/ESP8266HueEmulator \ No newline at end of file +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. + +https://key.zone \ No newline at end of file