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…
RGB LED
-
-
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…
-
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…
-
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…