Monday, June 4, 2012

Arduino VS picAxe

I'm warming up to Arduino.  Not a big Atmel fan.  I like PICs, but PICs require a decent programmer and you are stuck buying a compiler when there are so many available open source.  You have to dig around to get started with PICs at a low-cost.    Enter the picAxe.

If you are a newbie to robots, the picAxe may be the ultimate "learn robots" chip.  You are less concerned with the software, and because PICs are nicely designed you can even not worry so much about the hardware either.


Once you are a "learned individual" you will be ready for a big project in robotics.  If your software is fancy at that point, you probably want to go with the Arduino, since somebody made a processing library, and that means pretty pictures on a PC controlling your robot.  And the controlling will come along later.


So:  
 I created a benchmark test:  Blink Ten LED`s in sequence. Easy peasy with picAxe dev board. Not so easy to get ten grounds from an Uno. Not without either buying a pins-in breadboard for your Uno, or soldering iron and breadboard shield, but the soldering messes up the apples vs apples tests.

The Arduino Uno and a proto sketch is a pretty nice way to make robots and do fun things with controllers and moveable "stuff".   

And...  The picAxe chip, with its built-in BASIC interpreter and host of robotics-appropriate commands like SERVOPOS, and TUNE (plays music or beeps and blurps), as well as the PWMout commands and other general goodies that make LEARNING about robots easy and run.

 The real "competition" if you care to call it that, is between the chips themselves. This boils down to PIC chips against Atmel chips. PIC chips generally speaking require a more technical approach and special programming tools. The compilers are not often simply free, so the investment is larger.

 

Check out the whole project at C What I Can Do

Then get crackin' on learning about and building your own robots!

Friday, March 23, 2012

WheelChair Tours By Autonomous Wheelchair

This project is the end all, collect 'em together project.

This wheelchair operates manually by operating the joystick.
OR
This wheelchair operates by remote radio control.
OR
This wheelchair operates all by itself.

It's true, you can see in the video, me being driven by the wheelchair, along with videos of the wheelchair driving around, without a driver!


You can visit the whole project on CwhatIcanDo.com...  I thought about titling it: Phantom Wheelchair goes without a driver, but maybe not?


Thursday, March 8, 2012

Have some fun with this: Autonomy for a robot built from a power wheelchair! RF control for the same: Original Tests of the wheelchair as a robot! Simple Hello World for Robots, forward, reverse, left, right and so on...