Projects

Tag Projects for: 'Arduino'
How to Use MCP4725 12 Bit Digital to Analog Converter Using Arduino

 In this tutorial we will learn how to use MCP4725 12Bit Digital to Analog Converter with Arduino and Visuino to generate Square, Sine and Triangle waves. Watch the Video! Step 1: What You Will Need Arduino Uno or any other Arduino board AD9850 (DDS Synthesizer) More Info OLED Display Jumper wires Breadboard Visuino software: Download here …

How to Use PCF8574 GPIO Extender With Arduino or ESP32

 If you require more pins for your project to connect more buttons, sensors or LEDs, GPIO expanders can help. Essentially, these expanders offer additional GPIOs when your board doesn’t provide enough pins. In this tutorial we will learn how to use PCF8574 I2C GPIO Expander with Arduino UNO or ESP32 Watch the Video! Also …

Arduino Linear Actuator Position Control With Smooth Start

 In this Simple tutorial, you will learn how to control the position of a linear actuator using the Arduino and L298N DC motor driver. Watch the Video! Step 1: What You Will Need Arduino UNO (Or any other Arduino) Linear Actuator LN298N DC Motor Driver Potentiometer module Jumper wires Power Supply Visuino program: Download Visuino …

Controlling Stepper Motor 28byj-48 With IR Remote Using Arduino

 In this tutorial we are going to learn how to control a Stepper motor using IR remote and Arduino. If you press & hold on the remote a Left or Right button the Motor will spin as long as you hold the button on the remote. If you press once a button Down or …

NRF24L01 Wireless Servo Motor Control With Joystick

 In this tutorial we will explore Wireless Communication and learn how to control servo motors using the NRF24L01 modules, joystick and arduino. Watch the video! Step 1: What You Will Need 2X Arduino UNO (or any other Arduino) 2X Servo motor (you can also just use one in case you do not have 2 …

Simple LCD Battery Level Indicator 20×4 I2C

 In this Tutorial we are going to make a Battery Level Indicator using LCD I2C 20 X 4 Display . This approach can be used to display anything that requires a level indication such as batteries, water level, temperature, humidity, etc. For the demonstration we are going to simulate the signal with a potentiometer …

Arduino NeoPixel LED Ring Fire Simulation

 In this tutorial we will learn how to make a Fire simulation using the Neopixel Led Ring Ws2812 and Arduino. Watch the video! Step 1: What You Will Need Arduino UNO (or any other Arduino) Neopixel LED ring Jumper wires Visuino program: Download Visuino Step 2: Brought by PCBWay Thank you PCBWay for supporting this tutorial …

How to Control a 360 Continuous Servo Motor Using Arduino

 In this tutorial we are going to learn how to control the speed and direction of a Continuous Rotation Servo using a potentiometer, button & Arduino. Watch the video! Also check outthis great Video on How Continuous Rotation Servo Works Step 1: What You Will Need Arduino UNO (Or any other Arduino) 360 Continuous Rotation SERVO …

Arduino Stepper Motor 28byj-48 Control Speed and Direction

 In this tutorial we will learn how to move a stepper motor, change the speed with the potentiometer and change the direction using a button. Watch the Video! Step 1: What You Will Need Arduino UNO (Or any other Arduino) Stepper motor 28byj-48 & stepper motor driver board Button 1k ohm resistor Potentiometer module …

Control the LCD ST7735 Backlight Brightness Using PWM With Arduino

 In this tutorial we are going to change the ST7735 SPI LCD Backlight brightness using a potentiometer & Arduino. Watch the video! Step 1: What You Will Need Arduino UNO (Or any other Arduino) LCD Display TFT 7735 Potentiometer module 68 ohm Resistor (LCD Backlight draws around 30mA) Jumper wires Breadboard Visuino program: Download Visuino …

Arduino Color Recognition Using TCS34725 Color Sensor and Neopixels

 In this tutorial we are going to recognize a color of the paper and display this color on the Neopixel strip (8 led) using a TCS34725 Color Sensor & Arduino. Watch the video! Step 1: What You Will Need Arduino UNO (or any other Arduino or ESP) WS2812 LED strip (8 led) or WS2812 …

Turn LCD on and Off With Push Button Using Arduino

 In this tutorial we are going to Turn ON or OFF the I2C LCD using a button & Arduino. Watch the Video! Step 1: What You Will Need Arduino UNO (or any other Arduino or ESP) LCD I2C 1K ohm resistors LED Button Jumper wires Breadboard Visuino program: Download Visuino Step 2: Brought by PCBWay …

Controlling Servo Motor With IR Remote Using Arduino

 In this tutorial we are going to learn how to control a Servo motor using IR remote and Arduino Watch the Video! Step 1: What You Will Need IR Remote Sender IR Receiver module Servo Motor Arduino UNO (or any other Arduino or ESP) Jumper wires Visuino program: Download Visuino Step 2: Brought by PCBWay …

I2C Scanner – How to Find I2C Addresses on Arduino

 In this tutorial we are going to make an I2C Scanner that will display an I2C Adress of the connected sensor or a module. This is very useful in cases where we do not know what is the I2C Address of a certain sensor or module that we would like to use in our …

Get Servo Motor Positions From SD Card

 In this tutorial we are going to read servo motor positions from the SD card where we saved a text file with positions. Watch the Video! Step 1: What You Will Need Arduino UNO (Or any other Arduino) SD card module SD card to store a file Servo motor Jumper wires Breadboard Visuino program: Download …

How to Use DS18B20 Waterproof Temperature Sensor With Arduino

 In this simple tutorial we will learn how to use a DS18B20 Waterproof Temperature Sensor with Arduino. Watch the Video! Step 1: What You Will Need DS18B20 Waterproof Temperature Sensor OLED Display Arduino UNO (or any other Arduino) 4.7K ohm resistor Jumper wires Breadboard Visuino program: Download Visuino Step 2: Brought by PCBWay Thank you …

Clap Switch Using Sound Sensor & Arduino

 In this tutorial we are going to make a clap switch using a Sound Sensor & Arduino. Whenever you clap an LED will Turn On or Off. There is also a schematic below on how to use it with a relay and a light bulb. Watch the Video! Step 1: What You Will Need …

Weather Station | How to Use BME280 Temperature, Humidity and Pressure Sensor

 In this tutorial we are going to make a weather station project using BME280 Temperature, Humidity and Pressure sensor and ST7735 Display. Watch the Video! Step 1: What You Will Need Arduino UNO (Or any other Arduino) LCD Display TFT 7735 BME280 Sensor Jumper wires Breadboard Visuino program: Download Visuino Step 2: Brought by PCBWay …

How to Save Sensor Data Temp & Time to SD Card Using Arduino

 In this tutorial we are going to save Temperature and Humidity data from the Dht11 sensor to the SD card and we will also add a time and a date that we will get from the RTC module ds1307. Watch the Video! Step 1: What You Will Need Arduino UNO (or any other Arduino …

Arduino Pulse Generator Frequency Sweep

 In this tutorial we will learn how to make a Pulse Generator with a Frequency Sweep. Pulse generator will start with 1Hz and increase its frequency for 0.5Hz every second. Once it reaches 10Hz it wil stop increasing the frequency. You can set your own Starting frequency, End frequency, Frequency increment, and the increment interval. Step 1: What …

OLED Countdown Timer With Arduino

 In this tutorial we are going to build a simple Countdown timer using an OLED Display & Arduino. With pressing on a button the timer will start to count down and when it reaches zero an LED will turn ON. By pressing again on the button the timer will restart. Step 1: What You …

OLED Battery Level Indicator Using Arduino

 In this Tutorial we are going to make a Battery Level Indicator using OLED Display . This approach can be used to display anything that requires a level indication such as batteries, water level,etc. For the demonstration we are going to simulate the signal with a potentiometer connected to Analog pin to get us …

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 …

Serial Communication Between 2 Arduinos – Display Temperature

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

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 …