Hi everyone, I am new to Arduino and am starting to figure out how it all works by doing some of the basic tutorials that come with the UNO.
What I would like to do is control the digital LED strips that I have, I have 5m of 36 LEDs/m strip and 5m of 48 LEDs/m strip. I have connected a strip and have loaded the strand test and that works nicely, but what else now?
I want to be able to create different patterns of colors to send to the strip, and build a circuit with a button that can scroll between the different patterns. My first issue is HOW to create the patterns easily???
Is there a program that can do this or help me to write the code? I have seen a thing on Blinkinlabs – Creative Lighting Technologies where you can run processing and pattern paint to draw patterns or load images to be turned into patterns, so that you can export them. I wondered weather I could use this for making patterns to send to the strip, and did not get it to work, I followed all the steps but maybe because the hardware is not a blinkyverse thing it didnt do much when I sent it to the LED strip. There was some random LEDs lit up and no movement.
What I want as an end result is to be able to build a small circuit with a couple of buttons on it, that can turn on, and scroll through different patterns on the LED strip. I'll be using an Arduino Nano for the finished result. My biggest issue right now is how to make the color patterns to put onto the strip. In the future I want to do POV patterns like with the blinkiverse site as well as normal colors and chasers etc. Is there a website or program or software that can be used to help right the code for making the different color sequences which I can load onto the arduino?
I am finding it frustrating because I have the LEDs, I have the arduino, I can load a file onto the arduino, but thats where it stops
Any suggestions and ideas would be very greatly appreciated