Propeller Platform Prototyping Board Gets An Upgrade

[Nick] over at Gadget Gangster has a new version of his prototyping hardware for Propeller microcontrollers, called the Propeller Platform USB. A little more than a year ago we looked at the last version which was larger, used a DIP processor, and came unassembled. The new version does come assembled because of the migration to surface mount components (which may take some of the fun out of it if you just love soldering kits). This not only reduces the board footprint, but makes room for more goodies. As the name implies, there’s now a mini-USB socket with a USB to UART bridge, a microSD card slot as been added, and the onboard EEPROM has been doubled. This is a nice hardware upgrade but the price has been upgraded by $25 as well. No worries, it’s open source so you can roll your own if you have the parts on hand.

13 thoughts on “Propeller Platform Prototyping Board Gets An Upgrade

  1. Seemed out of my price range until I saw it’s 80MHz with 8 cores. I haven’t used propeller before, but this sure seems interesting. I might have to get one just to try my hand at multicore microcontroller programming.

  2. I just received my propeller professional development board as I was lucky enough to grab one of the blemished boards for only a 100 bucks. The thing that sold me on the propeller was how easily it can handle video, audio, and whatever else you want all on a single chip. You can display video using a single cog and still have eight cogs left over for whatever you like.

    Check out their forums to, they have a great online community.

  3. One thing to note is that the Propeller does not have any built-in analog i/o. This isn’t a huge problem since there are plenty of cheap analog i/o chips out there that can be integrated via spi or ic2 both of which are well supported via this board.

  4. That’s my board!

    Yep, the Prop doesn’t have built-in ADC, although it’s fast enough to do delta-sigma modulation to read analog values using 2 pins. For ADC’s, I usually use the MCP3208. 3204 works great, too.

    If all you need is to blink an LED, then the Prop is not a great value, but if you want to do video output and stereo wav playback, I think it’s competitive. Just depends on what you want to do. Personally, I like the ease of multitasking the most.

  5. Analog input is “supported” with the use of sigma-delta calculations, and is pretty fast. You can easily sample at 48kHz with 11 bit resolution. Not the greatest, but doesn’t require any external active components, only passives.

  6. I’ve found that the prop often isn’t fast enough using just the spin scripting language, but I is really awesome when you need to do lots of different simple things at once, so it’s great for robotics/automation and such.

  7. Cool, I saw the gadget gangster do a presentation on pcb boards at Unofficial Propeller Expo West 2010, pretty cool presentation. Parallax offers a similar board its called the “Propeller Proto Board USB”.

  8. It’s interesting but falls in the same price range of the bifferboard (http://bifferos.bizhat.com) which is a complete Linux system. They could make this platform cheaper by removing everything that isn’t absolutely necessary (sockets,switches,pushbutton,etc) letting the user connect them externally when needed. It would also make it much smaller.

  9. qwerty: You can have the best of both worlds by combining the two:

    http://sites.google.com/site/bifferboard/Home/howto/serial-terminal-project/parallax-propeller-investigation

    You’ll note that at it’s simplest, the Prop needs only a single resistor to interface with the Bifferboard (see the circuit diagram), including 3.3v power.

    This technique allows the Bifferboard to act as 10/100 ether, USB (hi speed) host and i2c memory for the propeller. If you consider the cost of adding these features to the Prop by using off-the-shelf modules not to mention the hassle of setting up the software to access them this could save a lot of time for prop-based projects.

    If anyone has any interest in pursuing this concept please get in touch – I can arrange production but don’t have time for any of the design work right now!

  10. i concur, parallax is frequently too expensive where the price negates the inventor/hobbiest/science peeps. It seems parallax is migrating away from the true designer/creator engineer and focusing their product lines towards the strict programmer.

Leave a Reply to x5aintCancel reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.