Skip to content

Floppy disk post + claude meta files #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: source
Choose a base branch
from
Open

Conversation

rephus
Copy link
Member

@rephus rephus commented Jul 25, 2025

No description provided.

@rephus rephus requested a review from marbru July 25, 2025 15:39
})();
</script>
gtag('config', 'G-E7XL9EJVZF');
</script>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Se te ha colado un commit viejo que actualiza el google analytics, heads up

- **Repository Analysis**: Based on https://github.com/rephus repositories
- **Trend Research**: Aligned with 2025 IoT and maker community interests
- **Audience**: Maker community, hardware enthusiasts, game developers, web developers
- **Content Mix**: Hardware projects, software tutorials, technical deep-dives, learning series
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yo este fichero de ideas no lo commitearia al repo


## The Concept

The idea is beautifully simple: take an old floppy disk drive, gut the internals, and replace them with an Arduino and NFC reader. Attach NFC stickers inside floppy disks, and suddenly you have physical "game cartridges" that can launch any game or application when inserted.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Attach NFC and suddenly you have physical "game cartridges" that can launch any game or application when inserted.

Yo pondria:

"Then if you attach NFC stickers inside floppy disk, you can "read" them, and use this as a trigger to launch any game or application when inserted."

Creo que se entiende mejor.

categories: [Arduino, NFC, Retro Gaming, Hardware Hacking]
---

Remember the satisfying *click* of inserting a floppy disk and waiting for your favorite game to load? What if you could recreate that nostalgic experience while launching modern game collections? That's exactly what I built with my NFC Floppy Disk Game Launcher - a system that transforms vintage floppy disks into smart game cartridges using NFC technology.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mas bien transforma los floppy en "physical game launchers", diria yo, mas que en "smart game cartriges", eso no tiene mucho sentido.

### Step 2: Mount the NFC Reader

The MFRC522 module needs to be positioned where it can reliably read NFC tags inside inserted floppy disks. After some experimentation, I noticed the metalic shell for the floppy disk reader was interfering with the readings, so I had to fully remove all the mechanical parts. Because of that, I had to replicat ethe insertion mechanism, I did this with Lego !

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo: "ethe"


### Step 3: Arduino Integration

Then I connected the NFC reader to the Arduino, and the Arduino is connected it via USB to the computer for both power and serial communication.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grammar typo, fix:

Then I connected the NFC reader to the Arduino, which is itself connected via USB to the computer for both power and serial communication.

- **Save state management** tied to specific disks
- **Achievement systems** tracked per physical disk
- **Multiplayer coordination** (different disks for different players)
- **Game collections** (one disk launches a curated game menu)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Estas dos secciones (technical deep dive & future enhancements) creo que añaden clutter y no aportan nada


This project represents something important in our increasingly digital world: the value of physical interaction with our digital content. While we've gained incredible convenience with digital libraries, we've lost the ritual and intentionality of choosing what to play.

With physical game disks, you're forced to make a deliberate choice. You handle the disk, read the label, and commit to that experience. It slows down the decision-making process in a way that actually enhances the gaming experience.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Esta seccion tambien creo que sobra, ya tienes la intro y el final con "narrativa"

**Build time:** 4-5 hours
**Skill level:** Beginner-friendly (basic Arduino and Python knowledge helpful)

The most time-consuming part is actually creating the custom disk labels , and building the mechanical parts in Lego - but that's also the most rewarding part!
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Este building your own es escueto y con info un poco arbitraria. Me quedaría el primer parrafo y lo añadiría abajo en la conclusion.


Whether you're a retro gaming enthusiast, an Arduino hobbyist, or just someone who misses the physicality of old computing, this project offers a fun way to bring some of that tactile magic back to modern gaming.

*Have you built something similar? I'd love to see your take on physical digital media! Share your projects in the comments below.*
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

El call to action creo que sobra, que yo sepa no tenemos ni comentarios en el blog.

I created disks for classics like:
- **Starcraft** - Wine launcher for the Windows version
- **Theme hospital** - DOSBox integration
- **Custom scripts** - Microsoft Paint, etc.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aqui pegaria la imagen de "concept.jpg", que no la has usado

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants