Difference between revisions of "B.R.U.T.U.S. BOT"

From Makers Local 256
Jump to: navigation, search
(Initial post.)
 
m (Progress Log: Installed Raspbian, WiFi drivers, AVRDude, and setup SSH.)
Line 58: Line 58:
  
 
==Progress Log==
 
==Progress Log==
TBA
+
====21:33, 27 August 2012 (CDT):====
 +
I have installed the [http://www.raspbian.org/ Raspbian] linux distro onto the Raspberry Pi, and setup my USB WiFi module and SSH. AVRDude has also been installed to allow for Arduino programming directly from the Raspberry Pi.
  
 
==Design Files==
 
==Design Files==

Revision as of 21:33, 27 August 2012

Creator:
tylercrumpton
Status:
Collecting parts
Born On:
21:27, 27 August 2012 (CDT)
Last Updated:
21:33, 27 August 2012 (CDT)

Overview

B.R.U.T.U.S. stands for "Bob-Rousing Underfoot Tactical Utility Surveyor", and is a teleoperated robotic platform that is capable of exploring and investigating a home, as well as being able to provide food and water to the cat when we are away. BRUTUS will also serve as an experiment to determine whether our cat can be trained to enjoy the company of a mechanical creature, using treats and cat toys as positive incentives.

Ideas

The features I would like to include in this project are:

  • Internet-capable control over WiFi
  • Manipulator arm to interact with objects in the environment
  • One or more webcams to allow teleoperational control of the robot
  • Easy-to-use charging station, so you can park and charge the robot when the batteries run low
  • Battery-level monitoring, for the above reason
  • Flashlight for dark situations
  • Speaker to talk to anyone who may interact with the robot
  • Food/water/treat dispenser for Bob the Cat
  • Laser-pointer on manipulator arm to play with Bob the Cat

Platform

The robot platform/chassis will most likely be laser-cut from plywood, as it is cheap and light-weight compared to acrylic sheet. No concrete design has been created at this point.

Arm

A version of jjshortcut's laser-cut robot arm will be used to create the manipulator arm. A different gripper will probably be used, or the current gripper will be modified to allow easier grasping of oddly-shaped objects.

Electronics

CPU Host: Raspberry Pi

  • The Raspberry Pi will be used to run the web-server that handles robot control and audio/video transmission. It will also be able to update the Arduino's program, if needed.
  • Cost: $45 (purchased)

Camera

  • A cheap USB webcam will serve as the robot's vision system, initially. More cameras can be easily added if needed/wanted.
  • Cost: $6.75 (purchased)

Microcontroller: Arduino Uno

  • The Arduino will be in charge of handling motor control, arm movements, food dispensing mechanisms, flashlight/laser control, and battery monitoring. The GPIO on the Raspberry Pi can be used for many of these features, but as I do not have a logic-level shifter on hand (but do have an Uno), this works out to be the simpler, cheaper solution.
  • Cost: $15 (purchased)

Motor Driver: L293 Compact Motor Driver

  • This is the same motor controller that will be used in the C.A.E.S.A.R. BOT. It's cheap, easy-to-use, and so handy.
  • Cost: $4.29 (purchased)

Servos

  • I have four MG995 55g servos that I will be using for the joints in the robot arm. A tiny 9g servo or two will be used to rotate the wrist and close the gripper.
  • Cost: $15.50 total for the four MG995's (purchased)
  • Cost: $4.97 total for two 9g servos (purchased)

Drive Motors

Battery

  • I have yet to decide on a battery source, but I will probably go with a cheap LiPo or NiMH rechargeable RC battery. I'm leaning towards NiMH for charging reasons, but I'll make that decision later. Some considerations: with the arm, Raspberry Pi, WiFi adapter, Arduino, camera, servos, motors, etc. the system may draw up to 2-3A of continuous current.

Progress Log

21:33, 27 August 2012 (CDT):

I have installed the Raspbian linux distro onto the Raspberry Pi, and setup my USB WiFi module and SSH. AVRDude has also been installed to allow for Arduino programming directly from the Raspberry Pi.

Design Files

TBA