NFCity provides an easy web interface to read and write NFC card memory with ESP32 and MFRC522. Perfect for learning, experimenting, and exploring NFC technology.
Tag: javascript
Learn JavaScript for web development with examples, frameworks, and coding tips.
Real-Time RFID-Based Attendance System
This project offers a streamlined solution for tracking employee attendance using RFID technology, an efficient and popular approach in modern workplaces. Each employee possesses an RFID card embedded with a unique identification number. Upon swiping the card over the RFID module, the system reads the ID and instantly transmits it…
WiFi-Controlled RC Car with Web-Based Interface
This project uses the ESP8266 chip, but in a unique server role, creating a dynamic interface for controlling an RC car via a WiFi network. Upon connecting to the server’s IP address via a web browser on a mobile device, users are presented with a JavaScript application. This app establishes…