rgb led

Arduino Sketcher

Arduino Sketcher: Drawing with Processing & SparkFun Redboard

This project, dubbed the Arduino Sketcher, is a straightforward device designed for drawing pictures on your computer screen. Utilizing a processing code and the SparkFun Redboard, it simplifies the process of creating digital art. Device Description and Functionality The device consists of four push buttons: red, green, blue, and a neutral button. Each button changes

Arduino Sketcher: Drawing with Processing & SparkFun Redboard Read More »

How to Control a Ton of RGB LEDs with Arduino TLC59401

How to Control a Ton of RGB LEDs with Arduino & TLC5940

This video explains how to use the 16 channel PWM controller TLC5940 The CODE: //Texas Instruments TLC 5940 with Arduino //www.kevindarrah.com #include <SPI.h>//Serial Peripheral Interface Library byte ch=0, chbit=0, spibit=0, spibyte=0;// variables used by tlc sub routine int SINData;//variable used to shift data to the TLC byte transferbyte[48];// bytes that are sent out to the

How to Control a Ton of RGB LEDs with Arduino & TLC5940 Read More »

Scroll to Top