Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shinjan-saha/setup-stepper-and-servo-motor-with-arduino
Setting up Servo & Stepper with Arduino
https://github.com/shinjan-saha/setup-stepper-and-servo-motor-with-arduino
Last synced: about 2 months ago
JSON representation
Setting up Servo & Stepper with Arduino
- Host: GitHub
- URL: https://github.com/shinjan-saha/setup-stepper-and-servo-motor-with-arduino
- Owner: Shinjan-saha
- Created: 2024-03-29T12:52:12.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-08T15:35:32.000Z (9 months ago)
- Last Synced: 2024-04-09T19:29:05.894Z (9 months ago)
- Language: C++
- Homepage:
- Size: 7.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup Stepper Motor with Arduino
### Here by Using Arduino-UNO, ULN2003 Driver motor & Stepper Motor we can do simple functions with motor like rotate it in one direction & rotate in 2 direction with half cycle.
## Working Circuit :
## Wire Connection :
- IN1-9
- IN2-10
- IN3-11
- IN4-12
- Blue wire of stepper Motor in A & rest as follows
## Components Required :
- Arduino-UNO
- ULN2003 Driver motor
- Stepper Motor
- Jumper Wire (Male-Female)
- USB Cabel
# Setup Servo Motor with Arduino
### Here by Using Arduino-UNO,Servo Motor & Potentiometer we can do simple functions with motor like rotate it from 0 to 27 to & fro with our desired speed as we set from potentiometer .
## Working Circuit :
## Wire Connection :
- Servo_motor_Orange_color_wire-9
- Servo_motor_Brown_color_wire-GND
- Servo_motor_Red_color_wire-VCC
- Potentiometer_Middle_Pin-A0
- Potentiometer_Left_Pin-VCC
- Potentiometer_Right_Pin-GND
## Components Required :
- Arduino-UNO
- Servo Motor
- Potentiometer
- Jumper Wire (Male-Female & Male-Male)
- USB Cabel