PDA

View Full Version : How to make a sweet christamas music synched display!


Mr. Hasselhoff
11-08-2006, 09:59 PM
Wanna do something like this? IKTaeImNCag

Or yet better this?
here is rev 1 (Trans-siberian Orchestra)
http://video.yahoo.com/video/play?vi...1837c17.672127 (http://video.yahoo.com/video/play?vid=0c8cbd7e3b88e96da2cc1fd2a1837c17.672127)

here is rev 2 (Barbara Streisand):
http://www.youtube.com/watch?v=3LYcsGtPC8Y


"built a parallel controlled relay board


much like http://kitsrus.com/kits.html kit74


http://halloween.sitenation.com/site.../1082566342/ca (http://halloween.sitenation.com/site/view/article/1082566342/ca)

http://halloween.sitenation.com/site.../1082575651/ca (http://halloween.sitenation.com/site/view/article/1082575651/ca)


that makes it pretty self explainitory


you write to the parallel port using 0-255
8 lights, 255 possible combos

each light represents a bit
so like


1 2 3 4 5 6 7 8
1 2 4 8 16 32 64 128


just add up the numbers for which lights u want on...


for example


if u want lights 1 3 6 and 8 on

it would be 165 or \xA5 in hex


i then used delays (sleep) in c to time everything"

http://www.spiffomatic64.com/lightshow/ is the tut

Mr. Hasselhoff
11-08-2006, 10:04 PM
I'll actually be doing this myself for christmas.