From 75e42363b1b4f5352d5ffe99b76582b16ab3ffe6 Mon Sep 17 00:00:00 2001 From: omersiar Date: Tue, 11 Jul 2017 21:12:04 +0300 Subject: [PATCH] Add an another project that uses ArduinoJson --- Projects-using-ArduinoJson.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/Projects-using-ArduinoJson.md b/Projects-using-ArduinoJson.md index 462f43f..84cf302 100644 --- a/Projects-using-ArduinoJson.md +++ b/Projects-using-ArduinoJson.md @@ -246,4 +246,20 @@ Some simple tutorials on how to use the ArduinoJson library for Espressif's ESP3 [ESP32: Parsing JSON](https://techtutorialsx.com/2017/04/26/esp32-parsing-json/) [ESP32: Sending JSON over MQTT](https://techtutorialsx.com/2017/04/29/esp32-sending-json-messages-over-mqtt/) [ESP8266: Encoding JSON messages](https://techtutorialsx.com/2016/08/10/esp8266-encoding-json-messages/) -[ESP8266: Parsing JSON](https://techtutorialsx.com/2016/07/30/esp8266-parsing-json/) +[ESP8266: Parsing JSON](https://techtutorialsx.com/2016/07/30/esp8266-parsing-json/) + +## ESP RFID - Access Control with ESP8266, RC522 +Access Control demonstration using a cheap MFRC522 RFID Hardware and Espressif's ESP8266 Microcontroller. +Link: https://github.com/omersiar/esp-rfid + +![IP](https://github.com/omersiar/esp-rfid/blob/master/demo/index.png?raw=true) +![SP](https://github.com/omersiar/esp-rfid/blob/master/demo/settings.png?raw=true) + +### Features +* Using WebSocket protocol to exchange data between Hardware and Web Browser +* Data is encoded as JSON object +* Records are Timestamped (Time synced from a NTP Server) (tested but not implemented yet) +* Bootstrap for beautiful Web Pages for both Mobile and Desktop Screens +* Thanks to ESPAsyncWebServer Library communication is Asyncronous + +Link: https://github.com/omersiar/esp-rfid