Sunday 11 September 2016

data - Power for POV display


I want to build a small POV display, but how is the power (and if possible a communication line) transmitted to the spinning part?



I've looked at some POV project, but they usually don't explain that part much...



Answer



You need to use some form of slip ring and carbon brushes. The slip rings are mounted on the spinning shaft which is a ring of brass that makes contact with sprung brushes that supply the power. They are similar to a commutator on a DC motor, except they are a continuous ring instead of segmented.


You'll need two slip rings for power and GND unless it's possible to use the shaft itself as GND. In that case, you can get away with just one. But this would mean you'd need to mount all of your control circuitry on the spinning assembly, otherwise you'd also have to have extra rings to supply individual LED circuits.


A neat and cheap alternative to using carbon brushes is to use tool clips that are mounted on a piece of insulating nylon that surround the rings.


Tool clips


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...