Skip to content

Smart Library Management System using RFID MFRC522, Arduino, Python Tkinter, DHT11 sensor, and MySQL.

Notifications You must be signed in to change notification settings

GitTeaching/LMS-Arduino-Python

Repository files navigation

Smart LMS-Arduino-Python

Smart Library Management System using RFID MFRC522, Arduino, Python Tkinter, DHT11 Sensor, and MySQL.

In this project, RFID-RC522 is interfaced with Arduino and then RFID data is sent to Tkinter GUI and MySQL database using Python.

It also uses sensors like DHT11 to collect, plot on GUI, and save to DB/CSV file all sensed data (Temperature and Humidity).

Project Demos :

Components and software used :

Arduino Part :

1 - Arduino Uno and its Arduino IDE : https://www.arduino.cc/en/Main/Software

2 - RFID MFRC522 with tags and cards :

alt text

  • RFID Circuit Diagram :

alt text

3 - Piezo / buzzer for the sound on Arduino digital PIN 2 anf GND.

4 - DHT11 Temperature Humidity Sensor : on Arduino digital PIN 2, GND, and 5V.

5 - Final result :

Python Part :

1 - Python, Tkinter for logic and GUI.

2 - Python pyserial for communication : (pip install pyserial) https://pypi.org/project/pyserial/

3 - WAMP Server for MySQL Database storage. MySQL Connector Python library (pip install mysql-connector-python).

4 - MySQL Database - Table Name : Book(bui, rfid_id, title, authors, description, status, issued_by)

5 - GUI Screenshots :

Instructions :

  • Load arduino_rfid_sensor.ino / dht_temp_hum_sensor.ino code to Arduino
  • Install all python libraries
  • Run app.py / lms_sensing.py

Releases

No releases published

Packages

No packages published