Add an another project that uses ArduinoJson

omersiar
2017-07-11 21:12:04 +03:00
parent 57a2480643
commit 75e42363b1

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