Head Shaking POV

Hi, this is my POV dispay that I made for my Jamboree troop's gateway. Since I had no way of making it spin or wave, I had to have it just stay stationary while people shook their heads to view the images. It has five images. Our gateway theme was the Blue Man Group so the first image is one of there symbols (three people sharing a head). The second image is a pine tree since we are from Michigan. The third image is a flor-de-lis because it is a scout symbol and the last two are the stick figure guys that the Blue Man Group uses in some of there shows.

In the pictures you can see the images repeating. But in person, you see a single clear image.

IMG_2079.jpg

IMG_2081.jpg

IMG_2082.jpg

IMG_2083.jpg

IMG_2084.jpg

The POV is controlled by an atmega168 and 5 shift registers. It was built on three separate boards and then put together in a row on a peice of wood.

IMG_1304.jpg

IMG_2086.jpg

 

In order to create the images, I needed to design them and convert every 8 pixels in each columb from binary to decimal form so that I could send it to the shift registers. Instead of trying to convert it myself, I decided to make a program to do it for me. In the program, it gives you 40x70 checkboxes to make your image from. There is a numeric up-down control on the too bar at the upper left hand corner, this is for selecting the width of your image. Ther are also 5 other buttons on the tool bar, although, only 3 of them are in use. The three in use are update, save, and clear. Update is used when you changed the width of the image or when you changed the design. When you push update after changing the design, it will convert the image into the decimal numbers needed by the arduino code and display those numbers in a textbox at the bottom labeled arduino code. The to buttons that aren't used are "light" and "dark". I intended on using them to change the contrast so you could see the image better, but I never found it necessary.

POVprogram_0.jpg

 

This is what the arduino code that is produced looks like.

this is huge :smiley: mine is

this is huge :smiley: mine is pocket friendly :smiley:

Ya I needed people to be

Ya I needed people to be able to see it easily from at least like 20 feet away. Plus I needed it to have higher resolution to display the flor-de-les.

but still don’t know how is

but still don’t know how is forming an image if the person is moving :smiley:

Well when you scan your head

Well when you scan your head across the display, it creates the same effect as if the display were being moved across your feild of vision.

I imagine you could also

I imagine you could also mount this on the end of a pole, and turn it into a big LED flag =D

Actually, no because the

Actually, no because the image being displayed has to be symmetrical. If the image was not symmetrical, when you would move your head to the right it would look correct. But when you move it back to the left, the image would be backwards.

If you ever wanted to mod

If you ever wanted to mod this project you could add a simple tilt switch to tell the micro which way the ‘flag’ was moving, and reverse/mask the image accordingly.