Shop OBEX P1 Docs P2 Docs Learn Events
POV Display — Parallax Forums

POV Display

JohnBFJohnBF Posts: 107
edited 2009-04-08 05:35 in Propeller 1
Here's a report on an ongoing project - a propeller-based rotating persistence-of-vision display. Having neither the shop skills nor electrical saavy to carry through any of the schemes to bring power from the base to a rotating wand, I wanted to see if there was practical way to make a device that included a battery on the rotating wand. After experimenting with various·combinations of hardware·that did not work, I found one that does, at least well enough to encourage me to continue working on improvements.

The wand uses a 9 volt battery, by far the heaviest part of the wand. But keeping it right at the center of rotation, and keeping the entire wand light and well-balanced, the small brushless DC motor does a nice job of spinning the wand fast enough (about 1,100 RPM) and doing it·very quietly. In fact the loudest noise is from air turbulence - one thing I learned for the next version is to think about aerodynamics!

The display is stable, clear, and quite stunning. I've just started experimenting with making text move around, and creating other patterns.

I'm planning a version II wand which I think I can make lighter (by using a PCB and surface mount LEDs and resistors) and also include a real-time clock and IR sensor so I can control it with a TV remote·while spinning.

The spin code has lot's more notes on the components and how I put·them together. Hope this is useful to someone, and I'd appreciate any ideas for improvements.

/John

Post Edited (JohnBF) : 4/8/2009 1:19:29 AM GMT
1024 x 681 - 68K
1024 x 681 - 156K
1024 x 681 - 97K
1024 x 681 - 72K

Comments

  • briankbbriankb Posts: 15
    edited 2009-04-08 00:53
    That is very cool! could you post a photo of the wand attached to the stand?

    How are you tracking the wand to know when to switch the LED's?
  • JohnBFJohnBF Posts: 107
    edited 2009-04-08 01:03
    Absolutely. Photo coming up in a bit. The wand carries a hall effect sensor which senses a magnet on the base. The basic strategy is to note cnt when the wand gets to the magnet, and then see how many clock ticks elapse until the next time it gets to the magnet - that's captured as Ticks-Per-Rotation. Then to flash an LED at, say, the halfway point on the next rotation, it would do so when TPR/2 ticks have elapses since passing the magnet. I'll try to get a photo that shows the hall sensor...

    /John
  • JohnBFJohnBF Posts: 107
    edited 2009-04-08 01:19
    I added a photo of the wand on the base to the original post - you can see the hall effect sensor hanging from the wand and the magnet on the base just below it. The whole arrangement needs to be stable enough for the sensor to pass very close to the magnet but never it hit. /John
  • Roger LeeRoger Lee Posts: 339
    edited 2009-04-08 01:29
    Nice project, very compact .

    Can't get enough of these POV projects.
    I'm trying to use a Proto Board myself. It may be too big and heavy.


    Looking forward to versions II and on and on....

    Roger
  • JohnBFJohnBF Posts: 107
    edited 2009-04-08 01:41
    Roger,

    You might try a cut down protoboard like the attached. I made one as one possibility for my project, but then went with the propstick. I bet a cut down protoboard would work well.

    /John
  • ElectricAyeElectricAye Posts: 4,561
    edited 2009-04-08 05:35
    Hey, cool project!


    smile.gif
Sign In or Register to comment.