Running Propeller
hacksign23
Posts: 15
Okay... this might sound dumb, but.
what does it take to run a propeller chip?
i've been trying to figure it out but all these posts do is CONFUSE ME.
all i want to do with the propeller is program it, and get it to run.
possibly something similar to the BASIC Stamp Discovery kit.
THANKS.
what does it take to run a propeller chip?
i've been trying to figure it out but all these posts do is CONFUSE ME.
all i want to do with the propeller is program it, and get it to run.
possibly something similar to the BASIC Stamp Discovery kit.
THANKS.
Comments
If you haven't downloaded the "Tool" goto the Propeller Downloads section of the website.· The tool is the first Item listed, version 1.27.· You GOTTA have te tool and a means to program it. (Prop plug, demo board etc)
Mike B.
(P.S.· I found the learning curve not to be "vertical" but perhaps a 7% grade..lol
·
http://www.parallax.com/Store/Microcontrollers/PropellerProgrammingKits/tabid/144/ProductID/506/List/1/Default.aspx?SortField=ProductName,ProductName
and i would be ready to program?
and can i use the chip alone (like just with a breadboard and power/ground) ?
thanks.
John Abshier
for precise timing you must add a 5MHz chrystal
If you don't want to reload your program into RAM each time the propeller is resetted or power off/on you must add a 32kB EEPROM
as the minimum requierents
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Propeller Wiki: Share the coolness!
8x8 color 80 Column NTSC Text Object
Wondering how to set tile colors in the graphics_demo.spin?
Safety Tip: Life is as good as YOU think it is!
make sure you have a 24LC256 EEPROM (comes on the pro board)
power supply,
jumper wire kit,
some resistors (1k, 2k, 4k, 8k, 10k, 20k so on if you want..)
some leds (if you dont have the pro board)
5MHz crystal oscillator (also if you dont have the pro board)
then read this manual word for word and lesson by lesson:
http://www.parallax.com/dl/docs/prod/prop/WebPM-v1.01.pdf
do the lessons, dont skip anything, even re-read it if you dont understand, be patient and you will be doing cool stuff in no time.
as a beginner myself i thought it would take months before i was even thinking about doing graphic display on VGA, two weeks later i could put that fear to rest! after 3 weeks im already doing touchscreen vga.
so take if from me, get the right tools, the right parts and read as much as you can and you'll be amazing yourself in no time.
Then just read the instruction manual which comes with the microcontroller.
All the information you need is in the book provided.
The documentation for Parallax products is the best I have seen anywhere. Also the design of the programming languages used and the microcontrollers makes it much easier to get it working fairly quickly with a minimum of reading.
Start out with something simple like blinking an LED.
If you need help, just ask here.
As to the discussions here, come to think about it, you don't see much of anything on how to get the microcontrollers basically working. That is because the documentation is so well written!
I second that!