Schlagwort: Record Player

  • Playing record covers instead of the vinyl

    Playing record covers instead of the vinyl

    Reading Time: 2 minutes

    Arduino TeamJuly 21st, 2022

    In 2020, for the first time since the ’80s, vinyl records outsold CDs. Digital music — particularly streaming — outpaced both by a wide margin, but the popularity of vinyl records increased while the popularity of CDs decreased. That’s because the analog sound of vinyl adds a dimension that many find pleasing and because there is something appealing about the tangible act of putting on a record. In a fun twist, students at LDLC School in France came up with a new way to put a record on: by inserting the record cover instead of the vinyl.

    Students Ibrahima, Scott, Antoine and Arthur came across an old Arduino project that their teacher, Jean Noël, created years ago. He converted a “slot-in” record player to accept record sleeves instead of vinyl. But it would still play the correct music, thanks to RFID. An RFID tag on the record sleeve would trigger an Arduino inside the record player to queue up the correct playlist on an SD card. The Arduino would then play the music through an Adafruit Music Maker MP3 shield connected to a 7W mono amplifier.

    In keeping with Hackaday’s Hack it Back contest, the students decided to revive their teacher’s project. While the general concept and much of the hardware remained, the students made a few improvements. They added an RGB LCD display that shows information about the current music and also rewrote the Arduino sketch to make it easier to update playlists without reflashing the Uno. If they win the Hackaday contest, the student team plans to develop a hardware kit that will make it easy for others to tackle similar RFID music projects.

    Website: LINK

  • Reviving a classic Sony PS-X75 record player with Arduino

    Reviving a classic Sony PS-X75 record player with Arduino

    Reading Time: 2 minutes

    Arduino TeamJuly 6th, 2022

    In 1979, Sony launched the PS-X75 turntable. It quickly gained popularity thanks to its high-fidelity sound output and ease of use. It was easy to use because it was fully automated–a common feature today, but something that was quite exciting at the time. To perform that automation, the PS-X75 contained an integrated circuit that detected record size, dropped the needle, and so on. But that IC was prone to failure. To revive their Sony PS-X75 turntable, MKB-1 used an Arduino Mega to replace the original circuit.

    Unlike earlier turntable designs, which were often entirely electromechanical, the PS-X75’s IC controls almost all of the turntable’s functions digitally. That means that when the IC fails, the turntable becomes inoperable. Replacement ICs are almost impossible to find and haven’t been manufactured in many years. For most people, this means that the PS-X75 becomes e-waste when that IC bites the dust. But MKB-1 has some reverse-engineering skill and was able to save their PS-X75 by swapping out original IC for an Arduino Mega.

    MKB-1 was able to achieve this impressive feat by carefully studying the original PS-X75 service manual, which included detailed schematics and details on each function’s electrical operation. With this info, they replicated all 42 of the original IC’s connections on an Arduino Mega 2560 development board. They chose the Mega because it had enough I/O pins available to handle all of those connections. Their custom Sketch handles all of the original functionality, from reading button presses to lowering the tone arm. If you own a PS-X75, MKB-1’s detailed Instructables tutorial will walk you through how to perform this retrofit. 

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

    Website: LINK