Remove these ads by
Signing UpStep 1Let's Get Started!
The ID-12 operates at 9600bps and has an LED output pin. This LED output is great! We can use this to verify if the ID-12 is reading the tag even before it is connected to the Arduino!
The ID-12 has unusual pin spacing. Pick up the breakout board from SparkFun (SEN-08423 ) to make it easily fit on your breadboard.
All of ID Innovations readers read at a frequency of 125 kHz. Any 125 kHz RFID tag will do.
| « Previous Step | Download PDFView All Steps | Next Step » |












































I am looking for a solution for 20-30 readers and the Information which RFID Key was hold on which Reader.
Suggested Reading: http://www.arduino.cc/en/Tutorial/SoftwareSerial
What about the Arduino Mega with 54 digital input/output pins?
If i understand you right, with the software serial solution i can define 2 digital pins as an serial data connection.
With a Mega Board this is a possibility of 27 RFID Readers.
Right?
Handling asynchronously received data from multiple serial devices turns out to be a difficult task.
One would need to implement a way to only read a device which is active and assign priorities when two or more devices are active at the same time.
To quote the SoftwareSerial tutorial, "The software serial connection can run at 4800 baud or 9600 baud reliably."
It does not list a maximum number of connected devices. One would have to experiment to see if it could work.