Phoniebox: A Family-Friendly Simple Music Box

Ever hear of the Phoniebox project? If not – tune in, that’s a hacker’s project your entire family will appreciate. Phoniebox is a software suite and tutorial for building a jukebox controlled through RFID cards, and it can play audio from a wide variety of sources – music and playlists stored locally, online streams like internet radio stations, Spotify, podcasts of your choice, and so on. It’s super easy to build – get a Raspberry Pi board, connect an NFC reader to it, wire up a pair of speakers, and you’re set. You can assemble a PhonieBox together with your kids over the weekend – and many do.

Want some inspiration, or looking to see what makes Phoniebox so popular? Visit the Phoniebox gallery – it’s endearing to see just how many different versions have been built over the six years of project’s existence. Everyone’s Phoniebox build is different in its own special way – you bring the hardware, Phoniebox brings well-tested software and heaps of inspiration.

You already have a case to house a  Phoniebox setup – if you think you don’t, check the gallery, you’ll find that you do. Experiencing a problem? There’s a wealth of troubleshooting advice and tutorials, and a helpful community. Phoniebox is a mature project and its scale is genuinely impressive – build one for your living room, or your hacker’s lair, or your hackerspace. RFID-controlled jukeboxes are a mainstay on Hackaday, so it’s cool to see a project that gives you all the tools to build one.

Swapping Vinyl For Cardboard With This ESP32 Turntable

Cardboard is a surprisingly durable material, especially in its corrugated form. It’s extremely lightweight for its strength, is easy to work, can be folded and formed into almost any shape, is incredibly inexpensive, and when it has done its duty it can be recycled back into more paper. For these reasons, it’s often used in packaging material but it can be used to build all kinds of things outside of ensuring that products arrive at their locations safely. This working cardboard record player is one example.

While the turntable doesn’t have working records in the sense that the music is etched into them like vinyl, each has its own RFID chip embedded that allows the ESP32 in the turntable’s body to identify them. Each record corresponds to a song stored on an SD card that instructs the ESP32 to play the appropriate song. It also takes care of spinning the record itself with a small stepper motor. There are a few other details on this build that tie it together too, including a movable needle arm held on with a magnet and a volume slider.

As far as a building material goes, cardboard is fairly underrated in our opinion. Besides small projects like this turntable, we’ve also seen it work as the foundation for a computer, and it even has the strength and durability to be built into a wall or even used as shelving material. And, of course, it’s a great material to use when prototyping new designs.

Continue reading “Swapping Vinyl For Cardboard With This ESP32 Turntable”

Paperless RFID Tags Are Carbon-Based

RFID tags are great little pieces of technology, but unfortunately, the combination of paper, metal, and silicon means they are as bad as some modern pregnancy tests — single-use electronic devices that can’t be recycled.

Some prototypes of the RFID tags.

A team of design program graduates from London’s Royal College of Art aim to change that. They’ve devised a mostly-paper RFID tag that’s as safe to recycle as a piece of paper with a pencil doodle on it.

The team’s startup, PulpaTronics have created a design that uses paper as its only material. The circuitry is marked on the paper with a laser set to low power, which doesn’t burn or cut the paper, but instead changes to composition to be conductive.

PulpaTronics were also able to create a chip-less RFID tag much the same way, using a pattern of concentric circles to convey information. The company estimates that these tags will reduce carbon dioxide emissions by 70%, when compared with traditional RFID tags. They’ll also cost about half as much.

RFID is used in many industries, but it’s also great for hacking. Here’s an 8-track player that harnesses the power of RFID tags to play songs off of an SD card.

Thanks for the tip, [gir.st]!

KaboomBox Is A Firecracker Of A Music Player

Ka-chunk. Let’s face it, 8-tracks were not that great. But the players, that’s another story. The Panasonic RQ-830S, aka the dynamite or TNT player is just one of many lovely designs that used to grace the shelves of electronics stores. Hackaday alum [Cameron Coward] came across a non-working model and used it to create the KaboomBox.

Just like before, all [Cameron] has to do is stick a tape in, and music starts playing. But now, instead of using rust on tape, the music is accessed via RFID and lives on an SD card inside the 8-track player.

Power it on, and a tiny LCD screen showing through the track number window first displays the KaboomBox logo, then shows a timer whenever it’s waiting for a tape. And just like before, pushing down on the plunger skips to the next track.

The new guts include a Raspberry Pi Pico and an RFID reader, plus a DF Player Mini to handle the digital-to-analog conversion and amplify the signal, and an SD card to store the music. Now, [Cameron] is only limited by the size of the SD card. Check out the demo video after the break.

We’ve seen all kinds of boomboxen around here, from the lit to the Bluetooth to the payphone variety.

Continue reading “KaboomBox Is A Firecracker Of A Music Player”

Bespoke Implants Are Real—if You Put In The Time

A subset of hackers have RFID implants, but there is a limited catalog. When [Miana] looked for a device that would open a secure door at her work, she did not find the implant she needed, even though the lock was susceptible to cloned-chip attacks. Since no one made the implant, she set herself to the task. [Miana] is no stranger to implants, with 26 at the time of her talk at DEFCON31, including a couple of custom glowing ones, but this was her first venture into electronic implants. Or electronics at all. The full video after the break describes the important terms.

The PCB antenna in an RFID circuit must be accurately tuned, which is this project’s crux. Simulators exist to design and test virtual antennas, but they are priced for corporations, not individuals. Even with simulators, you have to know the specifics of your chip, and [Miana] could not buy the bare chips or find a datasheet. She bought a pack of iCLASS cards from the manufacturer and dissolved the PVC with acetone to measure the chip’s capacitance. Later, she found the datasheet and confirmed her readings. There are calculators in lieu of a simulator, so there was enough information to design a PCB and place an order.

The first batch of units can only trigger the base station from one position. To make the second version, [Miana] bought a Vector Network Analyzer to see which frequency the chip and antenna resonated. The solution to making adjustments after printing is to add a capacitor to the circuit, and its size will tune the system. The updated design works so a populated board is coated and implanted, and you can see an animated loop of [Miana] opening the lock with her bare hand.

Biohacking can be anything from improving how we read our heart rate to implanting a Raspberry Pi.

Continue reading “Bespoke Implants Are Real—if You Put In The Time”

RFID Emulator + E-paper Badge Can Be Programmed With Sound

In a way, an e-paper display makes an excellent foundation for a reprogrammable RFID card. The display only needs power during a refresh, and 125 kHz RFID tags are passive in the sense that the power for the RFID transaction comes from the reader itself. [Georgi Gerganov] has put those together in the GGtag, an open-source project for a 3.52″ e-paper badge with a trick or two up its sleeve.

One clever function is that it is programmable with sound, a feature built off another project of [Georgi]’s called ggwave, a data-to-sound (and vice-versa) framework that has been ported to just about every hardware platform one cares to imagine — including mobile phones — and can reliably send data through the air.

Transmitting data over sound is limited in throughput but has a number of advantages, not least of which is the huge range of compatible devices. There’s a web-based tool for programming the GGtag with sound available at ggtag.io that will give you a preview and let you hear how it works. The data encoding method gives transmissions a charming beep-boop quality that’s a bit reminiscent of an analog modem handshake. GGtag can also be programmed over USB serial, a faster (but somewhat less exciting) option.

The project’s GitHub repository contains GGtag’s code and technical details, and the CrowdSupply project is in the works for anyone who would prefer to buy one once they become available.

Cat Feeder Depends On RFID To Keep The Peace At Dinnertime

Anyone with more than one cat can tell you that the joy mischief they bring into your life is much more than twice that of a single cat. And if those felines have different dietary needs, you can end up where [Benjamin Krejci] found himself, which resulted in this fancy RFID cat feeder.

For a little backstory, [Ben]’s furry friends [Luna] and [Fermi] have vastly different eating styles, with the former being a grazer and the latter more of a “disordered eater,” to put it politely. [Fermi] tends to eat until she vomits, which is fun, and muscles her pickier sister away from the bowl if there’s anything left in it. [Ben]’s idea was to leverage [Luna]’s existing RFID chip, which he figured would be a breeze. But the vet-inserted chip is designed to be read by a high-power reader directly in contact with the cat’s skin, which made reliably reading the chip a challenge.

Several round of design iteration resulted in the current configuration, with a large antenna coil poised above and behind the food dispenser. [Luna] has no choice but to put the back of her neck and shoulder blades almost directly in contact with the coil, which makes it easier to read the 134.2-kHz chip with a long-distance RFID module. If [Luna]’s chip is found, the lid on the food bowl opens gently and quietly, so as not to spook the mild-mannered cat. The lid stays open as long as [Luna] is in place thanks to some IR sensors, but as soon as she backs out, the lid comes down to keep [Fermi] from gorging herself.

Hats off to [Ben] for working through the problem and coming up with what looks like a fine solution. We suppose he could have tried something easier like weighing the two cats to distinguish between them, but this seems like a cleaner solution to us.