Thinking of upgrading to a new chip...
I currently have a basic stamp 2 and am thinking of upgrading to the propeller. Is it worth the upgrade, or should hold off? I've learned a general understanding of PBasic and am looking for something a lil bit more challenging than the bs2 is...
Any suggestions?
Any suggestions?
Comments
Need more than 32 pins of I/O? Spend another $7.95 and add a second Prop as a "smart I/O" device.
Mike B.
That depends on what's important to you. You can do things with the Propeller that you can't do well with the Stamps and some things that you can't do at all with the Stamps. There are all sorts of options for programming the Propeller including C, a self-contained Basic, PropBasic, 12-Blocks, Forth, Spin, PASM. The Stamps have PBasic.
"something a 'lil bit more challenging"
Well, yes.
Propeller Object Exchange...
http://obex.parallax.com
At first you might want to blink some LED's just to get a feel for things and see that everything is working.
Then might try using an object which uses a separate "cog". There are 8 "cogs" or processors on the Propeller. Basically you can do 8 different things at once.
Then later on you can even learn assembly language programming (called PASM here) if you want.
I can even do one thing on one cog, then use another cog for testing!
FYI - Be careful to use resistors as noted in the instruction manuals for the Propeller. The stamp has built in resistors for protection. The Propeller does not.
Take a look at PropBasic.This is what helped me make the change to the Prop. I to have a long back round with BASIC. PropBasic made the Prop. easier for me to use, It's super fast too.
'
If you look at the bottom of my signature, You'll find the links for "bst" and "PropBasic". Their are 3 vers of bst. 1 for windows, 1 for MAC,and 1 for Linux. So make sure you download the right one for your O/S.
'
PropBasic is a little different then the Basic used in the BS2's. It will take some time getting use to. Working through the PropBasic DEMO codes will help in understanding the program flow and how things are laid out.
'
Hope this helps
If $ is an issue you can either build on a breadboard or next best, buy a ProtoBoard with USB. You can add 3 resistors and an RCA cable to generate color TV. If you intend to use VGA and the Keyboard (& mouse) but the combo socket too as it is difficult to get (you can buy it from DigiKey later too). If you sacrifice the Keyboard/Mouse connector you can use an old VGA socket scavenged from a pc but ensure the VGA connector has the plug attached when soldering to the ProtoBoard as it has to be lifted off the pcb slightly.
You cannot go wrong with the prop for the next step.
I agree. In fact, it was Cluso who helped me through the steep part of the learning curve and got me hooked on the propeller. I've never looked back! He even travelled from interstate and gave me half a day of his time to help me out. How's that for service from a forum member!
Thanks guys.
Unfortunately, my time has been limited, so some things have taken longer that expected. Also, I probably (no definately!!!) bit of more than I can chew... I have a QuadCopter design and a RepRap design underway too, in addition to a new RetroBlade design that is pretty much complete.
Having shown my weird-osity, I will say that the BS2 is like a tricycle, but the Prop is like a Porsche. A world of difference! Just remember that the BS2 is good at what it does -- there may be times when all you'll need is a BS2 -- I used one to make a cable-tester for DBx cables. But there are times when only a Prop will do -- One of my first Prop projects was to control the LEDs for a foam-core Christmas tree, with a white LED on top brightening and dimming. A WAY too hard for a BS2!
A word of advice: if you use the Spin language, do NOT look for a FOR-NEXT command. (Guess how I know!
HTH,
--Rich