This commit is contained in:
2026-05-13 22:31:22 +02:00
parent fece0359bc
commit a23ac51a94
4 changed files with 7 additions and 7 deletions

View File

@@ -57,6 +57,11 @@ Then, model the character:
- Start the print, wait the printer to pause and insert an NFC tag in the compartment. Stick it using the adhesive side so the 3D printer cooling fan does not displace it during the print. - Start the print, wait the printer to pause and insert an NFC tag in the compartment. Stick it using the adhesive side so the 3D printer cooling fan does not displace it during the print.
- Restart the print and let it finish. - Restart the print and let it finish.
### Add the MP3 file to the SDCard
Add the MP3 file to the sdcard, in a directory named like the integer you placed in the tag, with **a single** leading zero.
The folder to be played is selected based on the TAG content, but may contain more than one MP3 file. In that case, the files must be named as integers with **two leading zeros**, from `001.mp3` to `999.mp3`.
## NFC Tag format ## NFC Tag format
I used Mifare ultralight tags. I used Mifare ultralight tags.

2
accessories/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
*.stl

View File

@@ -1,7 +0,0 @@
use <character_retainer_platform.scad>;
character_retainer_platform();
scale([0.65, 0.65, 0.65])
translate([-56, -60, 2])
import("/home/danieleverducci/Scaricati/GustavTheTurtle.stl");

BIN
image.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB