Thursday, September 13, 2012

Dogbot: A Threshold

If you've ever read anything by Joseph Campbell you'll be introduced to the motif of the threshold, e.g. Adam biting the apple or King Arthur pulling the sword from the stone. This motif, or theme, is quite prevalent. You have passed over the threshold, the line in the sand, and you will never be the same person again.

That is how I feel right now. I feel that I am passing over a threshold as I hold in my hand a parcel who's contents change... everything. I haven't opened it yet because I'm basking in the moment.


Before I open this box I am a computer programmer, and an Arduino / micro-controller programmer. After I open this box I am also inevitably an embedded linux programmer. You may ask yourself "What's the difference?" I will try to explain.

Embedded linux brings to robotics a level of computing power 10 to 100 times that of hobby micro-controllers. It also brings a suite of tools that is growing so quickly that it's almost impossible to stay on top of! Embedded linux will change hobby robotics drastically in the next few years! I would have made this move to embedded linux a year ago if I had a reason, but the added power seemed overkill. Now it's exactly what I need.

Box opened... Insert BeagleBone!


It's true that an Arduino can pull in 44 sensor values and use them to calculate 16 servo angle values in real time, but how complex of a calculation will it be capable of making? An Arduino Leonardo operates at 16MHz, vs. 720MHz for a BeagleBone. An Arduino Leonardo has 2.5KB of RAM, vs. 256MB of RAM on a BeagleBone. Finally, an Arduino Leonardo has 32KB of storage, vs. 4GB for a BeagleBone. These are really powerful stats! In other words the amount of intelligence that the BeagleBone is capable of putting into its calculations is close to or much greater than 50 times that of an Arduino. This is the difference between the very mechanical technology of a Model T and the modern computer controlled vehicles with Electronic Stability Control.

Don't get me wrong. I'm still using an Arduino in the Dogbot, right next to the BeagleBone. Arduino is a powerful platform. It has an important place in hobby robotics. That's why I'm using both!


On a final note... isn't the Dogbot and the BeagleBone just a match made in heaven?

No comments:

Post a Comment