Code Monkey home page Code Monkey logo

hub-ee-arduino's Introduction

hub-ee-arduino

Sketch to drive a robot with HUBee Wheels and Arduino.

Install

You need to download the library from this page: and install it in the Arduino IDE.

Driving

To drive send these commands on the Ardunino serial port, followed by CR to confirm:

  eme:0 --> emergency stop

  dir:1 --> set direction, 1 forward, 0 backward
  
  dis:100 --> set distance, motor will go in the setup direction for 100 steps
  
  vel:0 --> set speed, 0 to stop, 255 for max speed
  
  rot:90 --> rotate clockwise 90 steps, with -90 rotate counterclockwise 90 steps

The robot sends back on the serial the status with a json string like this:

{"sx":{"speed":100,"counter":23,"direction":1},"dx":{"speed":100,"counter":23,"direction":1},"distanceleft":103.4}

When distanceleft equals 0, the robot has runned for the requested steps with dis command.

You can concatenate many commands in one line, examples:

  • make 100 steps forward, max speed
  dir:1,dis:100,vel:255
  • rotate by 90 steps on the right at speed 100
  rot:90;vel:100

Note: every time the robot is approaching the distanceleft 0 value, it sets automatically the speed to 50 to slow down (only if the speed is more than 50).

Hardware

The hardware needed to start:

hub-ee-arduino's People

Contributors

cashbit avatar

Stargazers

Donnie Plumly avatar

Watchers

 avatar James Cloos avatar

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.