PlayStation 2 Controller Arduino Library v1.0

Posted in Arduino Libraries by Bill
5 Jun 2010

Want to interface a PlayStation 2 Controller with an Arduino Microcontroller? You have come to the right place. Below you will find a link to download an easy to use library that takes care of all the interfacing for you, so you can start using the controller right away for your project. Don’t forget to link your cool projects in the comments, I’d love to see what you do with the library.

587 Comments // Read more..

OLD PlayStation 2 Controller Arduino Library

Posted in Software Libraries, Tutorials by Bill
31 May 2010

Outdated. Go to new library HERE

A while ago, I spent countless days trying to interface an Arduino and a Play Station 2 controller. I wanted to build a controller for my SAGAR robot, and figured PS2 + Arduino would be perfect. However, no matter what I did, no existing library would work for me. I shelfed the project for a while, but recently found this forum post with some code by a member named Shutter. I tried out the code, and to my surprise, IT WORKED!!! Well, mostly anyway. It didn’t really have analog stick support, nor was it formatted into an easy to use library.

1 Comment // Read more..

The Trouble With Communications.

Posted in Tutorials by Bill
28 Apr 2010

A person has already come to me asking how to interface an Axon Microcontroller to LabView. Instead of a bland answer to the effect of “It’s nothing special”, I decided to write a quick write-up about communications between computer systems; and I will use the communication between my SAGAR robot and LabView operator panel as an example.

Read more..

SAGAR System Overview, Part 1

Posted in Projects, Tutorials by Bill
20 Apr 2010

My SAGAR project has gotten to a point where I would like to document the system design through a series of detailed posts.

First I’ll show the new interface, and talk about how it communicates with SAGAR.

4 Comments // Read more..

SAGAR Update!! Mission Mode with LabView Panel

Posted in Projects by Bill
13 Apr 2010

In a joint effort between my girlfriend and I, SAGAR now has a super fancy LabView based graphical user interface. The video below is a screen capture of the interface as SAGAR runs a mission taking it around a parking lot. All communications are in the form of NMEA sentences. The DIYdrones ground station gave us a few ideas of what we wanted to do.

2 Comments // Read more..

S.A.G.A.R. update – IT’S ALIVE!!!!

Posted in Projects by Bill
7 Apr 2010

Ok, so I’m a little overexcited. I just got back from watching SAGAR complete it’s first autonomous mission. I just finished coding the navigation functions and couldn’t wait till the next day to test. Attached is an image of the mission it ran.

I used a Ardupilot program to generate the mission file with waypoints, convert it to a hex file using gcc, and I manually flash that into the Axon’s EEPROM memory. When SAGAR comes online, I give it a command to scan the mission file in memory, then I command it to run the mission.

Read more..

S.A.G.A.R. Update, Compass Woes

Posted in Projects by Bill
6 Feb 2010

I have been asked by a few people how SAGAR is going, so I guess I need to do some updates more often. Anyway, SAGAR was shelved for a while. The last tests of the closed loop heading controller showed I had something messing with the compass readings. Further tests concluded that my batteries were biasing my compass.

Read more..

Irobot Create – Force Field Obstacle Avoidance

Posted in Projects by Bill
3 Feb 2010

While waiting for parts to come in for SAGAR, I decided I’d kill three birds with one stone. I wanted to adapt my Irobot command code to be compatible with Webbot’s Lib, I wanted to test Webbot’s new Project designer, and I wanted to try out a Force Field Obstacle Avoidance Algorithm. This is what I came up with.

It’s an Irobot Create, controlled by an Axon 2 running Webbot’s Lib, a Sharp IR and a standard servo. Theoretically, obstacles in front of the robot will ‘repel’ it while free space ‘attracts’ it. The closer and more directly in the way an obstacle is, the more it ‘repels’ it away.

7 Comments // Read more..

Build Your Own Li-Ion Battery Packs from Leftovers – Tutorial

Posted in Tutorials by Bill
19 Jan 2010

All right folks. The attached is my first attempt at writing a tutorial, so go easy. It goes over how I turned Li-Ion packs from obsolete equipment into usable packs for my SAGAR robot. For about $10 per pack, I built my own 14.4V 2.2Ah Li-ion pack, and in the attached pdf, I show you how I did it, so you can do it too.

15 Comments // Read more..

Saltwater Fish Tank Water Change System

Posted in Projects by Bill
17 Jan 2010

Not all my projects are robotic in nature. This one, a simple water change system for our 40 gallon saltwater tank, is one of those non-robotic projects. For those who are unfamiliar with fish tanks, about once a week you have to change out roughly 10% of the water. The way we have been doing water changes involved two trips to the toilet with a mob bucket, and a lot of mixing of water in the shower. I decided to build a better way.

18 Comments // Read more..