Which microcontroller to use?
skippy84
Posts: 2
Hello, I am building a car audio system with alot of motorization, and lighting effects. I plan to use 2 servos and 2 stepper motors up front to position the tweeters, as well as motorized amp racks and the like. I have used the basicstamp before, but was wondering which micro to use, I.E. propeller, stamp, or what . I have some programming experience, but not sure if anything above the stamp would be 2 hard to learn. Any input would be greatly appreciated. Thanks Bryan
Comments
My particular bias is to use the BS2p/pe/px series because of the extra statements supported and the extra special memory (scratchpad ram and multiple program "slots"), but a plain BS2 would also do. The Propeller is probably overkill unless you want to use a video monitor for control purposes, although I find the Propeller easy to use too.
SX/B is also a good bit like PBASIC so its easy to make the move from BS2 to SX.