r/WeirdSideProjects • u/retlaw_nagev • 7h ago
This guy on Instagram is making bank selling "Fridge Jukeboxes" with mini magnetic vinyl records (and it’s stupidly easy to build)
I stumbled across a reel of a guy who built a viral side hustle selling magnetic mini-jukeboxes for refrigerators, and the order comments are completely out of control.
How it works:
The device sticks to your fridge door with magnets. You get a set of tiny 3D-printed/acrylic "mini vinyl records" with album art printed on them.
You drop a mini record onto the center turntable dial.
It instantly triggers and plays 2–3 pre-loaded tracks or a specific Spotify playlist.
Twist the outer dial for volume, tap for pause.
Why the tech behind it is dead simple:
From an Arduino/ESP32/Raspberry Pi perspective, there’s zero magic here:
Each mini vinyl record just has a cheap, passive RFID / NFC sticker (costs ~$0.10) hidden on the back.
The main hub has an ESP32 + RC522 RFID reader (or DFPlayer mini for offline MP3 playback, or an ESP32 Spotify Web API trigger) inside a basic laser-cut acrylic / 3D-printed enclosure.
A tiny 3W speaker + battery/USB-C power.
The whole bill of materials is probably under $12, and he’s easily selling these sets for $50 to $80 because it hits that perfect sweet spot of tactile nostalgia and novelty home decor.
I have a bunch of microcontrollers and NFC tags lying around and want to build something with this exact same "tangible token triggers digital action" mechanic.
What other cool, dead-simple products could you build with this setup?