Difference between revisions of "Explore POV"
Line 211: | Line 211: | ||
=Programming= | =Programming= | ||
==C Code== | ==C Code== | ||
+ | {{scroll box|width=700px|height=500px|text=<br /> | ||
<syntaxhighlight> | <syntaxhighlight> | ||
#include <avr/io.h> | #include <avr/io.h> | ||
Line 271: | Line 272: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
+ | }} | ||
==Arduino Code== | ==Arduino Code== |
Revision as of 10:03, 15 November 2014
The colorful Persistence Of Vision (POV) kit enables you to create colorful messages in air with just 8 LEDs. This kit is great introduction to soldering and AVR/Arduino Programming. The kit does not require a external programmer, it is self programmable with USB.
Contents
[hide]Solder it!
- Image above shows the layout of various components for the board. It is also printed on the PCB.
Component Layout
The image shows reference numbers for all the components.
- From the table below find out the exact part for the reference number.
Component List
|
|
|
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Programming
C Code
|
Arduino Code
Arduino Code will be uploaded soon.
Pattern Generation
To create an image/patterm, you can use the POV image maker application.
Uploading the Pattern
- Install USBasp driver on your computer. Note that the it will show up as not recognized if the reset sequence is not followed
Reset Sequence for uploading new pattern/image
- Perform reset sequence every time you connect the kit to the computer.
- To upload a new image, hold down the RESET button, press and release the BOOT button and then release the RESET button as shown below.
- Note the LEDS will stop blinking once the kit is detected by the computer.
Downloads