I have spent the last few months researching the best way to meet my long-term robotic goal. I have had considerable experience with lamer robotic systems(VEX), and also with programming. Both in BASIC and in C. On top of that I am a PC Technician, and I am familiar with RC cars. It kind of all pooled together in the last few months to give me some great ideas in regards to robots.
The idea? A single robotic platform that balances on a single ball. Obviously a very aggressive goal for someone getting into robotics on a hardware level for the first time.. that is of course just a long term goal.
For now, my part list resembles this:
Jetway Mini-ITX motherboard, 80gb SATA 2.5 Drive, Jetway serial Daughter board(For a total of 6 serial connections, which is about 40+ serial lines).
BasicAtom Pro-24m/IO Bot Board
I have some old 6v motors that are very loose and weak, but will do well to set the system up until I can afford real motors.
I have an old PC PSU I plan to use on the Mini-ITX Board until I can afford to purchase the batteries and power conventors
Those are items that are on there way to my house/already there.
Items of needed to be ordered:
A analog MEMS Gyroscope/Acceleramator board that will give me accurate pitch/roll/yaw and such for use in balancing.
Better motors because the ones I am using is being done simply to get the basic sub systems working..
I plan to first set the Mini-ITX board up with arch linux(because I am very familiar with it, and its very basic) and either write a serial driver for the basic atom board, or use a pre-existing one(I am not sure which one yet).
Next step is to write the BasicATOM's software.. it'll be your sensor input board at first.. only job is to report the panasonic IR's to the CPU. It will be increased to support the Gyro/Accel board and eventually setup to control the balancing itself. The principal of the balancing seems to be relatively simple to start with..
If the bot is falling in a direction, move in that direction a certain amount. The numbers/formulas are not going to be easily derived until I have responsive data from the sensors.
As for my platform it will be a hybrid of alumium bar and fiberglass. Why? Because I have easy access to the alumium bar, and I have experience with fiberglass bodies.
My first goal is simply to have the BasicATOM and PC Communicate at a rate that I feel is acceptable for my goals. The BasicATOM will not be in constant communcation with the pc because the robot's sub systems would then have huge delays while it sent out info. So instead I plan to have it work as a request/send system. PC needs the data for something, so it asks, then the basic atom board then sends a predetermined chunk of data, and then waits until its next cycle to send the next.
I feel that this would net me(in the long run) a versatile movement platform, along with a very robust proccessing core(The mini-itx board) that will allow easy use of more common standards such as 802.11, bluetooth, and even EV-DO 3g Cell phone networking in the long run.
Anyways, wanted to kinda put it all down on paper for others to see and see what eveyrone else thinks..
Once again, i do relize this is not something that will simply work.. and that it is over my head.. but I have experience in the software aspects of robotics and PC.. so i feel this is a great start

Let me know what you think,
Dan