Hi,
Just received the RFID reader, but to my dissappointment, could not find any example code that is directly applicable. Before i ordered i saw that there was some simple code in the Gadgeteer Tutorial section, but zooming in to that, it misses the basics of where to get the RFID class \ library, and it is not a part of the standard drivers in the designer either.
Has anybody used this reader on a Hydra or Spider ???
I am sure that the next code drop due out soon will include the driver for this. This module uses a U socket meaning its a Uart capable device. Not sure what the pins are mapped as (the schematic isnt on the site Gus may have it somewhere) but you could do this.
Add an extender into the designer on a U socket. Plug the rfid module into that socket and treat it as a serial device. When a tag is read it should allow you to get an interupt and handle the data. it will most likeley be in ASCII rather than any encoded format (unless the chip can be switched). This is how i got my ID-12 RFID reader working so it should work for you this way too i guess.
The tags i have are pretty small button tags and i can only really get about 5 cm reliably as the antena is internal to the chip . I would be interested to try the credit card sized tags to see if there is a difference. The ID-12 should read the tags that come with the GHI RFID module too as they are both the same freq.
I will be ordering one soon (when my local supplier finally gets some stock) so i wil have both to play with.
Definatley ID-12. I just put it down to the size of the tags and smaller inductance of power etc. its not behind anything as you can see in the pic, just on the breadboard
@ HughB - (and Gus)
I had the Tutorial , but it needs more than just creating an event… I am quite new at this, but i do need some kind of library that i can subscribe the rfid event to.
I shall look if i can find it in the latest Beta…else i am still waiting for a more elaborate example or tutorial.
thanks for the reply .
Bert
Hi Gus would this be the 4.2 / 4.1 compatable release thats on codeplex? Ive managed to confuse myself totally as to where to find it. Does it also support the Spider?
It supports 4.1 and 4.2. It does support Spider, but only in 4.1 at this time. Please make sure to follow the directions on the post to properly install the SDK.
I’m not exactly sure what you are asking. Are you asking if you can install the new SDK without having Gadgeteer hardware to use so you can help troubleshoot the problem?