How to Start

Hardware Requirement

  • PN532 + USB Serial Chip such as CH340

  • All-in-one PN532 board from MTools Tec

Software Requirement

Steps to emulate NDEF with PN532

  1. Enter script and install requirement.

cd script
pip install -r requirements.txt
  1. Connect PN532 to the device and run the cli

cd script
python pn532_cli_main.py
  1. Connect PN532 in the cli

hw connect
PN532 Python CLI

Last updated