- Joined
- Jan 25, 2024
- Messages
- 12,301
- Points
- 38
- Age
- 39
- Location
- USA
- Website
- gameparadise.org
- Credits
- 206,669
Hi,
I usually see many questions about the Amiibo, N2(Amiiqo), Datel Power Saves, TagMo... And nothing was easy and cheap to do an Amiibo Clone Tag... So I'm glad to bring you AmiiBomb!
AmiiBomb is Windows tools, with cheap component used, for create Amiibo Tag (NTAG215) and much more...
What's you need?
You have to solder the pins on the RC522 Module and connect them following this schematics. Connect the Arduino Uno (or Nano) to the PC by USB and That's all! (Guys with soldering skills already know that but I prefer explain for anyone!)
Signal | RC522 Pin | Arduino Pin
-----------------------------------------------
RST/Reset | RST | 9
SPI SS | SDA(SS) | 10
SPI MOSI | MOSI | 11 / ICSP-4
SPI MISO | MISO | 12 / ICSP-1
SPI SCK | SCK | 13 / ICSP-3
VCC | 3.3V | 3.3V
GND | GND | GND
And when the hardware is ready?
You have to run AmiiBomb, Set an Amiibo folder (*.bin files), select the Amiibo Keys, flash the AmiiBombuino Firmware to the Arduino, and you are ready to Read and Write Amiibo Tag.
What is done?
ChangeLog v0.3 Alpha:
Fix:
Release: https://github.com/AcK77/AmiiBomb-uino/releases/
Source Code: https://github.com/AcK77/AmiiBomb-uino/
In a future, I would own an N2 to add many functionality as possible in AmiiBomb. If you have any kind of ideas or suggestions, just let me know ! You feel free to donate me at paypal adress: ackeedy@gmail.com
Thanks & Enjoy!
I usually see many questions about the Amiibo, N2(Amiiqo), Datel Power Saves, TagMo... And nothing was easy and cheap to do an Amiibo Clone Tag... So I'm glad to bring you AmiiBomb!
AmiiBomb is Windows tools, with cheap component used, for create Amiibo Tag (NTAG215) and much more...
What's you need?
- 1x Windows PC
- 1x Arduino Uno R3 (around $4)
- 1x USB Cable Type AB (pretty sure you already have it)
- 1x RFID Module RC522 (around $2)
- 7x Pin Wire Male-Female (around $1 for x20)
- 1x Soldering Iron Kit (and a little soldering skills)
- Many NTAG215 as you want Amiibo Tag (around $34 for x100)
You have to solder the pins on the RC522 Module and connect them following this schematics. Connect the Arduino Uno (or Nano) to the PC by USB and That's all! (Guys with soldering skills already know that but I prefer explain for anyone!)
Signal | RC522 Pin | Arduino Pin
-----------------------------------------------
RST/Reset | RST | 9
SPI SS | SDA(SS) | 10
SPI MOSI | MOSI | 11 / ICSP-4
SPI MISO | MISO | 12 / ICSP-1
SPI SCK | SCK | 13 / ICSP-3
VCC | 3.3V | 3.3V
GND | GND | GND
And when the hardware is ready?
You have to run AmiiBomb, Set an Amiibo folder (*.bin files), select the Amiibo Keys, flash the AmiiBombuino Firmware to the Arduino, and you are ready to Read and Write Amiibo Tag.
- *.bin folder
- Amiibo Keys
- AmiiBombuino Firmware
What is done?
- Grab info of an Amiibo Dump via http://Amiibo.life website.
- Cache system for Amiibo Dump informations in a file.
- Enable/Disable and Reset Informations Caching files.
- Reconize encrypted/decrypted Amiibo Dump.
- Decrypt/Encrypt Amiibo Dump.
- Able to fix the incorrect size of one type of Amiibo Dump (Power Saves or N2? I don't know:/)
- Dump and Write AppData of an Amiibo Dump.
- Help to found Amiibo Keys and Autodetect them in Clipboard for save them in file.
- Multilanguages.
- Read a NTAG215 and save it to an Amiibo Dump file.
- Write an Amiibo Dump file to an NTAG215.
- Flash AmiiBombuino Firmware inside AmiiBomb.
- Get Amiibo Tag Basic Informations.
- and more...
- Many little things to do AmiiBomb more User Friendly.
- Clean the code.
- It's work really fine with an NTAG215 but I don't know if it's work with an Amiibo ^^'!
- AppData editor (for SSB Amiibo or any others who have interesting things inside).
- Support PN532 NFC Module in AmiiBombuino.
- Improve the docs.
ChangeLog v0.3 Alpha:
Fix:
- Fix bug of AmiiBombuino check on busy COM port. (Thanks dtomcat)
- Detect when Tag is not compatible. (Suggest by YozenPL)
- Add a forget message when delete cache files is done.
- Change way to detect if *.bin file is encrypted.
- Increase AmiiBombuino RxGain to read Boxed Amiibo. (Thanks StandardBus)
- Add folders browsing inside the Bin Folder. (Suggest by donator TerryG)
- Add ability to search Amiibo files. (Suggest by Zarklord)
- Keyboard Shortcuts added. (Suggest by YozenPL)
- Add Donators to the About windows.
- Add Spoof UID of *.bin file (For N2/PowerTag).
- Add Support AmiiboAPI to get Amiibo informations. (Thanks N3evin - AmiiboAPI owner)
- Add Twilight Princess Wolf AppData Editor.
- Add Support of PowerSaves for Dump (Thanks ConsoleX for donate PowerSaves/PowerTag)
- Russian translation added. (Thanks Chrushev)
- Netherlands translation added. (Thanks DjoeN)
Release: https://github.com/AcK77/AmiiBomb-uino/releases/
Source Code: https://github.com/AcK77/AmiiBomb-uino/
In a future, I would own an N2 to add many functionality as possible in AmiiBomb. If you have any kind of ideas or suggestions, just let me know ! You feel free to donate me at paypal adress: ackeedy@gmail.com
Thanks & Enjoy!