Projects

Projects for: 'Intermediate'
Arduino & Nextion Display – Use Slider to Control LED Brightness

   In this project we are going to learn how to control an LED using a Nextion Display with a simple touch button. Watch the Video! Step 1: What You Will Need   Arduino UNO (or any other board) Nextion Display 1X LED 1X 1 Kilo ohm resistor Breadboard Jumper wires Nextion Editor program: Download …

Sending Data With NRF24L01 Using Arduino

 In this tutorial we will explore Wireless Communication and learn how to send data from one Arduino to another Arduino using the NRF24L01 module. For this project we are gong to send Random Integer number from 100 to 1000 every second. Watch the video! Step 1: What You Will Need 2X Arduino UNO (or …

Arduino Obstacle Avoiding Robot Car With Radar

   In this tutorial we are going to make an Arduino Obstacle Avoiding Robot Car with Radar using the HC-SR04 ultrasonic sensor attached to the servo motor. On this Robot Car the servo rotates the ultrasonic all the time from the left side to the right side just like a radar does it, and …

Arduino Temperature Alarm LED Display Flash & Beep

   In this tutorial we will measure the temperature and when it is out of boundaries the LED display will start to Flash and the buzzer will beep. Once the temperature is back within the boundaries flashing and beeping will stop. Watch the video! You can Download the Project File below. Also check out …

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. …

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.

Seeeduino XIAO Compass QMC5883-GY-271 & OLED Display

In this tutorial we will learn how to use the seeduino Xiao with the compass I2C sensor QMC5883 and the OLED Display. We will Display all the axis and the temperature on the OLED Display. Watch the video!  Step 1: What You Will Need Seeeduino XIAO Compass QMC5883/GY-271 Sensor OLED Display Breadboard Jumper Wires …

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 …

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-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.

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 …