The Automatic Attendance System is a project that utilizes RFID technology, NodeMCU, and XMPP to automate the attendance process. This repository contains the C++ programming code for the system.
- RFID technology for automatic identification and tracking of individuals.
- NodeMCU (ESP8266) microcontroller for data processing and communication.
- XMPP (Extensible Messaging and Presence Protocol) for real-time messaging and notifications.
- Store and manage attendance data on a remote server.
Nodemcu ESP8266 | RFID RC522 |
---|---|
D2 | SDA/SS |
D5 | SCK |
D7 | MOSI |
D6 | MISO |
GND | GND |
D1 | RST |
3V/3V3 | 3.3V |
Download required libraries for NodeMCU
To run the Automatic Attendance System, you'll need the following:
- RFID reader and tags
- NodeMCU (ESP8266) microcontroller
- XMPP server for messaging and notifications
- C++ compiler (such as GCC or Clang)
- Arduino IDE or a similar development environment
- Clone this repository:
git clone https://github.com/PrakasRavichandran/Automatic-Attendance-System.git
- Connect the RFID reader to the NodeMCU board as per the hardware setup instructions.
- Set up and configure the XMPP server for messaging and notifications.
- Open the project in your preferred C++ development environment.
- Configure the necessary parameters such as WiFi credentials and XMPP server details in the code.
- Compile and upload the code to the NodeMCU board.
- Power on the Automatic Attendance System.
- The RFID reader will detect the RFID tags in proximity.
- The NodeMCU board will process the tag data and communicate with the XMPP server.
- The attendance data will be stored on the remote server and can be accessed as required.
Contributions are welcome! If you'd like to contribute to the Automatic Attendance System, please follow these steps:
- Fork this repository.
- Create a new branch:
git checkout -b my-feature
- Make your modifications and improvements.
- Commit your changes:
git commit -am 'Add my feature'
- Push to the branch:
git push origin my-feature
- Submit a pull request.
This project is licensed under the MIT License.
If you have any questions, suggestions, or feedback, please feel free to reach out to me at Instagram.
We hope you find the Automatic Attendance System useful and efficient!