element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Enchanted Objects
  • Challenges & Projects
  • Design Challenges
  • Enchanted Objects
  • More
  • Cancel
Enchanted Objects
Blog 1958 Turntable from the Black Forest - Summary of the Enchanted Player Story
  • Blog
  • Forum
  • Documents
  • Polls
  • Files
  • Events
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: Jan Cumps
  • Date Created: 22 Jun 2015 12:46 PM Date Created
  • Views 1553 views
  • Likes 4 likes
  • Comments 8 comments
  • enchanted_player
  • enchanted_objects
Related
Recommended

1958 Turntable from the Black Forest - Summary of the Enchanted Player Story

Jan Cumps
Jan Cumps
22 Jun 2015

image

 

 

It's the last week of the Enchanted Objects design challenge. The Enchanted Player plays, the blogs are blogged.


I'm closing with this video. Thank You All!


You don't have permission to edit metadata of this video.
Edit media
x
image
Upload Preview
image

 

 

What's That Enchanted Player

 

A Perpetuum Ebner turntable from 1958 is controlled by modern technology. Microcontrollers measure the table speed and control the motor.

The audio is sampled and run through Fast Fourier Transform to turn it into chunks of the audio spectrum.

A light organ is hidden inside the belly of the turntable. It uses the spectrum info to flash Bass, Mids and Highs LEDs.

It's motorized, and only appears when there's music playing.

The audio spectrum is published to the cloud, where other applications can tap into it.

Uses Arduino UNO, Arduino Yún, Infineon Motor Shield, Arduino Proto Board

 

image

 

The remote light organ plugs into the cloud to receive the spectrum info published by the player.

Because it uses WiFi, it can operate wireless if we desire to do so. Audio is again split in H/M/B.

This time the LEDs are driven by the RGB shield.

Uses extra Arduino Yún, Infineon RGB LED shield

 

image

 

The SAMA5D4 is plugged into my home network and also subscribes to the spectrum info. The Xplained Ultra board logs the received info to the console.

A great starting point to build a spectrum analyzer or a graphic spectrum display if screen is added.

All code and libraries are in C, cross-built on a Windows platform.

Uses the SAMA5D4 Xplained Ultra, GNU Toolchan and the Eclipse Paho client libraries.

 

What Happened

 

I've turned a defect 1950's treasure into a working turntable - without making a single scratch or permanent change.

All content from the challenge is used. Both Infineon boards, the Yún, the SAMA5D4, the UNO and the Arduino protoboard.

The servo motor - that didn't make it into the final design, has been featured in two technical blogs.

For the speed measurement and motor steering I've made a custom PCB. I added a single transistor pre-amp - an excuse to show that a very simple electronics design can be valuable.

 

image

I've made detailed drawings of the design concepts. I've also tried to use graphics to better explain processes and to lighten up the posts.

Photos - plenty of them, including more than 20 oscilloscope captures.

 

image

 

Videos, plenty of those too. My youtube stats say that I've published 9 videos. That doesn't include the smaller ones that are embedded in the posts but don't tell a story on their own.

40+ blog posts.

There was a very deep dive into the SAMA5D4, and how to develop for it in C. That has resulted into 8 additional side posts on working with this board and reviews.

I've told the History of the Perpetuum Ebner company until World War 1.

image

 

Going Public

 

All my code and design files are published in the blogs, and where I used someone else's work, I've linked to that.

I've made my plans and progress (sometimes regress) public - including failures, mishaps and flukes.

Whenever I worked with the support teams of the devices, I've shared my experience - and links to the support portal items - to my story.

 

 

image

 

And I enjoyed all of this a lot - and I have learned so much on the road.

If you want to check how good the turntable actually sounds, check out the video at the top of this post.

The soundbites you hear at the start and end are directly taken from this project; no tricks - no filtering.

 

You'll hear Eddy Romy telling Swedish Stories (in Dutch image ) from this childhood record (Monopole 719 - Belgium, 1971)

image

 

 

 

 

Table of Contents
Chapter 1: Fix the turntable
1: Perpetuum Ebner Musical 1
2: A Time to Kill and a Time to Heal
3: Preparation for Motor Drive
4: Motor control with Infineon Motor Shield and Arduino UNO
5: Turntable speed sample testbed with Arduino UNO
6: Turntable Speed Sensor design
7: Control Theory - End of Chapter 1
Chapter 2: First Enchantments
8: Digital Light Organ Enchantment
9: Autonomous Servo Lift
10: SMD Time - Solder the IR Speed Sensor PCB
11: Yelp - who can Help me to Compile and Run my First SAMA5D4 C Program
12: Son et Lumiere - End of Chapter 2
Chapter 3: Taming the Board
13: Breakthrough - Run my own C++ Program on the SAMA5D4
14: Digital Light Organ Input Buffer
15: SAMA5D4 Blinky
16: Scope Creep
17: Audio Sampling with 16-bit ADC ADS8343
18: Sending Files to SAMA5D4 over USB
19: Port my Light Organ from Arduino to SAMA5D4
20: Fast Fourier Transform on the SAMA5D4 - End of Chapter 3
Epilogue: Reaching for the Clouds
21: Right-Sizing my Plans
22: My Own C++ Buffered Sampler on the SAMA5D4
Interlude
23: Building In the Motorized Light Organ
24: Up to the Clouds with Yún
25: Publish or Perish
26: Turntable Finished
Stretch & Boni
Bonus 1a: Remote Light Organ with WiFI pt. 1
Bonus 1b: Remote Light Organ with WiFI pt. 2
Grande Finale: Paho MQTT Client on the SAMA5D4
Related blog
Vintage Turntable repair: Can I fix a Perpetuum Ebner from 1958
Review 1: Atmel SMART SAMA5D4 Xplained Ultra Unboxing and First Steps
Review 2: Atmel SMART SAMA5D4 Xplained Ultra - Building the Libraries from Source
Review 3: Digital Continuous Rotation (360°) Servo Part 1
Review 4: Digital Continuous Rotation (360°) Servo Part 2
Review 5: Atmel SMART SAMA5D4 Xplained Ultra - TCP/IP running
Review 6: Atmel SMART SAMA5D4 Xplained Ultra - LINUX Distro with SSH support
poem
Enchanted Objects: Let's work together to tame the ATMEL SMART SAMA5D4 Xplained Ultra kit
17 bis: Off South...
Review 7: Atmel SMART SAMA5D4 Xplained Ultra - C++ ADC Example on Linux
Review 8: Atmel SMART SAMA5D4 Xplained Ultra - Product Review
Review 9a: Atmel SMART SAMA5D4 Xplained Ultra - Set up ADC Buffer with Hardware Trigger Part 1
Review 9b: Atmel SMART SAMA5D4 Xplained Ultra - Set up ADC Buffer with Hardware Trigger Part 2
Review 10: Atmel SMART SAMA5D4 Xplained Ultra - New Content on AT91.com
1958 Turntable from the Black Forest - Summary of the Enchanted Player Story

 

 

Bye Bye

  • Sign in to reply

Top Comments

  • Workshopshed
    Workshopshed over 10 years ago +2
    I love the hand drawn sketches
  • fvan
    fvan over 10 years ago +2
    Fantastic job!
  • DAB
    DAB over 10 years ago +2
    Great job Jan. It is nice to see an excellent example of hacking (the good kind) to repurpose old technology to make it relevant again. DAB
  • Former Member
    Former Member over 10 years ago in reply to Jan Cumps

    I agree, it is beautiful; gorgeous in fact, though I'm sure there's many who wouldn't think the same!

     

    If I was the original owner, I wouldn't have left it in the first place lol! It's too special for that image

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Former Member
    Former Member over 10 years ago in reply to Jan Cumps

    Very nice revival job! Japan is into vinyl revival too!  Watch this: http://www.idgconnect.com/abstract/9956/qrates-courts-japan-love-vinyl-records

    re

    Regret I have retired my own DUAL turntables now but I guess they are in good hands too! If I can trace back the new owners I would suggest your pages for a "modern up" job ;)

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Jan Cumps
    Jan Cumps over 10 years ago in reply to Former Member

    It's a very beautiful design, isn't it? You can see that someone with an eye for beautiful things has  designed this.

    It's also worth looking at the electric appliances designed by the Brown company in the 50's and 60's to melt away.

     

    Here in Belgium they appear on second hand sites regularly (Germany and Holland made electronics have always been popular here). They won't work though, even if the seller says they do image.

     

    I'm still curious about what the owner of my table would say if he'd see this blog. I haven't heard from him in a good year now, even though I tried to contact him via mail and phone. I don,t think he would be pleased.

     

    When the challenge is over, I'll unwind all my changes, put it back to original broken state, and do a last stab at repairing the original motor.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Former Member
    Former Member over 10 years ago

    I loved following this Enchanted Objects entry, everything from the coolest named record player to capturing and sending the sounds to the internet kept me checking back for updates regularly...

     

    But I have a very important question to ask:

     

    Where do I get my own Perpetuum Ebner record player from?? I feel like I need one!

     

    Lucie

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • mcb1
    mcb1 over 10 years ago

    It is indeed a huge project, and very complete blogging.

     

    Well done on reaching the end of that long tunnel, and achieving what you set out to do (and more).

     

    Mark

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube