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 ...
CREATE TABLE usuarios ( id INT AUTO_INCREMENT PRIMARY KEY, nome VARCHAR(100) NOT NULL, uid VARCHAR(50) NOT NULL UNIQUE ); CREATE TABLE logs ( id INT AUTO_INCREMENT PRIMARY KEY, uid VARCHAR(50) NOT ...