Wiring 3 Color RGB SMD Common Cathode LED

This is the SMD RGB LED Common Cathode Module, These module has 3 separate LEDs the Red, Green and Blue which can be individually driven by applying a voltage to the appropriate module pin this example code is uses the Arduino analogWrite(PWM) function to cycle through the full possible output ...

Wiring HC-SR04 Ultrasonic on Reverse Parking Sensor

In this illustration we will going to wire the Ultrasonic HC-SR04 with our Arduino board, to build a parking sensor which emits a beep as the sensor approaches or detect an obstacle. The closer the obstacle, the greater the frequency of the beep. Required Components 1x Arduino UNO/MEGA/NANO/PRO 1x Ultrasonic ...

Wiring I2C module on 16×2 LCD with SCL/SDA

In this illustration we will going to wire the I2C or 2 wire connection in our Aruduino Board with the 16x2 Liquid Crystal Display, you can also use the 20x4 LCD, but on this demonstration we will going to wire the 16x2 LCD. On this I2C module you can control ...

Didispark ATTiny85 with Ultrasonic HC SR04 Sensor

In this illustration we will going to wire the Digispark ATTiny Development Board with HC-SR04 Ultrasonic range detector, as our output we will going to use an RGB LED when the objects is near or closer to the sensor the RGB LED will going to switch on and if it ...

Installing Digispark Micro Size ATTiny Development Board

Digispark known as USB Development Board base on ATMEL Attiny85 microcontroller similar to Arduino Board line, the difference is smaller and limited pins, and a bit less powerful. Which a whole host of shields to extend its functionality and the ability to use the Arduino IDE the Digispark is a ...

Protecting your IO (Input Output) using Zener Diode

In a electronic system there are some inputs that controlled by the end user, these inputs are read by electronics and acted as an output. The inputs can come from a source, switches, buttons, sensors, relays, and communication device, etc. In certain environments and situations, these input signals can pose ...

Working on Shift Register 8 Bit Binary Counter

On this illustration we will going to drive and wire the 74HC595 on a shift register using our very own Arduino Board, The 74HC595 is high speed si-gate CMOS(Complementary Metal Oxide Semiconductor) integrated circuit device the pin is compatible with low-power Scottky TTL (LSTTL). The 74HC595 are 8 stage serial ...

Light Sensor using LDR Light Dependent Resistor

In this tutorial we are going to demonstrate how to use the LDR (Light Dependent Resistor) in your 14Core Starter Kit, we are going to adjust the speed of flashing base on LDR Light Dependent Resistor. Parts Required: Arduino UNO/MEGA/MINI/PRO 1x LED Any color 100k Resistor 3x 1k 5 Ohms ...

Controlling your RGB LED Using Serial Communication

In this tutorial we will going to control the LED using keys of your keyboard via serial communication, sending a command from the PC to the Arduino using the Serial Monitor in the Arduino IDE. This project is also introduces how we manipulate the text string. Parts Required Arduino UNO/MEGA/PRO/MINI ...

Flashing LED FX Random light effect on PWM

Flashing like fire effect a flickering random light effect on 3 LED, using PWM (Pulse with Modulation), This project you cud plug it in DIY Buildings, Home, Cars, and Robots to have special FX Parts Required Arduino UNO/MEGA/NANO 1x RED LED 2x YELLOW LED 3x 220 Ohms Resistor Wiring the ...

Mixing Color with 3 LED using Pulse with Modulation

In this tutorial we will going to mix the Red LED Green LED and Blue LED by adjusting the brightness on each LED using Pulse with Modulation capabilities of the ATMEGA chip. Parts Required Arduino UNO/MEGA/NANO 1x RED LED 1x GREEN LED 1x BLUE LED 3x 220 Resistor Wiring the ...

Breathing / Pulsating LED with Arduino

In this demonstration we will going to drive the LED on breathing / pulsing effect simply turn the LED on or off while adjusting the brightness. Required Parts Arduino UNO/MEGA/NANO/PRO LED Any cor 220 k Ohms Resistor Wiring the LED to Arduino The Arduino Sketch Code /* 14CORE Pulsing / ...