No description
Find a file
2025-09-19 13:33:13 +02:00
.github/workflows Update build_directories.yaml 2025-03-05 19:57:45 +01:00
English - add English/Other/The Gruffalo.nfc 2025-09-19 13:31:20 +02:00
French Auto update directory markdown files 2025-07-19 17:59:10 +00:00
German - add German/Europa-Park/Ed & Edda - Grand Prix of Europe.nfc 2025-09-19 13:33:13 +02:00
scripts Fix last commit 2025-03-31 17:17:30 -07:00
.gitignore add validate github workflow 2025-02-22 13:08:14 -08:00
README.md Minor readme update 2025-07-19 11:02:08 -07:00

Toniebox NFC Files

This repo contains .nfc files to be used with Flipper Zero. Just place them in your nfc folder, and then emulate them.

Directory

We have a directory of Tonies in this repo for each language:

Usage Notes

  • 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.

Pull Requests

Pull requests are welcome!

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.

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