Category: Arduino
-
Controlling RGB LED with Arduino: Helpful Guide for Beginners
Learning to use RGB LEDs with Arduino opens up a world of colorful projects. These tri-color LEDs combine red, green, and blue diodes in one package, allowing you to create millions of color combinations through pulse-width modulation (PWM). This RGB LED with Arduino tutorial will show you both basic and advanced control methods.
-
Using LDRs with Arduino for Light Detection
This lesson explains how to Use Arduino with an Light Dependant Resistor (LDR) for light detection. We will learn how to use a simple voltage divider circuit using a resistor in series with the LDR.
-
Using HC-SR04 Ultrasonic Sensor with Arduino for Traffic Light Control
Upgrade your Arduino traffic light with an HC-SR04 ultrasonic distance sensor! This lesson walks you through replacing manual buttons with smart object/wave detection.
-
Lesson 5: Using LM35 Temperature Sensor with Arduino
Using LM35 with Arduino allows you to measure the temperature through an analog sensor, and use it to react accordingly. This lesson covers some of the basics you will need while using LM35 analog temperature sensor.
-
Lesson 1: Simple Blinking LED Project With Arduino
Making a simple blinking LED project with Arduino is the starting point where many start. This short lesson can help you start your journey learning coding and electronics with Arduino.
-
Lesson 3: Building a Crossroad Traffic Light Circuit With Arduino
On this page: In the previous lesson, we had learned about making a single traffic light circuit and use Arduino to control it. This lesson expands the circuit to build a crossroad traffic lights with Arduino, using either additional pins or a simple trick. 1. Needed Components 2. Connecting Your Traffic Light Circuit 3. Code…
-
Lesson 2: Making a Traffic Light Project With Arduino
One of the first things you can start doing with Arduino after learning how to light an LED and blink it is to make a traffic light project with Arduino. This lesson goes through the basic steps using two different connection methods. List of content 1. Needed Components 2. Connecting Your Traffic Light Circuit 3.…