# How to Start

### Hardware Requirement

* PN532 + USB Serial Chip such as CH340
* All-in-one PN532 board from MTools Tec

### Software Requirement

* Python 3.5+
* Download [PN532 Python](https://github.com/whywilson/pn532-python)

### Steps to emulate NDEF with PN532

1. Enter *script* and install requirement.

```mipsasm
cd script
pip install -r requirements.txt
```

2. Connect PN532 to the device and run the cli

```vim
cd script
python pn532_cli_main.py
```

3. Connect PN532 in the cli

```arduino
hw connect
```

{% embed url="<https://youtu.be/vJWdFYFY1zI>" %}
PN532 Python CLI
{% endembed %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mtoolstec.com/pn532-cli/how-to-start.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
