Schlagwort: RFID Music Player

  • Grimmboy is an RFID music player designed for kids

    Grimmboy is an RFID music player designed for kids

    Reading Time: 2 minutes

    Kids, like full-sized humans, love music. But most music players are designed for adult dexterity and user interface familiarity, which makes them difficult for young children to operate. For many parents, Amazon’s Alexa and similar services are the answer, as kids can simply ask a device to play the song they want. But to give them a less noisy way to play music and retain some control over what they can listen to, consider building the Grimmboy Arduino-based RFID music player for kids.

    Because Grimmboy is for kids, the controls are as simple as possible. There is a pause/unpause button, a volume dial, and a status LED — that’s it. To select a song, album, playlist, recorded story, or any other audio file, the child simply taps one of the RFID cards to the device. The cards, which are laminated with nice cassette tape graphics, contain MiFare Ultralight C RFID tags that the parent can program with lists of four-digit track IDs. Grimmboy reads the card’s track ID list and starts playing the files with those IDs.

    The three key components for this project are an Arduino Nano board, a DFPlayer Mini MP3 player module, and an MFRC522 RFID module. In addition, Grimmboy contains a TP4050 battery charger/booster module with an 18650 lithium battery. Any LED will work for the status light, the pause button is a standard momentary push button, and the volume dial is a 1K potentiometer. The DFPlayer Mini has a built-in SD card slot for song storage and so everything works offline without an internet connection. The demonstrated enclosure was made of wood, but parents can get creative with the project to make something suited to their own children.

    The post Grimmboy is an RFID music player designed for kids appeared first on Arduino Blog.

    Website: LINK

  • RFID music player delivers vintage charm

    RFID music player delivers vintage charm

    Reading Time: 2 minutes

    Arduino TeamMarch 29th, 2022

    By every objective measure, with the possible exception of durability, today’s technology is superior to that of the past. That is certainly true of music players, with modern devices having the ability to stream almost every song ever recorded and the capability to do so with high fidelity. But old stuff looks cooler, which is why Redditor flatulentdisaster crafted this modern RFID music player that still delivers vintage charm. 

    One could be forgiven for assuming that this device is legitimately vintage, because the wood enclosure looks like something straight out of the mid-century. If you saw this sitting on your grandma’s shelf, you would think it had been there since the ’50s. But the electronics and functionality are all modern. Users select from one of several RFID cards, each with a cassette tape label associated with a specific playlist. When the user taps the RFID card on top of the wood music player, it starts the associated playlist.

    Most similar projects utilize single-board computers, but this one is built around an Arduino Nano instead — demonstrating the power of this development board. It connects to both a DFRobot DFPlayer Mini MP3 player and an MFRC522 RFID reader. Each RFID card has a unique numerical identifier, which the Arduino reads through the MFRC522. It then uses that variable to select the proper music folder stored on an SD card. The DFPlayer Mini has a built-in DAC (Digital-to-Analog Converter) and amplifier, so it can pump the music out directly to a set of small speaker drivers.

    Website: LINK

  • Retro cassette player gets modern MP3 playback and RFID functionality

    Retro cassette player gets modern MP3 playback and RFID functionality

    Reading Time: 2 minutes

    Retro cassette player gets modern MP3 playback and RFID functionality

    Arduino TeamNovember 9th, 2020

    When creator mattb_138’s parents were cleaning out their house, he came across an old cassette player and decided to upgrade it with MP3 capabilities and an RFID interface.

    The newly-enhanced device uses an Arduino Nano for control, along with a DFPlayer Mini module to play songs stored on a microSD card. An RC522 reader enables him to select tracks based on RFID cards, printed with their appropriate album art.

    The cassette player’s internals are kept largely stock, using a potentiometer to adjust the volume of the original speakers. Two buttons are also implemented with long and short press functionality, allowing for pause/play, skip, shuffle, and selection between A/B “side” of each card.

    [youtube https://www.youtube.com/watch?v=Rkm5AI8038w?feature=oembed&w=500&h=281]

    You can find more details on the upcycled project — which was inspired by the Juuke RFID playerin mattb_138’s Instructables tutorial.

    Website: LINK