Need some help in getting started
Malune
Posts: 4
Hi everyone,
I am new to the world of propeller and uControllers and I have a project that I am working on but unfortunately I think I need a lot of help getting started. I would really appreciate a guide to how to start!! I have my uController and I want to detect an input from it. but I cant figure out how to connect it to my computer and build the circuit.
Can you please provide me with step by step guides if you have or any kind of tips that might help me here.
Thank you in advance ..
I am new to the world of propeller and uControllers and I have a project that I am working on but unfortunately I think I need a lot of help getting started. I would really appreciate a guide to how to start!! I have my uController and I want to detect an input from it. but I cant figure out how to connect it to my computer and build the circuit.
Can you please provide me with step by step guides if you have or any kind of tips that might help me here.
Thank you in advance ..
Comments
The regulators protect the chip from access voltage as well as providing a stable voltage supply, so you don't blow it, the crystals is required if you want to use an external clock freq or more accurate frequency, such as for a timer or clock, the EEPROM is for non-volitile storage which isn't erased by restarting the Propeller.
Joe
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
I'm going insaine. It's SOOOOOO much fun. lol
It's possible to run the Propeller off an unregulated, but stable power source as long as the supply voltage is between 2.7V and 3.6V. Anything in excess of 4V, even momentarily, can destroy the Propeller and it won't work reliably below 2.7V. A single Lithium CR123A for example would probably work for a couple of hours before its voltage dropped below 2.7V.
In other words, you could omit the EEPROM but you would have to reload your software from your computer after every reset or power-up, which is not a big deal if you are just starting out. You need the voltage regulator unless you already have a way to directly power the Propeller chip that will provide the correct voltage with no voltage ripples, etc.
Echoing Mike Green: if you're just starting out, get the Propeller Education Kit and work through the many labs it provides. If the Propeller seems too complex, then you might want to start with the Basic Stamp microprocessor instead of the Propeller. There are tons of free downloadable pdf files that provide you with lots to read.
Prop Kit:
See the free downloadable books in pdf format at the bottom corner of this page:
www.parallax.com/StoreSearchResults/tabid/768/List/0/SortField/4/ProductID/415/Default.aspx?txtSearch=Propeller+Education+Kit
Basic Stamp:
The free downloadable book entitled "What's a Microcontroller?" is an excellent start and can be accessed at the bottom corner of this page:
www.parallax.com/StoreSearchResults/tabid/768/List/0/SortField/4/ProductID/313/Default.aspx?txtSearch=what+is+a+microcontroller
have fun!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
00100000
Duane
Duane, will I have the propeller chip and I am missing the programming kit. So do you think I might be better of with the Propeller Demo Board over the PEK?
Duane
http://www.parallax.com/ProductInfo/Microcontrollers/PropellerGeneralInformation/PropellerMediaPage/tabid/832/Default.aspx
Cats92
If you want to build stuff up and get control of the hardware more, which is what I'm doing right now BTW, then I would either go for the PEK, or PPDB, depending on your budget.
The PEK is cost effective, and realistically, just a convenient package. If you have a Propeller or two, you can build up all the labs on your own stuff, just by downloading the materials. This is a great starter deal for those on a small budget. If you've got some components, power supply, breadboard, etc... buying a prop-plug, and a propeller or two is sweet. Add a Demo board as your "just run it" reference board, and that's a good set of kit. Best bang for the buck, IMHO. If you go this route, be sure and get a prop-plug, for the dead simple hook it up for programming option. Just don't lose the darn thing! It's small enough to warrant attaching it to a cable and leaving it there. That's what I did after losing mine for a week or so! PITA.
If your budget allows, I really like the Professional board. It's not cheap, but it's really great. Nice big breadboard for your test / learning / prototype circuits, and a great collection of setup and ready to go components, like LEDs, pots, video outputs, etc... The PPDB (pro board) can be easily configured to operate like the other boards with a few wires here and there, making it a great all around, "just run it" board. I like this one because it's kind of the "all in one" board that can be made to run most everything, and do lots of stuff, without too much hassle.
I don't have a workbench where I can just set up a bunch of stuff and come back to it. Because of that, I either run something like a Demo Board, for just programming exercises, or build stuff on the PPDB, keep that in a box so it doesn't get hosed up, and when I find time, pull it out, make a few connections, and do some stuff. For this, I have found a rechargeable battery of some kind is a total win. I use a few 9V batteries on rotation. Charge a few up, then just use them until I'm down to the last one, then repeat. Others have used AA packs, and those have a longer run time. For me, I get a few hours tops, and one or two rechargeable 9V batteries easily takes care of that. The point being you can toss the Demo Board or PPDB in a backpack, or laptop bag with few worries, where the education kit is more fragile. That's the trade-off there. So, if you've got a steady workspace, deffo go PEK.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Propeller Wiki: Share the coolness!
8x8 color 80 Column NTSC Text Object
Safety Tip: Life is as good as YOU think it is!
Just so you know, these free resources are bundled into the Propeller Tool software installer:
You can buy the PE Kit sub-kits, and almost all of the components, separately if needed. The sub-kits and all the components are listed here.
Whatever path you choose, have fun!
-Steph
Thanks a lot