BeagleBoneBot
http://www.eetimes.com/electronics-blogs/semi-conscious/4413238/BeagleBone-Black--A-1-GHz-computer-for--45?cid=Newsletter+-+Communications+DesignLine
Robot in video was built by a Beaglebone 3D printer, and is also controlled by a $45 Beaglebone Linux board.
Robot in video was built by a Beaglebone 3D printer, and is also controlled by a $45 Beaglebone Linux board.
Comments
I've using Wixels with the propeller and Arduino and having a desktop IDE and file system is pretty sweet. If you have one of these mini computers how do you program them?
How do you want to program it?
Put a WiFi dongle on it and you can telnet/ssh/http to it. The Beagles have web based programming IDE called Cloud9 (similar offerings for the RasPi bunch). You can telnet into it and use any of your favorite *nix tools, you can open an xwindow session to it and go from there with GUI stuff. You could wire (or wixel) a console to it and get in that way for command line fun and games.
SimpleIDE and PRopGCC have been ported to the RasPi (should be able to do the same with the Beagles) so you can program your attached Propeller with those tools.
They can server up web pages, so you can interact that way.
Did I miss anything you might want to try??
I plan to use those UARTs to interface to Jazzed's SpinSocket propeller boards for subsystems that need the strict timing that the Prop can provide. The Raspberry has more development of libraries behind it at the moment and a larger following but the BeagleBone Black really spoke to me as a robotics platform. I got the basics working now. Buttons can be read and LEDs blinked so I am happy. I like Arch Linux for it. Simple, fast to boot up, and only has was I install and configure to my liking.