]5dBi PCB UHF RFID 902-928M Antenna 5cm x 5cm and/:m] ]UHF RFID tags for flex surface (tape on back), EPC Gen2 (900MHz). /:m]I would like to integrate the reader with an Arduino Uno. My goal is to store the ID number of the RFID tag being read in the Uno’s memory, so that it can then be accessed by an XBee module and wirelessly transmitted. I currently cannot find any comprehensive, yet simple-to-understand, tutorials on how to configure the reader with an Arduino Uno. I was wondering if anyone could help.
Is your Cottonwood module connected to your Arduino? If so, did you upload a Software-Serial passthrough sketch to the Arduino? That’s what would be needed to allow the X-CTU software to communicate with the Cottonwood… Hope this helps, and happy new year!
}
delay (1000);
while (myserial.available())
{
incomingByte = myserial.read();
Serial.println(incomingByte,HEX);
}
}[/code]
The X-CTU software recognized the Arduino UNO but it couldn’t find any radio modules connected to the machine with this sketch.
Then with X-CTU, you should see a R appear when you press r, and should see S one a second when you don’t press anything. This is only a test of the Arduino. Does this work?
I uploaded the code onto the Arduino Uno and tried to see if X-CTU would recognize the Arduino alone. The X-CTU software still says “could not find any radio module” after I click “Discover Radio Modules.”
Can you provide a few clear images of the connections to the board, and details of how you are powering it?
On a somewhat different note, can you confirm the RFID tags you have are from the same supplier?
If not, there is a long list of parameters which need to be exactly the same in order for an RFID tag from a different supplier to be compatible with this RFID reader.
As I said before, the X-CTU software recognized the Arduino UNO but it couldn’t find any radio modules connected to the machine with this connection and sketch.
Right now, I am only trying to get the X-CTU software to recognize the Cottonwood UHF RFID reader so that I can test if the Cottonwood is working properly. I haven’t attempted to get the module to read the tags, although I know that they are from the same manufacturer.