Workinonit wrote:Does anyone know where I can find a arduino library to control the TM1803 chip strips? Please contact me if you do!
Also looking to find 5vdc or 12vdc WS2801 1 IC/LED RGB LED strips supplier who can provide 5m strips. Thanks!
capjbadger wrote:Workinonit wrote:Does anyone know where I can find a arduino library to control the TM1803 chip strips? Please contact me if you do!
Also looking to find 5vdc or 12vdc WS2801 1 IC/LED RGB LED strips supplier who can provide 5m strips. Thanks!
I think I found what you were looking for:
http://www.aliexpress.com/product-fm/32 ... alers.html
-Badger
capjbadger wrote:Whoa... Sweet strip! Which chip are they using in them? What are you using to control the light patterns?
I've got a long term MV project in the works and I'm in the planning stages. Working out the lighting. Thinking some RGB LED strips to edge light some translucent plexiglass panes.
-Badger
BBadger wrote:You can use any microcontroller to control them. An Arduino is a good place to start (example code). For larger numbers of devices (strips), getting the data out to all the devices at a reasonable framerate might require more powerful microcontroller platforms such as Leaflab Maples or Beagleboards.
Edit: I'm sure you can adapt the Arduino code (it's just C code) to your PIC.
capjbadger wrote:I must admit I'm cheating a bit with the PIC programming. The compiler I use lets me get away with no C at all and instead code in a form of BASIC. :oops:
With a little bit of reading up on C, I should be able to translate that example code (thank you) into the BASIC equivalent. I will most likely have to move up from the simple 8bit chips to control all the leds however. :)
-Badger
Workinonit wrote:capjbadger wrote:I must admit I'm cheating a bit with the PIC programming. The compiler I use lets me get away with no C at all and instead code in a form of BASIC.![]()
With a little bit of reading up on C, I should be able to translate that example code (thank you) into the BASIC equivalent. I will most likely have to move up from the simple 8bit chips to control all the leds however.
-Badger
I am not sure how many lights you are trying to control, but with a limited number you should be fine I would think. But if you are trying for long strips of 160 LEDs like mine, as it stands right now about 50 percent of the processing power of the Arduino Pro 328 is going to sending data and simply clocking the line. If you need just a basic blank canvas snippet of code to get the WS2801 chips working on a Ardruino, let me know. If you can code BASIC then jumping to C is just figuring out the syntax for the most part.
capjbadger wrote:Ohhh... Due to the thread, I was thinking just LED light ropes. :oops:
A lot of these (and I think also the site you were looking at) are incandescent light ropes.
You can get half inch dia. incandescent light ropes for $60 and up depending on the color.
-Badger
Skankx wrote:The LEDs on ebay are exactly what I was looking for. I'm trying to stay away from anything that will draw too much power from my battery. I used a very small engine (190cc) for the weight of my mutant vehicle and geared it way down with a jack shaft leaving me with no extra power or space to install an alternator. My only option now is to charge my battery in the morning and pull as little power at night as possible. On the up side I can drive for hours on a quart of gas. http://www.flickr.com/photos/63609382@N ... otostream/
Skankx wrote:The LEDs on ebay are exactly what I was looking for. I'm trying to stay away from anything that will draw too much power from my battery. I used a very small engine (190cc) for the weight of my mutant vehicle and geared it way down with a jack shaft leaving me with no extra power or space to install an alternator. My only option now is to charge my battery in the morning and pull as little power at night as possible. On the up side I can drive for hours on a quart of gas. http://www.flickr.com/photos/63609382@N ... otostream/
Return to Power & Illumination
Users browsing this forum: No registered users and 1 guest