mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-29 10:17:39 +02:00
Add an another project that uses ArduinoJson
@ -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
|
||||
|
||||

|
||||

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