Skip to content

robinmonjo/explore-nfc-board-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Card polling / writting driver for Explore-NFC board on R-Pi

Install

  • clone this repository onto you R-Pi
  • cd explore-nfc-board-driver
  • Build: cmake . && make

Current support

  • Mifare Ultralight

PR are very welcome if anyone need to support other type of cards

Read data from a card

Run sudo ./explore-nfc poll. This will try to read data from a Mifare Ultralight card every second and will output a proper json:

{
	"mode" : "poll",
	"uid" : "0410C2620E2981",
	"data" : "68656C6C6F20626974636865730000000000000000000000000000000000000000000000000000000000000000000000"
}

Write data to a card

Run sudo ./explore-nfc write "data to write". This will write "data to write" to each card and will also output a proper json:

{
	"mode" : "write",
	"uid" : "0410C2620E2981",
	"data" : "68656C6C6F20626974636865730000000000000000000000000000000000000000000000000000000000000000000000"
}

Full install

For a full install, just cp the binary to /usr/local/bin

Resources

About

Driver for the Explore-NFC card by NXP for the Raspberry Pi (http://www.nxp.com/demoboard/PNEV512R.html)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published