Friday, October 4, 2013

Evaluating Mini-SBC (Single Board Computers)

There are times when I run into an idea that requires use of inexpensive computer system. I used to go with Viatech nanosystems but they are expensive, i.e. in relation to the project budget. After some time I came across various systems like the parallax basic stamp, arduino, Raspberry Pi and Waspmote. I am currently using Arduino on a project (I will divulge this when it is done). My project with Raspberry Pi is in the back burner after I brick the unit (ouch!) when I used it to control an optorelay matrix system. The Waspmote project was a more serious project which will be pursued sometime next month. My current preference for small project is the Arduino due to the vast references available in the web. The language used is C++ which is my second programming language. Using the Raspberry Pi is for the more high-end project. Thanks for Raspbian(linux variant), I am able to utilize my expertise in Pascal, my choice for application programming. The Waspmote is similar to Arduino but a little more sophisticated in terms of wireless and sensor control. It uses C++ as development language.
Overall, my SBC preference is interchangeable and project dependent.