Code Monkey home page Code Monkey logo

roboticarm's Introduction

Robotic Arm

Written by W. H. Bell [ http://www.whbell.net/ ]

This package contains some basic examples of how to drive the Maplin (OWI) robotic arm.

Overview

The Maplin (OWI) robotic arm comes as a kit that includes a USB controller. The robotic arm can be directly connected to a Raspberry Pi, where the electrical power for the five motors and the LED is provided by batteries in the base. To connect to the robotic arm, the robotic arm should be turned on using the power switch on top of the unit and the USB should be connected. If the motors are driven for too long, the gears will start to crunch. If this happens, turn the robotic arm power off immediately and then correct the program.

Programs

simpleArm

To run the program type

sudo ./python/simpleArm.py

By default this will just turn on the LED for one second. There are a set of commands that are commented out. Try uncommenting the commands, but becareful not to run the motors for too long! If they run for too long, the arm will overstretch and the gears will start to crunch. If this happens, turn the robotic arm power supply off immediately.

keyboardControl

To run the program type

sudo ./python/keyboardControl.py

This will open a ncurses based text menu. It is possible to run two or more motors at once by pressing the keys associated with the commands. If the motors are driven too far the gears will start to crunch. Therefore, be prepared to stop the arm quickly.

Software dependencies

To install the software dependencies for the robotic arm type:

sudo -s
apt-get install -y python-setuptools python-dev
easy_install pip
pip install pyusb
exit

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.