About Patrick Forringer

I'm the only author on this site… so why are you looking up stuff by author?

My Mecanum robotics platform for the Raspberry pi

Currently there is a web based control system for driving it around, and after adding some sensors I’ll probably build an API for driving it programmatically. Making it more like a robot and less of a remote controlled car.

Checkout the:

Mecanum drive code on github

3D Files, BOM, and instructions on thingiverse

Thanks to everyone that has helped so far, and the Fab Lab for tools and equipment.

Mecanum drive

Currently working on the control software for a mecanum drive system. I’ll be creating a little raspberry pi mobile platform to drive the pi around as well. All hopefully controlled via a web or joystick interface. Debating whether I want to go with a custom controller that communicates with the pi over xbees, or a local network web interface that sends data over web-sockets from virtual javascript multi touch joysticks. Both sound pretty appealing.

So far I’ve been experimenting with the i2C interface pwm board to control the continuous rotation servos driving the mecanum wheels. My ( currently in progress code ) can be found on my github, Adafruit-PWM-Servo-Driver-helpers.