Check out the video instructions
I recently started making YouTube videos (This project is one of them :D) and there is a challenge I face: I always forget to save the edit file at regular intervals. And then the software crashes and an hour's worth of effort goes down the drain.
So I decided to take it to the extreme and make this giant save button that will be connected to the PC while editing.
The floppy disk has a 3D structure with a nice soft-touch feel. Pressing the disk triggers the save action on your PC, just like the classic save icon that resembles a floppy disk.
The additional autosave feature triggers the save command on your PC automatically at a set interval. This also makes for a great gift for any computer nerd or retro tech enthusiast!
Step 1: Designing the Floppy DiskI started by designing the floppy disk in Canva, using a Pinterest reference for inspiration. The goal was a minimalistic, cartoonish look with rounded rectangles, black borders, and a bright orange background for contrast. I kept the dimensions close to a real floppy disk, approximately 3.5 inches square.
Step 2: Printing and CuttingI printed the design on A4 sticker paper, dividing it into sections on one side and leaving a full design on the other, with added retro text for context. Using small scissors, I carefully cut out the sections, especially around tight corners.
Step 3: Cutting the Foam BoardFor the floppy disk structure, I used Sunboard (foam board) in 5 mm, 3 mm, and 1 mm thicknesses. After tracing the cutouts onto the board, I used a craft knife and ruler to cut the pieces, making multiple passes for thicker boards. Rounded corners required extra care and occasional sanding for smooth edges. Finally, I checked the fit with the sticker cutouts and adjusted as needed.
Step 4: Painting and Sticking the StickersPaint the entire Sunboard black using acrylic paint to create seamless borders and avoid uneven surfaces showing through the stickers. Once dry, carefully peel and stick each sticker onto its corresponding Sunboard piece, aligning them precisely.
Step 5: Assembling and Creating the BaseGlue the Sunboard pieces together, applying even pressure to bond them securely. For the base, repeat the process with a 5 mm thick Sunboard, cutting a slightly larger hole for the floppy to move freely. Paint the cutout edges black for a polished look.
Step 6: Solder and Program the MicrocontrollerSolder a red wire to pin 2 and a black wire to GND on the Seeeduino microcontroller. Then, connect it to your PC via USB-C to upload the code. Use the Arduino IDE to add the Seeeduino repository, install the Seeed SAMD board, and upload one of the provided codes.
The first code is a basic save button. Pressing the floppy disk triggers ctrl+s on your PC. The next code is the auto-save button. In this configuration, pressing the floppy enables auto-save. It automatically triggers ctrl+s every 5 minutes. Pressing the floppy again disables auto-save.
Step 7: Assemble the Electronics and FloppySolder a small push button to the wires from the Seeeduino, ensuring it's positioned face-up. Create a backplate from 5 mm Sunboard, cut slots for the microcontroller and wires, and glue it in place. Attach the Seeeduino with double-sided tape and feed the wires through. Finally, glue sponge disks to the base, attach the floppy disk for smooth movement, and add Sunboard feet to raise and protect the setup.
Step 8: Finishing touchesAdd the ikea frame
Finally, I picked up an A5-sized photo frame from Ikea to give it a clean finish.
Attach the frame securely, and the build is complete!
Test
To test your save button, connect the Seeeduino to your PC using a USB-C cable.
Now, pressing the floppy should save anything you have open on your computer.
This works anywhere that uses the Control S shortcut for saving.
It works in Microsoft Word, Excel, and even web applications.
Comments