Introduction: RFID Time IN/OUT With VB.NET + MySQL

This project uses a RFID reader to read the different RFID card to track the time log of the user. The GUI is made of VB.net as the front-end and MySQL as the back-end Application.

Step 1: Hardware/Software Requirement

Hardware Requirement
  • Arduino UNO
  • RFID RC522
  • RFID Card
  • Piezo/Buzzer

Software Requirement

  • VB.NET (VS Studio)
  • Mysql (Packaged in WAMP/LAMP/MAMP/XAMPP)
  • Mysql Connector

Step 2: Preparing the Sketch

RFID Reader

MOSI: Pin 11

MISO: Pin 12

SCK: Pin 13

SS/SDA: Pin 10

RST: Pin 9

VCIN: 3.3V

GND: GND

Peizo/Buzzer

Red Wire (Positive) : Pint 6

Black Wire (Negative) : GND

Step 3: Codes...