📖
WiKi
Shop OnlinePlay StoreApp StoreYouTube
English
English
  • Help & Info | MTools
  • Help & Info | MCalc
  • Help & Info | MTools BLE
  • MTools
    • Simple Startup
    • How to Use Sniffer
    • Algorithm & Expression
    • CRC-8 & CRC-16
    • Mifare Classic Tool vs MTools
    • Terminal for ACR122U & PN532
  • MTools BLE
  • How To Unlock
  • How To Use ChameleonUltra
  • How to use ChameleonUltra to write Mifare Dump
  • How to use TAG Scanner
  • How to use UID Changer
  • Change UID of Gen3 Magic Card(Deprecated)
  • Upgrade the firmware of ChameleonUltra and ChameleonLite
  • Upgrade the firmware of Pixl.js
  • nRF52 OTA Firmware Updates
  • PN532 CLI
    • How to Start
    • NTAG Emulate
Powered by GitBook
On this page
  • Hardware Requirement
  • Software Requirement
  • Steps to emulate NDEF with PN532
  1. PN532 CLI

How to Start

Last updated 8 months ago

Hardware Requirement

  • PN532 + USB Serial Chip such as CH340

  • All-in-one PN532 board from MTools Tec

Software Requirement

  • Python 3.5+

  • Download

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
PN532 Python CLI