Rucksikaa Raajkumar
Published © CC BY

RFID Health Tag - Arduino and Python

This RFID Health tag project is useful when it comes to keeping track of vaccinated individuals and their medical biodata.

IntermediateFull instructions provided5 hours1,272
RFID Health Tag - Arduino and Python

Things used in this project

Hardware components

Arduino UNO
Arduino UNO
×1
Sunfounder MFRC522 RFID reader
×1
Sunfounder MFRC522 RFID key tag
×5
Pushbutton switch 12mm
SparkFun Pushbutton switch 12mm
×2
Solderless Breadboard Half Size
Solderless Breadboard Half Size
×1
Male/Male Jumper Wires
×13

Software apps and online services

Arduino IDE
Arduino IDE
Python IDLE

Story

Read more

Schematics

Schematic

Code

Installing modules for python

BatchFile
You will need to upgrade PIP before you install these modules. In order to do this, you will need to use the following function:
python - m pip install - upgrade pip

Install the Pyserial module after the update is done. You will be needing the following function for this:
python - m pip install pyserial

You will also need to install the tkCalendar module.
python - m pip install tkCalendar

Credits

Rucksikaa Raajkumar
43 projects • 94 followers
Amateur Arduino Developer. Undergraduate. YouTuber (https://www.youtube.com/c/RucksikaaRaajkumar/videos) and Blogger (Arduino Projects by R)
Contact

Comments

Please log in or sign up to comment.