Questions tagged [arduino-motor-shield]
An extension board for Arduino which provides functionality for controlling DC/stepper motors and other inductive loads (such as relays and solenoids).
188 questions
1
vote
1
answer
135
views
Problem adding IR receiver to smart car
I’m making a smart car using an arduino uno, sensor shield v5, motor control with a L298N and a servo motor + HC-SR04 ultrasound sensor. I want to add a IR receiver on the board so I can also control ...
1
vote
2
answers
161
views
6 V high-torque servo won't function with motor shield
I have only ever been able to get this servo to “somewhat” work when connected to the 5 V pin on the shield, the ground on the shield, and the signal line attached to whatever pin.
But 5 V is not ...
1
vote
0
answers
88
views
Motor Shield Enable and Input Pins
Hello,
I am new to the Arduino UNO board and am trying to make a dc motor run using the MATLAB software. The motor is connected to the motor shield board in a similar way shown in the picture below (...
1
vote
1
answer
169
views
AfMotor Shield Library does not work with template programming
I am able to move motors using AfMotor Shield Library. ( https://github.com/adafruit/Adafruit-Motor-Shield-library )
Like :
AF_DCMotor insertionMotor(1);
AF_DCMotor pumpMotor(2);
void setup()
{
...
0
votes
1
answer
592
views
Adding L293D motor shield to Breadboard
Anyone knows how to attach the l293D motor driver shield on a breadboard?
I need to put the shield on top of a breadboard and then use an Atmega328P as the main way of controlling it.
Than you :)
1
vote
2
answers
4k
views
motor driver only works on one side:
I have 3 motor drivers and all 3 other them only seem to only work on one of the 2 sides. I have used a voltmeter to check the voltages across the each of the 2 sections on each motor driver. For all ...
1
vote
1
answer
188
views
How to use this specific arduino shield
I am trying to understand how to wire this Arduino Uno shield properly.
My goal/main questions: I have 6 servo motors and I am trying to wire them properly to this shield. Do I need an external ...
1
vote
1
answer
162
views
MC33926 Brushed Motor Driver (Shield/Carrier)
How can I use a MC33926 Motor Driver like it is offered for Arduino to drive forwards, backwards with a PWM and a direction control.
The problem is that the MC33926 has Inputs IN1 and IN2 and not PWM ...
1
vote
0
answers
114
views
Serial communication problems
When I run this script serial communication just stops after a random period of time. There is no error it just stops outputting data and does not respond to inputs in IDE. Does anyone know a fix for ...
1
vote
1
answer
36
views
how do i make stepper stop if both sensors are LOW ? im using a adafruit l293d motor shield
I've tried this code below but it doesn't stop it just rapidly switch direction that it looks like it's trembling I think because it always reads the void startF/R thats why it's trembling .
I need ...
1
vote
1
answer
108
views
I need help with my final year project
I am building a project using bluetooth control as well as an ir sensor. The logic behind my program is when I press a key I want my robot to execute a series of program and while the program is ...
1
vote
0
answers
87
views
Arduino motor shield not compatible with nodemcu
Hi to all first of All my english is not good I brought Arduino motor shield and n..d. E.p 8266 but the connect pin are not compatible how i will connect to node i want to make robo car
1
vote
0
answers
204
views
Motors not working with a motor Shield
Got a Duratech motor shield today, and I'm wondering why my motors do not run. Appreciate any help. The code I am using is the Adafruit sample code, Motorparty. The servos work however the motors do ...
1
vote
0
answers
91
views
My car only moves when it is plugged directly into both my pc and battery pack?
i built a car that works with four motors,one motor driver(specifically the l293d),the arduino and the battery pack with four AA-Batteries. The motors work fine though, but they only work when it is ...
1
vote
0
answers
197
views
Stepper Motor Inconsistent Jittering
I am trying to run a stepper motor using an Arduino stepper motor shield like the Adafruit V1 motor shield. In my code I am just trying to get the motor to rotate forwards and backwards. When I first ...