Projects

Tag Projects for: 'Arduino'
Arduino Height Measuring Using VL53L0X Laser Sensor

Make a Height Measuring tool using a sensor VL53L0X. The VL53L0X is accurate up to plus or minus 2-3mm (depends on the surface reflection). This project is just to show how to make it work on a smaller objects. Sensor can measure up to 2m so you can adjust the projects according to your needs. …

Connect Two Arduinos Using I2C Communication

In this tutorial we will learn how to connect Two Arduino boards using I2C Communication by connecting a DHT11 Temperature sensor to the Slave Arduino and send it over the I2C to the Master Arduino and Display the Temperature value on the OLED Display. This project serves as an example what can be done, you …

Arduino Digital Compass Using MPU9250 Magnetometer

In this project we will learn how to make a compass using the Arduino and the Accelerometer Gyroscope sensor MPU9250. Watch the video.  Step 1: What You Will Need Arduino UNO (or any other Arduino) MPU9250 (is an accelerometer, gyroscope, magnetometer sensor) OLED I2C Display Breadboard Jumper wires Visuino program: Download Visuino Step 2: The …

SGP30 Air Quality Sensor VOC and ECO2 Gas Sensor

In This tutorial we will learn how to use the SGP30 Air Quality Sensor to Display TVOC-Total volatile organic compounds,CO2 -Carbon dioxide, Hydrogen and Ethanol on the OLED Display. In Part2 we will learn how to calculate the absolute Humidity and also Display the Temperature and Humidity using the DHT11 Sensor. Watch the video.  …

SOS realistic Beep & Light signal

In this Video you will learn how to make A SOS realistic Beep & Light signal using Arduino.  This Tutorial was made by a user Compact DIY , you can check out his youtube channel here where you can find other Visuino videos.

Arduino LCD Menu With Storing Values to EEPROM

In this tutorial we will learn how to make a Menu with buttons and a rotary encoder to set andstore values. Values are then automatically loaded on the start. For this project we are going to use Arduino and the I2C LCD. Watch the Video! Step 1: What You Will Need LCD Display I2C 20X4 …

Arduino Ambient Light With 433MHz RF Remote Control

In this tutorial we will learn how to control the RGB LED Random color with a 433MHz RF Remote and Arduino, also how to turn it ON or OFF, or set the auto changing color and the speed of the changing color. Watch the Video! Step 1: What You Will Need Arduino UNO (or any …

Connect SSD1331 OLED Display & ST7789 Display

In this tutorial we will learn how to connect the SSD1331 OLED Display & ST7789 Display to Arduino using the Visuino program. Watch the video.  Step 1: What You Will Need Arduino UNO (or any other Arduino) SSD1331 OLED Display ST7789 Display Breadboard Jumper wires Visuino program: Download Visuino Step 2: The Circuit Connect Arduino …

Arduino Parking System Assistant

In this Video you will learn how to make A Parking System Assistant using Arduino.  This Tutorial was made by a user Compact DIY , you can check out his youtube channel here where you can find other Visuino videos.

Laser Automatic Target

In this Video you will learn how to make a Laser Automatic Target positioning using Arduino. This Tutorial was made by a user Compact DIY , you can check out his youtube channel here where you can find other Visuino videos.

Arduino Countdown Timer With Settings

In this tutorial we will learn how to make a Countdown Timer, where you can set time with one button and start the timer with another button. When timer reaches the zero the LED will start to flash. Instead of the LED you can connect anything else like a relay or any other module. Watch …

arduino-magix-LED-box

In this Video you will learn how to make a Magic Led Box using Arduino. This Tutorial was made by a user Compact DIY , you can check out his youtube channel here where you can find other Visuino videos.

Arduino Random Roulette

In this Video you will learn how to make a Random Roulette using the OLED Display and Arduino. This Tutorial was made by a user Compact DIY , you can check out his youtube channel here where you can find other Visuino videos.

Arduino Control Robotic Hand

In this Video you will learn how to Control Robot Arm With Your Hands! This Tutorial was made by a user Compact DIY , you can check out his youtube channel here where you can find other Visuino videos.

Arduino Robotic Arm

In this Video you will learn how to make a Robotic Arm using servo motors. This Tutorial was made by a user Compact DIY , you can check out his youtube channel here where you can find other Visuino videos.

Arduino Ultrasonic Radar

In this Video you will learn how to make a Sonar Radar with the OLED Display. This Tutorial was made by a user Compact DIY , you can check out his youtube channel here where you can find other Visuino videos.

Arduino MPU 6050

In this Video you will learn how to make a Simple Gyroscope using MPU 6050 Sensor. This Tutorial was made by a user Compact DIY , you can check out his youtube channel here where you can find other Visuino videos.

How To Control Lights With Your Hands!

In this Video you will learn how to Control Lights With Your Hands! This Tutorial was made by a user Compact DIY , you can check out his youtube channel here and his Visuino playlist where you can find other Visuino videos.

How To Make A Wind Vane!

In this Video you will learn how to make a Wind Vane This Tutorial was made by a user Compact DIY , you can check out his youtube channel here and his Visuino playlist where you can find other Visuino videos.

Arduino Lotto Winner

In this Video you will learn how to make a Lotto number generator that displays International Lotto numbera (Germany, ItalyUSA,etc) This Tutorial was made by a user Compact DIY , you can check out his youtube channel here and his Visuino playlist where you can find other Visuino videos.

Arduino Stepper Motor Running for a Specific Time

In this tutorial we will learn how to rotate a stepper motor for a certain time period and then with a push of a button repeat it again. In this tutorial we use 10s period but you can change to any time. Watch the Video! Also: Check out the Arduino Nano and Visuino: Control Stepper Motor …

Control LEDs ON/OFF With 433MHz RF Remote and Arduino

In this simple tutorial we will learn how to turn ON/OFF 4 LEDs with a 433MHz RF Remote and Arduino. Watch the Video! Step 1: What You Will Need Arduino UNO (or any other Arduino) Jumper wires 4 X LED 4 X 1K ohm Resistor Breadboard 433 MHz RF module Visuino program: Download Visuino Step 2: …

Arduino Display Text on MAX7219 8-digit LED Display

In this tutorial we will learn how to display a Simple text on the MAX7219 8-digit Digital LED Display using Visuino. Watch the video. Step 1: What You Will Need Arduino UNO (or any other Arduino) Jumper wires Max7219 Led Dot Matrix 8-digit Digital Display Control Module Visuino program: Download Visuino Step 2: The Circuit Connect …

Move a Stepper Motor to an Exact Position

In this tutorial we will learn how to move a stepper motor for a certain amount of steps, and then with a push of a button repeat it again. Watch the Video! Also: Check out the Arduino Nano and Visuino: Control Stepper Motor Tutorial With Buttons made by Boian Mitov Step 1: What Will You Need Stepper …

Arduino How to Make a Smart Button

In this project we will learn how to Turn the LED ON or OFF by pressing a button for 3s and also while the LED is ON we can change its brightness. The goal of this tutorial is to show how easily you can control different things, all with just one button, this is something …