can a parallax basic stamp model Bs2 micro-controller run a TV
jc3III
Posts: 21
I would like to run a TV using a micro controller. I am new to micro controllers.
Comments
By itself, the BS2 cannot output video. But you can drive a Propeller Backpack with a BS2, which can output video or overlay characters on an incoming video signal, such as that from a camera.
-Phil
If you are new to microcontrollers, it might be easier to merely stick with Spin language and the Propeller as a starting point. Not much reason to have to learn PBasic and yet another device until you have attained some comfort and know how.
It is true that the propeller can do all these things and much much more, including driving a TV display. SPIN IS harder to use. That said, SPIN makes use of many free objects that essentially automate and pre-code many complex tasks. Driving a TV display is as simple as referencing a "tv text" object in your code - it leverages other people's work through the propeller object exchange. SPIN is much more difficult in tasks like handling and parsing strings, in my experience. It is much less expensive. The choice is yours.
Robotics, heating and air control, light/illumination control, displays, motion and control, even crude vision. Wow there's a long list.
That's kind of like asking: "What can I do with this big lump of steel?" It's all up to your creativity
I'm kind of partial to the BS2........With with the addition of external memory, I'd say you are only limited by processor speed.