BS2 Vs. Prop
gennarobasso81
Posts: 84
So general question....which is better to work with the Basic stamp series or the propeller?
Back ground to the question is:
I'm am very very new to the world of electornics and mircroprocessors....only doing it for a hobby. Self taught 100%.
Is it worth spending countless hours learning Pbasic only to outgrow the BS2?
Or is it worth the background in BS2 before getting into the Prop series?
All opinions are welcomed
Thanks
Back ground to the question is:
I'm am very very new to the world of electornics and mircroprocessors....only doing it for a hobby. Self taught 100%.
Is it worth spending countless hours learning Pbasic only to outgrow the BS2?
Or is it worth the background in BS2 before getting into the Prop series?
All opinions are welcomed
Thanks
Comments
Currently i have a BS2 homework board and I bouth the BOE BOT with the BS2...so i have been learning on that. I am starting with the smart sensors now...just added the Ping dar. LOL...and recently printed out the PBasic language manual....some light reading before bed
I think you'll get tired of only doing one thing at a time with the BS2. It's really nice to be able to control servos, make sounds, read sensors and bunch of other things all at the same time with a Propeller.
I can understand when people suggest learning to use a Basic Stamp first, but I personally think you'd be better off starting with the Prop.
I was kind of thinking along those lines myself. I think the BS2 is a nice father-son hobby project type of platform.
How about the spin language...thoughts on the spin vs the newer c/c++ propeller?
I agree. Spin is pretty easy language to learn. I think it's the best best choice right now since there are so many objects writen in Spin. I also think it would be easier to get help when coding in Spin than the other languages since most of the Prop users use Spin.
At the very least, take a look at the Propeller Fundamentals PDF. I think it's a great start, and you can also see a little bit of what you would be getting into.
http://www.parallax.com/Portals/0/Downloads/docs/prod/prop/PELabsFunBook-v1.1.pdf
The Propeller is wonderful and will do much more, but the BasicStamp2 has a course of study that will easily fit into your comfort zone.
(Usually, you just need an extra 1K resistor or something to get the Propeller to interface, but still...)
FYI, The 1K resistor has been revised to something around 3K.
Page 25 of the datasheet "Max. DC current into an input pin with internal protection diode forward biased | +/- 500uA."
I think this works out to be a little under 3K ohms at 5V with 3.3K being the nearest commonly available resistor to this value.
With so many 3.3V devices now, I think the Prop allows more connection options rather than fewer when compared with the BS2. I've found very few 5V devices that wont accept 3.3V as logic high, and the series resistor makes it easy for the Prop to accept 5V input logic.