An extension board for Arduino which provides functionality for controlling DC/stepper motors and other inductive loads (such as relays and solenoids).
0
votes
0answers
17 views
Using L293 as step-down convertor
If my power source provides 12V, and my motors are rated for 3V-6V, will it be OK to use the L293 motor shield and just provide the PWM pin of the motor shield with 25%?
Is it a feasible option?
...
0
votes
0answers
17 views
Controlling brushless gimbal motor
I'm using a standard board for control this type of motor (SimpleBGC), this board uses an atmeg328p e some brushless drivers. I'm writing a simple code for turn left/right with some velocity, but i'm ...
0
votes
2answers
25 views
Motor controller for 24v motor, Arduino Uno
I need a motor controller for a 24v motor and I want to control it using än Arduino Uno. Suggestions?
The motor needs to run both directions and is going to draw about 5A
1
vote
0answers
33 views
Making my own motor shield [closed]
My motor shield is not working while feeding codes to rotate motors. Now making my own motor shield. May anyone help me how to make one???
1
vote
0answers
35 views
Only 1 DC motor spinning with motor driver l298N and arduino UNO? [closed]
So, I am making an RC Car and the problem is, that when the two motors i have should go forward, only one does, and when I turn off one motor, the other one works normally... I am powering the motor ...
1
vote
1answer
34 views
Troubleshooting duplicate libaries (Arduino motor shield and stepper motor)
I have tried a software. It work flawless on the first laptop in a fresh install arduino IDE environment with the libraries I imported.
However when I copy the exact same program over. I get lot of ...
1
vote
0answers
54 views
Problem with my Arduino project
I am making a smart bin which automatically sense (with the help of IR sensor ) and dispose the trash by moving with help of DC geared motor 12V 60 RPM and it also detects for obstacles with the help ...
1
vote
1answer
25 views
2WD robot - logic error
I am making a basic 2WD robot using Arduino Uno with motor shield.
I am getting no compile errors - but something in my logic flow is not working as expected.
Expected Operation:
Ping sensor does ...
0
votes
1answer
111 views
How to make servo rotate for angle bigger than 180°
Connected servo motor (180°) to Arduino Uno R3.
Currently I am using a servo motor which have rotation angle specified as 180°, but I have a requirement to rotate to certain angles greater that 180°.
...
1
vote
0answers
25 views
Debugging arduino shield for varying voltage
I'm using this motor shield for arduino from adafruit. It says it can drive 4 DC motors with it. However, two terminals M3 & M4 (as marked in the image) seem to be supplying lesser voltage.
To ...
0
votes
1answer
93 views
Arduino water pump not working and beeping
I’m new to Arduino and am trying to build a plant watering system without much knowledge on the subject. But my water pump is not working as I expected it to.
I wanted to keep it simple so I bought ...
0
votes
1answer
42 views
Motor shield with 2 gear motors and one Infrared receiver
I think I have a problem with the power supply in the following circuit. I have an Arduino Uno, a motor shield (original Arduino) and a 5V Infrared receiver.
I want the robot to move forward if I ...
0
votes
1answer
71 views
How to program pressure sensor and motor with motor shield
I was working on controlling a high power motor with a heavy duty motor controller, and I was able to make my motor spin, but I wasn't able to incorporate a program for my pressure sensor and make it ...
0
votes
1answer
19 views
What variables to declare for controlling a motor with high power motor controller
I was getting started with programming a motor controller with the Arduino Uno, in this case it's a mega motor shield (the motor driver shield I'm using).
The problem I have doing this is that I'm ...
0
votes
1answer
69 views
Stepper motor doesn't start immediately when i pressed the button
When I release my hand from the button on pin 2, the stepper motor takes at least few seconds to stop, but I want it stop immediately. here's my codes:
#include <Stepper.h>
const int ...
1
vote
1answer
43 views
Shield board with holes, do I need to solder?
I have a motor shield.
I can put it on top of my arduino Mega and works perfect.
However, since the shield plugs in on top of the arduino board, I don't have access to 5V and GND from Arduino Mega.
...
0
votes
0answers
58 views
Motor shield causing problems with interrupts?
I am making a controller for a model railway turntable and I need to control a single DC motor and read a hall effect sensor. I have the hall effect sensor connected to pin 2 on my Uno (since 2/3 are ...
1
vote
1answer
61 views
Calibrate motors using arduino
I'm trying to create a car that's being controlled by an Arduino.
I'm using the following chasis:
...
1
vote
2answers
233 views
Can an L293D motor driver shield do microstepping?
I bought a L293D motor driver shield and have used it with a pre-made sketch for driving a pair of stepper motors, but I'm not familiar with its capabilities.
The sketch I've used so far doesn't use ...
1
vote
0answers
14 views
Motor shield only holds one stepper in place at a time
I bought this motor shield and have it wired up to two stepper motors and one servo, used for a polar drawbot like this one.
I've used EasyDriver boards before to control steppers, and when a motor ...
0
votes
1answer
48 views
Speeding up Arduino DC Motors
I am using the Adafruit Motor Shield v2.3 for Arduino Uno. I am using the analogWrite() command to power my DC motor and have set the speed to 255. Is there any way to speed up the Arduino motor even ...
1
vote
3answers
251 views
Why is my Adafruit motor shield not spinning my motors?
I'm using the Adafruit Motor Shield v2.3. I'm powering the Arduino with a USB cable and I'm powering the motor shield with a 9 volt battery.
I removed the vin pin, and I'm using this tutorial/code to ...
0
votes
1answer
131 views
DCMotorTest from the Adafruit site – got fatal error exit status 1
New to Arduino, I plugged in DCMotorTest from the Adafruit site and got this error message: a fatal error exit status 1
/*
This is a test sketch for the Adafruit assembled Motor Shield for Arduino ...
0
votes
0answers
73 views
How to add .h file to ino
I'm using the arduino along with a Raspberry pi. For this, I'm using ino to compile sketches through the command line. I now want to use the adafruit motor shield along with my arduino. This requires ...
1
vote
0answers
45 views
Best 2a stepper motor driver for Arduino Uno
What is the simplest (from a user/install standpoint) 2a stepper motor driver for an Arduino Uno?
I would like something simple and easy to stack like the Adafruit Motor/Stepper/Servo Shield for ...
3
votes
1answer
213 views
Need help converting a processing sketch for a robot arm with servo shield
I'm currently building a robotic arm. I'm using an Adafruit servo shield, 7 servos, Arduino uno, and a 5V 10A power supply.
I found a program that controls the arm with mouse movement using a ...
0
votes
0answers
51 views
Arduino motor shield vs Adafruit motor shield
What's the different between arduino motor shield and adafruit motor shield?
Can I use adafruit library on arduino motor shield?
1
vote
2answers
113 views
Move robot through the waypoints
My arduino robot has two dc motors as two wheels and have mounted an IR led on it. I get current position of the robot as (x,y) coordinates in the arena using camera which is mounted at the top of the ...
1
vote
2answers
274 views
Student Project Inquiry(Building a Self Balancing robot)
I am currently building a self balancing robot using an L298N motors driver,and MPU6050 using an arduino microcontroller.
I managed to control my motors movements with no issues. After I extracted ...
1
vote
1answer
49 views
Arduino Program uses less RAM then expected and doesn't run
I am trying to make a program for my Arduino that will run 4 motors with random actions (forward,backward,left,right) and execution is determined by a random number generator. When I compile there is ...
0
votes
1answer
109 views
adding a dead band to my motor and gearbox
I have a motor and gearbox that has limits and a pot built in.
I have some code what drives the motor one way to when it hits its limits takes a value and drives the other way and takes a value, then ...
0
votes
1answer
65 views
Arduino Motor Shield
It seems that I can't get the DC Motor function to work while also having servos driven off the other ports :(
#include "Arduino.h"
#include <Servo.h>
int pinI1=8;//define I1 interface
int ...
0
votes
2answers
74 views
Arduino car on bluetooth remote appears to crash when motors started
I built a Arduino robot car which accepts instructions via bluetooth. The instructions are pretty simple, they tell the car to stop, go forward, reverse, turn left or turn right.
When I have the car ...
0
votes
0answers
265 views
Monster moto shield + Arduino +Pololu 12V, 29:1 Gear Motor Encoder hardware problem
Overflow enthusiasts!
I am trying to build a balancing robot with two wheels, using the polulu gear motor as mentioned above. In order to have a strong motor driver,the monster moto shield is used in ...
2
votes
2answers
67 views
Newbie need help to make a motor run for a laser scanner and some questions
I am trying to make a laser scanner consisting of a webcam and a line laser scanner. I have tried to use a manual scanning (by hand) and has worked, but would now like to consider automating the laser ...
1
vote
1answer
36 views
Two motors in one set of pins/plugs
I have been putting together a small robot using an Arduino Motor Shield R3. The shield has two sockets for motors, however the wheel carriage I bought has four motors. I tried putting both right side ...
0
votes
1answer
168 views
Triggering the push button on the analog input of the L293D motorshield
I'm trying to drive a 12v dc motor using three push buttons, one to turn clockwise, the other counter-clockwise and the other to stop the motor completely.
However the code below is not working, ...
1
vote
1answer
92 views
0
votes
2answers
163 views
Pro Mini 5v with Adafruit motor shield v1 power sharing problems
I am trying to convert a RC car into autonomous car using Arduino Pro Mini 5v 16 Mhz. I have done this with UNO and Adafruit motor shield 1.0 with 4 gear motors and one micro servo for mounting range ...
0
votes
1answer
94 views
Powering a 6-12V motor using a lead acid 6V battery with 6Amps of current?
Hi I'm using a adafruit motor shield v2 and I need to power a DC motor 6-12V but I'm not sure if my battery will be okay for the shield. Will it burn the shield? I'm going to be using 6V so it should ...
0
votes
1answer
101 views
How to communicate with arduino uno when arduino motor shield connected to arduino uno?
I'm using this Dual Motor Shield
when I plug Arduino Dual Motor Shield into Aruino uno can't seen any way to communicate with Adruino uno.how can I communicate with uno ?
0
votes
2answers
404 views
What is the difference between a motor driver and a motor shield?
what is the difference between a motor driver(like L293D) and a motor shield?
what are the advantage?disadvantages of both?
And which one do you suggest ?
1
vote
3answers
3k views
Do I need the Motor Shield to drive servo motors?
I was perusing Arduino's list of official shields and noticed the Motor Shield that can be used to drive up to 2 servo motors.
Being brand new to Arduino/robotics, I am wondering: do I really need ...
1
vote
0answers
31 views
Coding for seeed arduino motor shield
I acquired a seeed studio arduino motor shield V.2 and wanted to start using it problem is that there is like no good example code. The library for the shield on the seeed website has one example and ...
0
votes
1answer
26 views
Questions Concerning Arduino Compatible Boards
I've seen an Arduino-compatible board called Bluno from DFRobot. I'm curious if a shield, specifically the DFRobot motor shield can be connected to the Bluno.
Can anyone confirm if it can be ...
0
votes
1answer
190 views
Alternative Way to Power Components on an Arduino
I have very limited knowledge regarding electronics. Please help me cure my ignorance on the subject of robotics.
I want to power the Arduino Uno R3, US-015 ultrasonic sensor, and the L298N motor ...
1
vote
1answer
982 views
Arduino Motor Shield and Adafruit CC3000 WiFi Shield Compatibility
My question is similar to this one: Motor shield and wireless transceiver compete for same pins
But not exactly the same!
I would like to know if the solution is as practical, though.
I have an ...
0
votes
1answer
194 views
Connect 5V DC Fan to Ardumoto
I wish to connect 2 simple 5V DC Brushless Fan (80x80x15mm, https://www.sparkfun.com/products/9649) to Ardumoto (https://www.sparkfun.com/products/9815).
Therefore, how to I turn on/off the fan as I ...
0
votes
1answer
284 views
Which battery should I use to power arduino+motor shield + two 200 RPM (3.6V/1.5A)motors
I am using two motors ( from old two drill machines - same kind, these are 3.6v motors ), connected to arduino + arduino motor shield seeed studio v2.
When I measured the both motors (indvidually) ...
1
vote
1answer
184 views
MIT handy board like shield for arduino
I'm working with the robotics lab at the university to try and find a replacement for the obsolete Handy Board.
We're considering purchasing arduinos because of their ease of use but we can't seem to ...