RobotGeek TeamWade Filewich
Published © CC0

Arduino RFID Flash Cards (Matching Game)

Want a fancy way to learn with your kids or study for the big test?

BeginnerFull instructions provided30 minutes3,013
Arduino RFID Flash Cards (Matching Game)

Things used in this project

Hardware components

RobotGeek Geekduino
RobotGeek Geekduino
×1
RobotGeek RFIDuino Shield
×1
RobotGeek Micro USB Cable
×1
RobotGeek RFID Tags
×50
Flash Cards
×1
Arduino UNO
Arduino UNO
OPTION: Can be used in place of Geekduino
×1

Software apps and online services

Arduino IDE
Arduino IDE

Story

Read more

Code

Code snippet #9

Plain text
byte keyTag[NUMBER_OF_CARDS][5] ={
byte lowerCaseTag[NUMBER_OF_CARDS][5] ={
{128,0,72,35,76},   //a, Apple,       0
{128,0,72,75,111},  //b, Basketball,  1
{128,0,72,28,7},    //c, Cake,        2
}; 		

Code snippet #10

Plain text
byte upperCaseTag[NUMBER_OF_CARDS][5] ={
{128,0,72,75,152},  //A, Apron,       0
{128,0,72,70,93},   //B, Butterfly,   1
{128,0,72,14,0},    //C, Car,         2
}; 		

Github

https://github.com/robotgeek/RFIDuinoLibrary

Credits

RobotGeek Team
35 projects • 209 followers
The RobotGeek team is a 6-man operation that wants to make it even easier to use Arduino to make electronics and robots.
Wade Filewich
35 projects • 104 followers
I make technology that makes plants grow

Comments