Robot control can come in many different forms, from simple switchs on up to fully embedded single board computers. Many roboticists use Basic Stamps and their variants, 68HC11 SBCs and other Motorola processors, 8051 SBCs and their variants, and sometimes just small PICs or AVR devices. What you should get to control a robot can depend on many different factors, such as: how much you want to spend, how well do you program, and what you want the robot to do? Now me, I'm cheap, stupid, and want the robot to do as much as possible. I've used some type of Basic Stamp 2 in both my current robots. They are simple to use and there is a large amount of code for ideas in application. It is probably the easiest processor to begin with., though it does have limits. You might not try things such as vision processing or AI on a Stamp.
|