News
Here is an artistic Arduino project for the fun-minded. The circuit is an Arduino RGB LED controller running on a sweet ‘n’ simple code,but with a little hardware surprise outside the Arduino board.
The light wand is based on an Arduino Mega board and uses an RGB LED strip based on the HL1606 controller chip. We’ve covered these LED strips before, and they’re very easy to use with the ...
int i = 0; const int LED = 11; //define the pin we use for LED void setup() { pinMode(LED, OUTPUT); //set pin 11 as OUTPUT } void loop() { for (int i = 0; i 0; i--){ //descrease i with 1 ...
Inside the is a Rainboduino: an Arduino compatible board capable of driving an 8×8 RGB LED matrix. Also stuffed inside the busy box is a 9V battery, rocker switch for the power, and four arcade ...
You can still use these pictures for referance, however. You can also try to replicate the lighting that was done here, using RGB LEDs controlled by an Arduino Uno.
Results that may be inaccessible to you are currently showing.
Hide inaccessible results