Connect an RGB led to a Digispark
In this simple example for a Digispark board we connect an RGB LED to it. We will then use the Arduino IDE to write a sketch and upload it to…
In this simple example for a Digispark board we connect an RGB LED to it. We will then use the Arduino IDE to write a sketch and upload it to…
In this example we connect an RGB led module to a 8051F340 development board, we will have a simple example which cycles through the red, green and blue colors The…
In this example we will control an RGB led with a remote control, this will involve us connecting an infrared reciever to our Arduino as well. We will use the…
In this example we connect an RGB led to our MSP-EXP430G2 launchpad and flash the red, green and blue colours Schematic I actually had an RGB breakout attached the the…
Another feature of the Arduino Esplora is a built in RGB LED, again its fairly simple to use this using the writeRGB function. You can see the RGB led in…
This is a first example with the ST Nucleo F334R8 board, this uses the mbed online compiler. here is a picture of the board In this example we flash the…
A couple of simple examples, we used an RGB LED breakout. This was a common anode type, so to switch an LED on you need to switch the appropriate port…
In this example we connect an RGB led to PORT C 0 – 2 of our PIC16F877A. Again we are using the Ql 200 PIC development board. The RGB LED…
In this example we will connect an RGB led to our Pic 18F4520 Port D. We will then light the red, green and blue individually. We will connect this up as…
In this example we connect an RGB LED to our 8051. In this case we used an RGB LED breakout, this was a common anode device. The schematic below shows…