Projects

Tag Projects for: 'motor'
How to Control Stepper Motor With Joystick Using Arduino

 In this simple tutorial we will learn how to control a 4-wire stepper motor with a joystick using Arduino. Watch the Video! Also check out this amazing tutorial: Arduino Nano and Visuino: Control 2 Stepper Motors With Joystick Step 1: What You Will Need Arduino UNO (or any other board) Stepper motor 28byj-48 & stepper …

Control Two Stepper Motors Using Rotary Encoder Sensor & Arduino

 In this simple tutorial we will learn how to control 2 stepper motors using a rotary encoder sensor & Arduino. Watch the Video! Step 1: What You Will Need Arduino UNO (or any other board) 2X Stepper motor 28byj-48 & stepper motor driver board Rotary Encoder Sensor Jumper wires Breadboard Visuino program: Download Visuino Step …

Get Stepper Motor Positions From SD Card

 In this tutorial we are going to read stepper motor positions from the SD card where we saved a text file with the amount of steps. You can set both directions steps. Watch the Video! Step 1: What You Will Need Arduino UNO (Or any other Arduino) SD card module SD card to store …

Move a Stepper Motor NEMA 17 to an Exact Position With a Button

 In this tutorial we will learn how to move a stepper motor NEMA 17 for a certain amount of steps, and then with a push of a button repeat it again. Watch the Video! Step 1: What You Will Need Arduino UNO (Or any other Arduino) Stepper motor NEMA 17 A4988 Stepper Motor Driver …

Arduino Stepper Motor 28byj-48 Set Steps & Direction Using a Keypad

 In this tutorial we will learn how to control a stepper motor, by setting steps and direction using a Keypad and Arduino. Watch the Video! Also checkout this tutorial: Arduino Nano Matrix Keypad With Visuino Step 1: What You Will Need Arduino MEGA Stepper motor 28byj-48 & stepper motor driver board Keypad Jumper wires Visuino …

How to Control Linear Actuator Using a Capacitive Touch Button and Arduino

 In this Project we will learn how easy it is to control a Linear Actuator with Arduino using a Capacitive touch button and Visuino. Watch the Video! Step 1: What You Will Need Arduino UNO (Or any other Arduino) Linear Actuator LN298N DC Motor Driver Capacitive Touch button Jumper wires Power Supply Visuino program: Download …

Control NEMA 17 Stepper Motor With A4988 Driver and Arduino

 In this tutorial we will use stepper driver A4988, NEMA17 stepper motor, Arduino Uno and Visuino to run a stepper motor for a certain amount of steps. Watch the video! Step 1: What You Will Need Arduino UNO (Or any other Arduino) Stepper motor NEMA 17 A4988 Stepper Motor Driver or (DRV8825) Optional DRV8825/A4988 …

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 …

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 …

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 …

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 …

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 …

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

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

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 …

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 …

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 …

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 …

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 …