Propeller Starter Kit - Buy or Skip?
Genetix
Posts: 1,754
The Propeller Demo Board (32100) was referenced in the XBEE 802.15.4 Starter Kit (32450).
What else can I use it for?
What else can I use it for?
Comments
If you want to play with xbees, the Activity Board an Propeller Board of Education both have onboard sockets for an xbee. They also have more/different features than the demo board. The Board of Education has the built in vga like demo board. Both are wonderful learning and prototyping tools.
Sorry, misunderstood your question. The demoboard can be used for much experimenting an play. Exploring video, all pins are exposed, so you can add most features other boards havecwith a little work.
Only 8 I/O pins (16 for both Activity and BOE)
No Servo Ports
No XBEE
No MicroSD
No A/D or D/A
Only 32K EEPROM (Others have 64K)
BOE also has Microphone and VGA port plus a 9V battery connector.
The others don't have video or PS/2 ports.
It's my understanding that activities for the Activity Board or Prop BOE can also be done on the Demo Board.
What if any code changes will I need to make especially with the C programs?
I'm not familiar with the "Propeller Starter Kit", but if it uses the Demo board, you will not need to make any changes to run C programs - Catalina supports the Demo board "out of the box", and comes with compatible versions of many of the Parallax OBEX objects (video, keyboard, mouse etc).
Ross.
It is not a good idea to just match up the pins and voltages.
I've never learned Spin before but many of the commands are just like PBASIC. I can't wait to get my hands on a Prop and do things that the BS2 could never do.
There are features in the Spin Tool to help in ordering your indentations. C is there so that people, who really don't want to use SPIN, have a nice place to go.
It is helpful at the University level and to convince developers to give the Propeller a spin(so to speak).
Hi Genetix,
Getting to know the Propeller architecture through Spin programming will definitely serve you well in optimizing the performance of your Propeller applications.
If you purchase an Activity Board in the future, you might might want to take a look at the Propeller C Tutorials series written specifically for that board by the same author as the PE Kit Labs text. He also wrote a library called simpletools (among many others) that has functions closely matched to familiar PBASIC commands, including high, low, pause, freqout, rc_time, shift_in, shift_out, etc. That board is also included in the ActivityBot Robot Kit.
Our Propeller C Tutorials were written in response to customer requests, since many schools prefer C over an unknown single-product language, and C or one of its "offspring" is generally required for those continuing with computer or engineering studies in college.
I have enjoyed programming the Propeller with both Spin and our Propeller C Tutorials and libraries. I'm sure you will have fun either way!
IMO, there's a lot more help available when you're using Spin.
Edit: You'll get help either way.
One of the things I especially like with the PE text is that Andy shows how to work with the Propeller at the hardware level which is perfect for someone who wants to venture into PASM.
I definitely plan on getting a PE Kit and eventually an Activity Bot.