https://github.com/nortakales/flipper-zero-tonies
https://github.com/nortakales/flipper-zero-tonies
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nortakales/flipper-zero-tonies
- Owner: nortakales
- Created: 2024-02-11T05:25:08.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-30T05:06:08.000Z (8 months ago)
- Last Synced: 2024-10-30T08:31:15.990Z (8 months ago)
- Language: Shell
- Size: 279 KB
- Stars: 77
- Watchers: 22
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- fucking-awesome-flipperzero - `Flipper-Zero-Tonies` Database of Tonies for the Toniebox.
- awesome-flipperzero - `Flipper-Zero-Tonies` Database of Tonies for the Toniebox.
README
# 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:
* [English Tonies](English/README.md)
* [French Tonies](French/README.md)
* [German Tonies](German/README.md)## 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 `validation.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`