Micro NFC Board – Easy NFC for the Internet of Things

What is Micro NFC Board?

Micro NFC Board is an integrated development platform that makes it easy to use Near Field Communication or NFC (What is NFC? see below for more info). It contains a NFC transceiver, a microcontroller and all the software you need to use NFC.
It can be used with an Arduino, Raspberry Pi, m bed or PC/Mac. There is also a powerful ARM Cortex-M0 microcontroller onboard so it can work on its own and you can connect a bunch of things to the board using its various peripherals.

What NFC features does the board support?

The board supports the three main NFC modes with a straightforward API (no need to be a NFC expert):

  • Tag reading/writing (types 1, 2, 3 and 4)
  • Peer-to-peer (Android Beam/SNEP)
  • Tag emulation (type 4)

You can select which mode to use or you can enable multiple modes at once (for instance tag reading and peer-to-peer).
The software shipped with the board allows you to encode or decode NFC data in the following formats (NDEFNFC Data Exchange Format):
MicroNFCBoard – Easy NFC for the Internet of Things

  • URL/URI
  • Text
  • Bluetooth pairing info
  • MIME Type + data

In tag reading/writing mode, you can communicate with passive NFC tags.
Tag emulation allows you to emulate a NFC tag and encode its content when the reader/writer (a phone for instance) on the other end tries to read it.
In peer-to-peer mode (Android Beam-compatible) you can send and receive messages over NFC.

What is it compatible with?

Micro NFC Board is compatible with:

  • Arduino – we will provide an Arduino library; your Arduino can be connected to the board via the SPI bus
  • Raspberry Pi, PC & MAC – we will provide a Python library to control the board via USB
  • m bed – we will provide a m bed C++ API
  • It can be used on its own by programming the onboard ARM micro-controller

For each platform we will provide a set of demo programs.

Read More: Micro NFC Board – Easy NFC for the Internet of Things

Leave a Comment

Your email address will not be published. Required fields are marked *