Projects

Tag Projects for: 'Arduino'
Arduino LED – Hold Button 3s to Turn ON & 3s to Turn OFF

In this project we will learn how to to Turn the LED ON or OFF by pressing a button for 3s. Watch the Video! Step 1: What You Will Need Arduino UNO (or any other Arduino) Button module 200 ohm resistor Jumper wires LED Visuino program: Download Visuino Step 2: The Circuit Connect Button1 pin [VCC] …

Play Frequency Tones Using a Simple Keyboard & Arduino

In this tutorial we will learn how to play a diferent frequency tones with the Arduino. Watch the Video! Step 1: What You Will Need Step 1: What You Will Need Arduino UNO or any other Arduino board Buzzer module Small Keyboard (Or any other keyboard) in our case we are using a touch keyboard …

ESP32 TTGO Bluetooth Device Scanner

In this project we will learn how to make a Bluetooth Scanner using a ESP32 TTGO to Display the Bluetooth devices around. Step 1: What You Will Need TTGO ESP32 Some Bluetooth device that you will try to locate like a smart bracelet ,etc Visuino program: Download Visuino Step 2: Start Visuino, and Select the Arduino …

ARDUINO Mp3 Player

In this tutorial we will learn how to play a mp3 song using arduino an the DF PLAYER MINI module. Watch the Video! Step 1: What You Will Need Arduino UNO (or any other Arduino) DF PLAYER MINI module Speaker Breadboard 1K ohm resistor Jumper wires SD card with the mp3 song Visuino program: Download Visuino …

LED Matrix Animated Time,Date,Temp and Humidity

In this Tutorial we will learn how to use the LED Matrix MAX7219, Temperature and Humidity Sensor DHT11 and RTC DS1307 module to Display Current Temperature, Humidity, Time and Date. Watch the Video! Step 1: What You Will Need Arduino UNO (or any other Arduino) LED MATRIX. We are going to use the FC-16 module …

Arduino LED Strip Thermometer and Barometer With WS2812 and BMP280

In this tutorial we will learn how to make a LED Strip Thermometer and Barometer with WS2812 LED strips and BMP280 I2C Sensor. to measure the current temperature and atmospheric pressure. Watch the video! Step 1: What You Will Need Arduino UNO (or any other Arduino) 2X WS2812 LED strip BMP280 I2C Sensor. Jumper wires …

Arduino Control Servo Motor Position With Buttons

In this tutorial we will learn how to Control Servo motor position with buttons using arduino. Watch the Video! Step 1: What You Will Need Arduino UNO (or any other board) Servo motor Jumper wires 2X button module Visuino program: Download Visuino   Connect Servo motor “Orange” (signal) pin to Arduino Digital pin[2] Connect Servo …

Light Meter Gauge Using Arduino

In this tutorial we will learn how to make a simple Light meter gauge using BH1750 light sensor and Arduino. Watch the video! Step 1: What You Will Need Arduino UNO or any other Arduino board BH1750 Ambient Light Sensor (I2C) OLED Display Breadboard Jumper wires Visuino software: Download here Step 2: Circuit Connect Light Sensor …

Darkness Sensor and LED Using BH1750 & Arduino

In this tutorial we will learn how to turn the LED ON when darkness is detected. Watch the Video! Step 1: What You Will Need Arduino UNO or any other Arduino board LED BH1750 Ambient Light Sensor (I2C) Jumper wires Visuino software: Download here Step 2: Circuit Connect Light Sensor pin [SCL] to Arduino pin [SCL] …

4-Digit Countdown Timer (Minutes and Seconds) – Arduino Tutorial

In this tutorial we will learn how to make a 4-Digit Countdown Timer displaying Minutes and seconds using Arduino. Watch the Video! Step 1: What You Will Need Arduino UNO or any other Arduino board LED Display TM1637 Jumper wires Visuino software: Download here Step 2: Circuit Connect LED Display pin[CLK] to Arduino digital pin[10] Connect …

Servo Motor Positioning-calibration How to Tutorial

In this tutorial we will learn how to position or calibrate a servo motor, this is often useful in robotics where we need to center a servo motor to a certain position before mounting it. We will display an analog value from the potentiometer and servo degrees on the OLED Display. Watch the video. Step …

How to Control Vacuum Pump Air Pump Suction for Robotic Arm

In this project we will learn how to control a vacuum suction pump that is often used in robotics or other industrial systems. Watch the Video! Step 1: What You Will Need Vacuum pump Kit -Motor with the mounted vacuum pump -Electronic valve Get It here Capacitive touch button (or any other button module) Reley …

NeoPixel LED Ring Temperature Monitor

In this tutorial we will learn how to display a temperature on a NeoPixel LED Ring from a DHT11 sensor using Arduino and Visuino software. Watch the Video! Step 1: What You Will Need Arduino Uno or any other Arduino board NeoPixel – RGB LED Ring DHT11 Temperature and Humidity Sensor Jumper wires Visuino software: Download …

How to Use a 20×4 I2C Character LCD Display With Arduino

In this simple tutorial we wwill learn how to use a 20×4 I2C Character LCD display with Arduino Uno to display a simple text “Hello World. Watch the video! Step 1: What You Will Need 20×4 I2C Character LCD display Jumper wires Arduino Uno or any other Arduino board Visuino software: Download here Step 2: The …

How to Use Arduino DDS Frequency Signal Generator AD9850

In this Tutorial we will learn how to make a Frequency Signal Generator using a AD9850 module and Arduino. Watch the Video! Note: I managed to get frequency up to +50MHz but the signal quality gets worse with the higher frequencies. Step 1: What You Will Need Arduino Uno or any other Arduino board AD9850 …

Temperature Monitor With DHT11 and I2C 20×4 LCD

In this tutorial we will learn how to make a simple temperature monitor using a DHT11 sensor and I2C LCD Watch the video! Step 1: What You Will Need 20×4 I2C Character LCD display Jumper wires Arduino Uno or any other Arduino board DHT11 temperature and humidity sensor Visuino software: Download here Step 2: The Circuit …

Simple Frequency Counter Using Arduino

In this tutorial we will learn how to make a simple Frequency Counter using Arduino. Watch the video! OLED LCD Display Jumper wires Some sort of frequency generator, it can be another Arduino but in our case we will use a cheap 555 module. Arduino Uno or any other Arduino board Visuino software: Download here Step …

Volume Indicator Neopixel Ws2812 LED Ring & Arduino

In this tutorial we will learn how to make a Volume Indicator using a Neopixel Ws2812 LED Ring and arduino. Watch the Video! Step 1: What You Will Need Arduino Uno or any other Arduino board NeoPixel – RGB LED Ring Jumper wires Potentiometer Visuino software: Download here Step 2: The Circuit Connect Arduino board pin …

Arduino How to Use 1.3 Inch OLED Display SH1106

In this tutorial we will learn how to use a 1.3 Inch OLED Display SH1106 Arduino and Visuino software. Watch the Video! Step 1: What You Will Need   1.3″ Inch I2C 128X64 OLED LCD Display Jumper wires Breadboard Arduino Uno or any other Arduino board Visuino software: Download here Step 2: The Circuit Connect OLED …

Arduino SteamPunk Goggles – Simple DIY

In this Tutorial we will learn how to make the Legendary SteamPunk Goggles that change colors using LED Rings and Arduino. Watch the video! Step 1: What You Will Need Welding goggles 2X NeoPixel – Ws2812 RGB LED Ring (with 12 LEDs) Arduino UNO (or any other Arduino) Jumper wires Visuino software: Download Visuino  Note: to …

DC MOTOR MOSFET Control Speed Using Arduino

In this tutorial we will learn how to control a DC Motor speed using a MOSFET Module. Watch the video! Step 1: What You Will Need   DC Motor MOSFET Module Potentiometer Arduino UNO (or any other Arduino) Jumper wires Visuino software: Download Visuino Step 2: Circuit Connect potentiometer pin OTB to Arduino Analog Pin A0 …

How to Send Text Long Range Distance Using HC-12

In this tutorial we will learn how to send a text over a Long Distance Using a HC-12 module and Arduino. We are going to make a Sender and a Receiver. Watch the video! Step 1: What You Will Need 2X HC-12 Module OLED Display 2X Arduino UNO (or any other Arduino) Breadboard Jumper wires …

HC-12 Long Range Distance Weather Station and DHT Sensors

In this tutorial we will learn how to make a remote long distance weather station using two dht sensors, HC12 modules and the I2C LCD Display. Watch the Video! Step 1: What You Will Need   2X HC-12 Module I2C LCD Display 4X20 2 DHT sensors (In our project we use DHT11, DHT22) 2X Arduino …

Make GPS BORDER BOUNDARIES Using Arduino

In this tutorial we will learn how to make a GPS BORDER BOUNDARIES using Arduino, this is useful when you have a robot and you dont want it to go outside the specified area. When the robot is outside the area, the display will show “Outside” and “Inside” when the robot is inside the area. …

Arduino – How to Read SD Card Text File Line by Line

  In this tutorial we will learn how to read the SD card text file line by line. Watch the Video! Note: You can use other Displays such as OLED, but make sure that you use a board with enough memory like Arduino Mega,etc Also check out this tutorials: Arduino Nano: Measure Distance With Ultrasonic …