New and stupid
themerce
Posts: 5
Hi all. I went to a local Radio Shack store, bent on buying an Arduino board. I need something to do that doesn't remind me of my 15 hour office days and school. The last Arduino box looked like it was opened, so I opted for the Parallax. Never heard of it before, but it looked like it would meet my requirements as a hobby. Here's the problem: I can't figure out what to do. There's a pretty green LED that's on, I've downloaded the software, but I can't seem to get any example to run. Is there a Parallax-for-dummies forum? Something that takes me to the poin after I've plugged the board in, loaded the software and want to at least see a light blink when I touch a button.
I'm an ex-hacker but I can't figure out how to get started.
I'm an ex-hacker but I can't figure out how to get started.
Comments
Here's a good place to start.
There is a "Set and Programming Button" in the middle of the web page go there. If you still have questions come on back if it's regarding the Propeller you might want to post in that forum.
Ron
EDIT: I guess I should have asked. What did you get a Basic Stamp or Propeller?
Check out this page with the Propeller labs, which can walk you through examples one by one, and see if that helps a bit.
http://forums.parallax.com/showthread.php?89958-Propeller-Education-Kit-Labs-Tools-and-Applications&
But don't be afraid to ask questions - and don't feel stupid around here.
Hope that helps. :-)
'
What board do you have?...Is it a Propeller or Stamp?...Sounds like a Boe with the green led.
'
P.S. Welcome to the forums
Not knowing the board I have is an indication of where I am: About 2 hours back from Radio Shack. The packaging states it's a QuikStart but from the sites I've visited, it's a Propeller (small x=chip in the center with a beanie).
traVis
Here are some simple games to get started:
http://forums.parallax.com/showthread.php?135316-Quickstart-Smile-Games-Contest
There are many in-depth application notes on the Parallax Semiconductor web site also:
http://www.parallaxsemiconductor.com/quickstart
http://www.parallaxsemiconductor.com/appnotes
The Gadget Gangster tutorials were not specifically written for the QuickStart pin layout (as there are other Propeller based boards), but will still work on the board and the beginner tutorials have a GREAT introduction to Propeller programming: http://gadgetgangster.com/tutorials.html
Be sure to know your pins. They show them on their specific board, but you can just translate the pin labels over and figure it out on the QuickStart.
The Appnotes are nice, but they are written for design engineers, so they may not be the best if you are totally new. I'll link to them anyway: http://www.parallaxsemiconductor.com/appnotes
Once you start moving along with the Propeller, you may want to check out the Propeller Manuel, the most comprehensive manual with every documented feature in the book. It also has a syntax lookup if you are wondering about any particular element of code: http://www.parallax.com/Portals/0/Downloads/docs/prod/prop/Web-PropellerManual-v1.2.pdf
Hope this helps!