/Bearclaw

Bearclaw is a small robotics project.

Primary LanguageProcessing

Bearclaw

A robotics project aimed at creating an easy to assemble and modify wheeled off road platform. The platform will be easily expanded and will support multiple sensor types once complete.

Description

Bearclaw is a small robot being developed from widely available electronics. The project is still in its early developmental stages. Some of the componenets being used or considered for use include:

  1. Raspberry Pi (the brains)
  2. Raspberry Pi Camera Module (the eyes)
  3. Arduino (Various Boards)
  4. Wild Thumper Chassis and Microcontroller
  5. TRex Microcontroller

The bulk of the programming is being done in Python and run from the Raspberry Pi. Associated Arduino based micocontrollers are accessed via serial with their programming done in Arduino or avr-c.

Dependencies

The main python library used by the Raspberry Pi relies on the PySerial module to communicate with additional microcontrollers.

Development

As of March 11, 2014 Bearclaw is actively being developed on. The project is still in its early stages. While the code contained herein is functional it is still very much under development.