Code Monkey home page Code Monkey logo

dual-vnh5019-motor-shield's People

Contributors

davidegrayson avatar kevin-pololu avatar photodude avatar ryantm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dual-vnh5019-motor-shield's Issues

About current measuring in the demo

Hello,

I've purchased a VNH5019 motor driver shield and 2 pololu motors (37Dx68L). When trying to read currents at a higher frequency (e.g. replacing the lines (i%200 == 100) for (i%2 == 1)), I get this (where horizontal axis is the index of each measure, and vertical axis is current in mA).

image

Since the desired speed is an increasing and then decreasing ramp, I would have expected smoother results. I guess I could just use a low-pass filter to reduce noise, but I would like to know if this is a problem in the library that could be solved easily. Thanks in advance!

Pololu VNH5019 Motor driver shield library does not work!!!

Hello Kevin,

I purchased two Pololu Motors plus driver shield months ago and have had nothing but problems with this code you offer here. It does not work. The Arduino IDE cannot compile it the way it is compiled. I have looked for help to correct this issue for months to no avail.

There is something either corrupt in a single file or the naming conventions with the - () that were put in file names, but even if renamed, Arduino IDE cannot recognize nor upload this or any other Pololu VNH 5019 Motor driver/shield coding. The IDE will either give 'fatal error'..."no such file in directory"
or this one:
"
Arduino: 1.6.8 (Windows 8), Board: "Arduino/Genuino Uno"
C:\Program Files (x86)\Arduino\arduino-builder -dump-prefs -logger=machine -hardware "C:\Program Files (x86)\Arduino\hardware" -tools "C:\Program Files (x86)\Arduino\tools-builder" -tools "C:\Program Files (x86)\Arduino\hardware\tools\avr" -built-in-libraries "C:\Program Files (x86)\Arduino\libraries" -libraries "C:\Program Files (x86)\Arduino\libraries\libraries" -fqbn=arduino:avr:uno -ide-version=10608 -build-path "C:\Users\Trent\AppData\Local\Temp\build4db7ceb00b426b60b38c895eb1d4e961.tmp" -warnings=all -prefs=build.warn_data_percentage=75 -verbose "C:\Program Files (x86)\Arduino\libraries\DualVNH5019MotorShield\DualVNH5019MotorShield\DualVNH5019MotorShield\examples\Demo\Demo.ino"
open C:\Program Files (x86)\Arduino\libraries\libraries: The system cannot find the file specified.

Error compiling for board Arduino/Genuino Uno.
"
I have tried everything from uninstalling/re-installing, naming convention correction you name it and the library cannot locate nor process these files.
Could you please look into this at your earliest convenience, test and post a proper code that actually works? I have been finished my project build for several weeks and have been totally held up by this infuriating issue.

Greatly appreciated.

M1 Fault

Every time I try to run the demo I'm getting the same "M1 Fault", and its getting quite annoying. I'm using an Elegoo Uno R3 (same thing as Arduino Uno R3) at the moment and using a jumper to power the shield and the Arduino through USB. I'm not sure exactly what is causing this. If it is my soldering there may be a problem, but I don't think that's what it is. Any help would be greatly appreciated!
win_20181202_16_33_01_pro

Issue attaching Servos

I'm using this motor controller to power a basic tank robot, and I'm now trying to add a servo to it to give it some more functionality. When I added the Servo to my code the Motor Controller refused to work correctly, not outputting any current or changing the colors of the indicator LEDs. I traced the issue to the servo.attack(pin); command. I attached the servo to pins that were listed as unused on the pololu site and this issue still occurred. Is there a fix for this? Thanks.

-JM

trying to get four motors to run together

I have 4 12VDC motors connected to two dual VNH5019 motor drivers. but one M1A and M1B isnt powering the motor. If its not plugged in then the Led indicators lightly glow and nothing glows at all if I plug it into the motor. I tried the motors with other connection and it works fine. Could it be a connection issue?

Trouble compiling

New to programing, tried running on Arduino Uno, removed it repeatedly with no access. Followed instructions and still get this message:

Arduino: 1.6.4 (Windows 7), Board: "Arduino Uno"
C:\Program Files\Arduino\hardware\tools\avr/bin/avr-g++ -c -g -Os -Wall -Wextra -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10604 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR -IC:\Program Files\Arduino\hardware\arduino\avr\cores\arduino -IC:\Program Files\Arduino\hardware\arduino\avr\variants\standard C:\Users\RJEA261.STA\AppData\Local\Temp\build2119754585980147342.tmp\sketch_.cpp -o C:\Users\RJEA261.STA\AppData\Local\Temp\build2119754585980147342.tmp\sketch_.cpp.o
sketch_.ino:1:36: fatal error: DualVNH5019MotorShield.h: No such file or directory
compilation terminated.
Error compiling.

Using servos with two dual-vnh5019-motor-shields causes one motor to fail

Recently ran into an issue where Using a servo on a Mega 2560 with two dual-vnh5019-motor-shields to drive 4 motors causes one motor to fail.

All 4 motors work fine until servo.write is in the loop then one of the motors will not turn on.

Seems something in the dual-vnh5019-motor-shield library and the servo.h library conflict

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.