Close

Project Update

A project log for Stubby the (Teaching) Hexapod

100% open source robot platform with accessability and affordability in mind: teaching children of all ages about robots & programming

the-big-oneThe Big One 10/15/2014 at 17:540 Comments

So it has been a little while since my last log. I assure you that I am still alive and kicking. Things have been a bit slow, due to the culmination of many parts of the project, but at this point everything seems to be working, and I have just merged my changes from the development branch to master.

A summary of what we have accomplished in the past week:

  1. Re-cut the top layer of the frame to accommodate the rev2 PCB and Adafruit magnetometer (see photos below)
  2. Mounted the distance sensor to the frame (unfortunately the distance sensor mounting piece pushes us over the arbitrary limit of fitting everything on a 8.5x11" sheet of MDF)
  3. Moved all of the most commonly customized values (what revision of the board are we using? is there a magnetometer? is there a distance sensor? what is the mounting angle of the magnetometer? is there a customized CPU clock speed?) to a file hardware.mk which is included from the main Makefile. This allows for easy customizations without having to modify a large number of header files; future git updates of the source code can then easily proceed without conflicts.
  4. Added functionality to Processing API to support reading heading and distance
  5. Updated the rev2.1 board design to address issues found in the rev2.0 board

Some pictures of the latest Stubby instance... higher quality photos will be forthcoming, but this should suffice for now.

Cheers

Discussions