Projects

Tag Projects for: 'Arduino'
Simple Step Counter Using Arduino

In this tutorial we will learn how to make a simple step counter. This project is very useful in robotics or anywhere where you need to count something like how many steps the motor made or how many times the sensor detected something. Watch the Video! Step 1: What You Will Need OLED LCD Display …

SteamPunk Goggles – Simple DIY Tutorial Part 2

In this Tutorial we will learn how to make the Legendary SteamPunk Goggles that change colors. If you haven’t yet please check out my first SteamPunk Goggles tutorial. 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 …

Connect Up to 64 I2C Modules – TCA9548A I2C Multiplexer Module

In this tutorial we will learn how to connect multiple I2C modules on the TCA9548A I2C Multiplexer Modules. For this project we will use 3 TCA9548A I2C Multiplexer Modules and 3 I2C Displays. Watch the Video! Also check out this tutorials: Arduino Connect Multiple I2C Devices Adafruit TCA9548A 1-to-8 I2C Multiplexer Breakout TCA9548A I2C Multiplexer …

Arduino LCD Menu – Simple Tutorial

In this tutorial we will learn how to make a simple Menu with buttons using Arduino and the I2C LCD. Watch the Video! Step 1: What You Will Need LCD Display I2C 20X4 (if you use diferent LCD then make sure that you specify the right Columns and Rows in the Visuino component) 2X Buttons …

Analog Speed or Volume Meter With Arduino

In this tutorial we will learn how to make a Volume or Speed analog meter using the OLED display and Arduino. This can be a great simple Indicator of any Analog source. Watch the Video! Step 1: What You Will Need Arduino UNO or any other Arduino board Potentiometer OLED Display Jumper wires Breadboard Visuino …

Controlling LASER Brightness With a Potentiometer

In this tutorial we will learn how to control the LASER brightness with a potentiometer. Watch a demonstration video. WARNING: Lasers can be harmful to the eyes and you should never look directly into the beam Step 1: What You Will Need Arduino UNO (or any other Arduino) LASER Module Potentiometer module Jumper wires Visuino …

Arduino LASER Brightness Pulse Width Modulation PWM

In this tutorial we will use a LASER Module connected to Arduino UNO and Visuino to make it change it’s brightness using Pulse Width Modulation (PWM). Watch the video! WARNING: Lasers can be harmful to the eyes and you should never look directly into the beam! Step 1: What You Will Need Arduino UNO (or …

Arduino How to Connect Multiple Servo Motors – PCA9685 Tutorial

In this tutorial we will learn how to connect several servo motors using PCA9685 module and arduino. PCA9685 module is very good when you need to connect several motors, you can read more about it here https://www.adafruit.com/product/815 Watch the Video! Step 1: What You Will Need Arduino UNO or any other Arduino board or ESP 16 …

Arduino Connect Multiple I2C Devices

In this tutorial we will learn how to connect several modules with an I2C connection to arduino. Watch the Video! In our case we will use 4 OLED Displays as an example, but you can use any other I2C modules/sensors if you wish. Note: 4 OLED Displays consume a bit more memory thats why we …

UV Index Meter Using the ML8511 ULTRAVIOLET Sensor Arduino

In this tutorial we will learn how to measure the Sun UV Index using ML8511 ULTRAVIOLET Sensor. Step 1: What You Will Need Arduino Uno or any other Arduino board UV sensor ML8511 OLED Display Breadboard Jumper wires Visuino software: Download here Step 2: The Circuit Connect UV sensor pin GND to Arduino pin GND Connect …

Arduino Plant Monitor With Soil Capacitive Sensor

In this tutorial we will learn how to detect a soil moisture using a capacitive moisture sensor with OLED Display and Visuino. Watch the Video! Step 1: What You Will Need Arduino Uno or any other Arduino board Capacitive Analog Soil Moisture Sensor OLED Display Breadboard Jumper wires Visuino software: Download here Step 2: The Circuit …

Arduino GPS Clock With Local Time Using NEO-6M Module

In this tutorial we will learn how to get a current time from the satellites using arduino. Watch the video! Step 1: What You Will Need NEO-6M GPS Module ST7789 TFT Display Arduino Uno or any other Arduino board Breadboard Jumper wires Visuino software: Download here Step 2: The Circuit Connect Arduino 5V to GPS module …

DHT21 Digital Temperature and Humidity Sensor With Arduino

In this tutorial we will learn how to use DHT21 Humidity and Temperature Sensor with Arduino and display the values on the OLED Display. Watch the video! Step 1: What You Will Need Arduino Uno or any other Arduino board DHT21 sensor Breadboard Jumper wires OLED Display Visuino software: Download here Step 2: The Circuit Connect …

How to Use DHT22 Humidity and Temperature Sensor With Arduino

In this tutorial we will learn how to use DHT22 Humidity and Temperature Sensor with Arduino and display the values on the OLED Display. Watch the video! Step 1: What You Will Need Arduino Uno or any other Arduino board DHT22 sensor Breadboard Jumper wires OLED Display Visuino software: Download here Step 2: The Circuit Connect …

Rotating Fan Using Servo Motor and Speed Control

In this tutorial we will learn how to rotate a fan with adjustable speed using servo motor, potentiometer, arduino and Visuino. Watch the video! Step 1: What You Will Need   Arduino UNO (or any other board) Fan module Potentiometer Servo motor Jumper wires Visuino program: Download Visuino Step 2: The Circuit Connect Servo motor “Orange” …

How to Scroll the TEXT on I2C 0.91″ 128X32 OLED DISPLAY

In this tutorial we will learn how to Scroll the TEXT on I2C 0.91″ 128X32 OLED DISPLAY using Arduino and Visuino software. Watch the Video! Step 1: What You Will Need Arduino UNO (or any other board) OLED Display Breadboard Jumper wires Visuino program: Download Visuino Step 3: Start Visuino, and Select the Arduino UNO Board …

Distance Proximity Measurement With Gesture Sensor APDS9960

In this tutorial we will learn how to measure the distance using a gesture sensor APDS9960, arduino and Visuino. Watch the video! Step 1: What You Will Need Arduino UNO (or any other Arduino) APDS9960 Sensor Jumper wires Breadboard OLED Display Visuino program: Download Visuino Step 2: The Circuit Connect Sensor Pin [GND] to Arduino board …

DC MOTOR Hand Gesture Control Speed & Direction Using Arduino

In this tutorial we will learn how to control a DC motor with hand gestures using arduino and Visuino. Watch the video! Step 1: What You Will Need Arduino UNO (or any other board)   APDS9960 proximity gesture sensor L298N DC MOTOR CONTROLER Driver OLED Display Batteries DC Motor Breadboard Jumper wires Visuino program: Download Visuino …

RADAR Lidar System VL53L0X Laser Time-of-Flight

In this tutorial we will learn how to make a RADAR Lidar System using VL53L0X Laser Time-of-Flight sensor. Watch the video! Step 1: What You Will Need Arduino UNO (or any other Arduino) VL53L0X Laser Time-of-Flight sensor OLED Display Servo motor Breadboard Jumper wires Visuino program: Download Visuino Step 2: The Circuit Connect OLED Display pin[VCC] …

How to Use DHT12 I2C Humidity and Temperature Sensor With Arduino

In this tutorial we will learn how to use DHT12 I2C Humidity and Temperature Sensor with Arduino and display the values on the OLED Display. Watch the video! Step 1: What You Will Need Arduino Uno or any other Arduino board Breadboard Jumper wires OLED Display Visuino software: Download here Step 2: The Circuit Connect DHT12 …

Arduino Mosquito Repellent

In this tutorial we will learn how to make a simple mosquito repellent using arduino and a piezo buzzer. The buzzer will emit the silent (to human ear) frequency of 31kHz, this frequency is known to repell the mosquitoes and you can adjust the frequency to your needs as well. Watch the video! Step 1: …

How to Control Traffic Lights using Arduino

In this tutorial we will learn how to control traffic lights using arduino and Visuino. This tutorial is great for beginners. Watch the video. Step 1: What You Will Need Arduino UNO (or any other Arduino) Traffic lights module Jumper wires Breadboard Visuino program: Download Visuino Step 2: The Circuit Connect “Traffic lights module” pin [GND] …

How to Use APDS9960 Gesture Sensor With Arduino

In this tutorial we will learn How to Use APDS9960 Gesture Sensor with Arduino to display hand directions on the OLED Display using Visuino software. Watch the video! Step 1: What You Will Need Arduino UNO (or any other Arduino) APDS9960 Sensor Jumper wires Breadboard OLED Display Visuino program: Download Visuino Step 2: The Circuit Connect …

Control DC Motor With Encoder Optical Sensor Module FC-03

In this tutorial we will learn how to count Optical encoder interrupts using a DC motor, OLED display and Visuino. Watch the video! Step 1: What You Will Need Arduino UNO (or any other Arduino) Optical Coupling Sensor Module FC-03 DC motor Encoder wheel (with holes) that you attach on the DC motor OLED Display …

How to Build a Plant Watering System Using Arduino

In this tutorial we will learn how to make a Plant Watering System Using a moisture sensor, water pump and flash a green LED if everything is ok and OLED Display and Visuino. Step 1: What You Will Need Arduino UNO (or any other Arduino) Soil moisture sensor module, Get it here Jumper wires Breadboard …

Rain Detector Using Arduino and Raindrop Sensor

In this tutorial we will learn how to detect a rain using a rain sensor and make a sound using a buzzer module and OLED Display and Visuino. Watch the video. Step 1: What You Will Need Arduino UNO (or any other Arduino) Rain sensor module Jumper wires Breadboard OLED Display Piezo buzzer Visuino program: Download …

How to Build a Plant Monitor With Arduino

In this tutorial we will learn how to detect a soil moisture using a moisture sensor and flash a green LED if everything is ok and OLED Display and Visuino. Watch the video. Step 1: What You Will Need   Arduino UNO (or any other Arduino) Soil moisture sensor module, Get it here Jumper wires …

TM1637 Display

In this tutorial we will learn how to display time using RTC DS1307 module and LED Display TM1637 and Visuino. Step 1: What You Will Need Arduino UNO (or any other Arduino) Get it here RTC DS1307 module Get it here Jumper wires LED Display TM1637 Get it here Visuino program: Download Visuino Step 2: The Circuit Connect LED …

Bitmap Animation on SSD1331 OLED Display (SPI) With Visuino

In this tutorial we will display and move around a bitmap image in a simple form of animation on the SSD1331 OLED Display (SPI) with Visuino. Watch the video. Step 1: What You Will Need Arduino UNO (or any other Arduino) SSD1331 OLED Display (SPI) Breadboard Jumper wires Visuino program: Download Visuino Step 2: The Circuit …