I would like to know if there is robots and RFID readers which are compatible with Contiki?
Related
I am starting with RFID and NFC, I have an ET50 Zebra Tablet with windows 10 and I am trying to read and write in a MIFARE Ultralight NFC card, I am using a code that I downloaded from:
https://github.com/andijakl/ndef-nfc
But till now no luck, after researching a lot I found that Windows only can read from NFC NDEF cards, so I confirmed that this MIFARE ultralight card fits that requirement and it is correct. I was also checking windows documentation and it seems that the device is only reachable by using Proximity Device Class. I did try to implement that but again no luck detecting the card.
Any help will be appreciated.
We have built one ERP application, we need to implement RFID in our application. I don't have any idea on RFID Requirement. How to implement?
We have built application using Python.
I need some idea and requirement need to built RFID module.
This is how it works:
Your software --> rfid reader --> antenna --> rfid tag
Threat rfid reader as a server. You can query it about nearby tags using tcp connection. Every manufacturer provide api client to its readers.
From your module you just connect to rfid reader and read a tags table ( basically tag Id and time it was detected)
I am working on the Smart Card Device driver.
The card, that I work with works over protocol TLP224.
Where can I find an full specification of this protocol?
I tried to look up over the internet, but only found some docs,
that regards to a specific card readers.
Is there any full specification of TLP224?
How I read GCI400 specification, this is a communication protocol between host and card reader. I never heard from a card supporting this. Since it is patented, it is probably not publicly available but only after buying a license, signing a non-disclosure agreement or something like that. If you have I choice I would recommend to switch to a reader supporting an open interface.
We have bought a KOVIO 2K NFC tags, alongwith that we got Farpointe Data reader. We are able to read write these tags using Nexus. However, we are building an API where we want to write to these tags through Server code without any mobile phone API. Is there any Java API which supports writing to NFC tags?
Is there any software/SDK to read the data using Farpointe Data Reader?
Kovio 2K NFC tags can be configured as NFC Forum Type 2 Tags. There is a Java ME API that supports NFC Forum tags: JSR 257. (I wonder how relevant this API still is, though, see also the answers to this question: Java NFC (JSR 257).)
I am not familiar with the Farpointe Data Reader, unfortunately.
Does Mifare RFID Reader(13.56 MHz) support NFC?I want to develop an application using Nokia mobile. Is it possible to formatting the Mifare RFID cards using NFC enabled mobile?
Are you talking about the USB RFID reader? It depends, there are RFID readers with and without the NFC support... Which Nokia phones do you plan to use to communicate with RFID reader and in which mode? If this is a Symbian C7 or other model I suggest to use the C++ API for native Symbian and/or Qt.
It's very likely that your Mifare RFID 13.56 reader supports NFC. 13.56 is the high frequency range of RFID that NFC covers. There are several models of NFC readers that are guaranteed to work; there are different forms factors as well as interfaces (LCD, portable; serial, USB, ...) to choose from. You will also need software for your reader. Your Nokia phone may be able to read/write the NFC tags... it all depends on which model you have.