Page 1 of 1

PWM Copy

Posted: Thu Mar 07, 2013 2:25 pm
by Michaelt
Hello again.

I am trying to figure out how to modify an old project regarding a RGB led controller, The original design is a single channel that has 5 lut table with program details, R,G,B, hold time and fade time, so there is a lot of program. my new goal is to create multiple channels that i can follow the same program, but each with an adjustable delay. i am usig a 18f pic

if i was to make a complete program for each channel it would take up a lot of space and cpu load.

maybe some of you guys have been working with simular problems before, and maybe there is an easier aproach than just copying all the routines maybe 12 times...

my goal is to make something like this guy, who makes awsome led projects.
http://www.youtube.com/watch?feature=pl ... Kk-Iewm0#!

Re: PWM Copy

Posted: Thu Mar 07, 2013 2:51 pm
by Enamul
Excellent video. How have you started in LED control you can share with us we can give some idea to improve that to have something close to the video?

Re: PWM Copy

Posted: Sun Mar 10, 2013 12:10 am
by Michaelt
sure here it is, hope it is understandable :)
RGB_Mood.fcf
(57.45 KiB) Downloaded 337 times

Re: PWM Copy

Posted: Wed Mar 13, 2013 10:45 am
by Michaelt
Bump