Git Product home page Git Product logo

me-high-power-motorboard-firmware's People

Contributors

gunhaxxor avatar nielsswinkels avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

me-high-power-motorboard-firmware's Issues

Firmware not uploading

Hi guys, thanks for sharing this, the noise is exactly the problem we are trying to solve with our robot.

I'm trying to upload your firmware to the encoder board using and FDTI board. I connected 5c gnd tx and rx as suggested and selected Arduino Uno as board in the Arduino software.

However it's returning an error during the upload phase:

avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00

Can you please advice which board you select from the arduino IDE?
thanks

setting speed

Hello,
I successfully uploaded your firmware to the encoder board.
I'm trying to set speed from a Me Auriga board.

We are using the MeEncoderNew library from Makeblock to do so...

//Setting up motors
MeEncoderNew motor1(0x09, SLOT1);
MeEncoderNew motor2(0x09, SLOT2); 

// initialise motors in Setup
motor1.begin();
motor2.begin();

// set mode
motor1.setMode(1);  //0:I2C_MODE;1:PWM_MODE;2:PWM_I2C_PWM;
motor2.setMode(1);

//set speed
motor1.runSpeed(11, 0);
motor2.runSpeed(11, 0);

We can control the motors correctly but the range is very small. With the previous firmware we could control speed setting a value from -255 to 255.
With the current firmware with value 10 the motors move for one second and than stop and with value 11 they go extremely fast.

I was wondering if you could share the code you use to set speed from the external board.
thanks!

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.