This shows you the differences between two versions of the page.
|
iothings:proiecte:2025sric:rfidscanner [2025/05/28 23:39] flaviu.ghena |
iothings:proiecte:2025sric:rfidscanner [2025/05/29 10:07] (current) flaviu.ghena |
||
|---|---|---|---|
| Line 67: | Line 67: | ||
| - Allows remote control via the ledControl path\\ | - Allows remote control via the ledControl path\\ | ||
| - Uses anonymous authentication for security\\ | - Uses anonymous authentication for security\\ | ||
| + | |||
| + | **Realtime Database rules** | ||
| + | <code> | ||
| + | { | ||
| + | "rules": { | ||
| + | "rfidSystem": { | ||
| + | "control": { | ||
| + | ".read": true, | ||
| + | ".write": true | ||
| + | }, | ||
| + | "logs": { | ||
| + | ".read": true, | ||
| + | ".write": true | ||
| + | }, | ||
| + | "ledControl": { | ||
| + | ".read": true, | ||
| + | ".write": true | ||
| + | } | ||
| + | } | ||
| + | } | ||
| + | } | ||
| + | |||
| + | </code> | ||
| + | |||
| + | {{:iothings:proiecte:2025sric:flaviu6.png?300|}} | ||
| **Telegram Notifications:** | **Telegram Notifications:** | ||
| Line 579: | Line 604: | ||
| - Future enhancements could include adding biometric verification or integrating with physical locks. | - Future enhancements could include adding biometric verification or integrating with physical locks. | ||
| + | ===== Demo ===== | ||
| + | |||
| + | <html><iframe width="456" height="811" src="https://www.youtube.com/embed/BdYKw6g49gY" title="RFID22" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe></html> | ||
| + | |||
| + | <html><iframe width="456" height="811" src="https://www.youtube.com/embed/UwR_TnAOcD8" title="RFID11" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe></html> | ||
| ===== References ===== | ===== References ===== | ||
| [1] https://randomnerdtutorials.com/control-esp-gpios-firebase-web-app/ \\ | [1] https://randomnerdtutorials.com/control-esp-gpios-firebase-web-app/ \\ | ||
| [2] https://randomnerdtutorials.com/esp32-door-status-telegram/ | [2] https://randomnerdtutorials.com/esp32-door-status-telegram/ | ||