flipper-zero-tonies/README.md

28 lines
1.1 KiB
Markdown
Raw Normal View History

# Toniebox NFC Files
2024-02-10 13:36:13 -08:00
This repo contains `.nfc` files to be used with Flipper Zero. Just place them in your `nfc` folder, and then emulate them.
2025-03-03 21:10:16 -08:00
## Directory
2024-04-06 14:35:11 -07:00
2025-03-03 21:10:16 -08:00
We have a directory of Tonies in this repo for each language:
2024-04-06 14:35:11 -07:00
2025-03-03 21:10:16 -08:00
* [English Tonies](English/README.md)
* [French Tonies](French/README.md)
* [German Tonies](German/README.md)
2024-04-06 14:35:11 -07:00
2025-03-03 21:10:16 -08:00
## Usage Notes
2024-04-06 14:35:11 -07:00
* Reading/emulating SLIX-L chips is a fairly new addition to the official Flipper Zero firmware.
Keep that in mind if you are uploading your kid's cherished figures.
2024-04-06 14:35:11 -07:00
2025-03-03 21:10:16 -08:00
## Pull Requests
Pull requests are welcome!
2025-02-19 16:47:44 -08:00
2025-07-19 11:02:01 -07:00
If you want to add new Tonies, it will help to run `scripts/validate_files.sh` before opening a pull request.
If it detects something wrong with any of the files, it will tell you, and you can fix it before submitting the PR.
Otherwise, it will output no message at all.
It will also run when your PR is opened automatically.
2025-02-19 16:47:44 -08:00
You can use the `figures_name_tool.py` to generate the correct name for your file and place them in the correct directory.
To use this tool you need to have python installed and install all requirements with `pip install -r requirements.txt`