Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 867 Bytes

File metadata and controls

42 lines (28 loc) · 867 Bytes

nfc-controller-itead-pn532-uart

This role prepares Raspberry PI to be a NFC controller for ITEAD PN532 chip based boards. This role is basically automation of guide on https://www.raspberrypi.org/forums/viewtopic.php?f=45&t=78966.

WIKI of the hardware: http://wiki.iteadstudio.com/ITEAD_PN532_NFC_MODULE

This role presumes you have the NFC reader connected in mode and via UART.

Requirements

After this role passes, please reboot your RPi.

Example

Playbook file:

---
- hosts:  raspberries
  user:   pi
  roles:
    - role:   nfc-controller-itead-pn532-uart
      tags:
        - nfc

Requirements file:

---
- src: rooland-provisioning.nfc-controller-itead-pn532-uart

License

BSD

Author Information