Hi, I'm sherl and a newbie in arduino programming. I have a project ryt now about interfacing RFID reader, ARDUINO, GSM SHIELD and a database entitled GSM Base Student Monitoring System Using RFID. I have research sample program in RFID, GSM shield to use and I ask my friend to make me a simple database.
Here's what I want to happen in my project:
My RFID reader is connected to the arduino and the read rfid code will be sent to the database to compare if its code was already registered to it. If its already registered then the database will send the information of the read rfid code back to the arduino to execute the program in the arduino in sending the information to the GSM shield to send it to a particular cellphone number. My problem is how to combine the program of the RFID reader and the GSM shield to arduino Mega and how to communicate the arduino to the database. I will also made use of software serial library because both RFID reader and the GSM is in serial connection. I'am using an Arduino mega with two serial ports only.
GSM_Shield_test.ino (1.64 KB)