RGB LED

RGB LED is an electronic component which can emit colored light made of three types of light (Red, Green, Blue) at the same time.

RGB LED can be controlled in two ways.

.

    • Digital: On/Off method

    • Analog: Brightness adjustment

Following is the circuit for using RGB LED digitally.

Following is the circuit for using RGB LED in an analog way.

(It must be connected to the pin with ~ symbol and which means

PWM.)

If you have assemble the circuit as above, export Sketch by running the sample Unity Scene to find ArdunityApp.

(See how to export sketch from ArdunityApp)

The generated Sketch can be uploaded to the board by using Arduino IDE.

(See how to upload sketch)

If the circuit used in Unity Scene is the same circuit, you do not need to repeat the same Export Sketch & Upload.

Thru out the following videos, refer each sample Scene how it works.