Shop OBEX P1 Docs P2 Docs Learn Events
Best beginners kit — Parallax Forums

Best beginners kit

BAndersonBAnderson Posts: 9
edited 2013-06-18 13:16 in General Discussion
What is the best beginners micro-controller kit to start learning about how to program and use these?

Comments

  • MacTuxLinMacTuxLin Posts: 821
    edited 2013-06-16 17:37
    I would still say PEKit.
  • PublisonPublison Posts: 12,366
    edited 2013-06-16 17:37
    I would have to say if you are just beginning, the Basic Stamp Activity kit is a great start. The text :What's a Microcontroller is a well written tutorial for the beginner.

    It's out of stock for another week, but if you order now, it's only $29.99, ($40.00 off).

    You can also check your local Radio Shack or Microcenter for it. I don't know if Fry's carries it.

    Welcome to the forums!
  • ercoerco Posts: 20,256
    edited 2013-06-16 17:38
    If you're starting from zero background, the BS2 Activity Kit is a smoking deal at $30. If you want the Propeller, the $60 Propeller Starter kit is a bargain. Both on amazing discount now!
  • prof_brainoprof_braino Posts: 4,313
    edited 2013-06-17 06:56
    I'm totally biased, and this has not been well tested, but may II suggest my project.

    The LittleRobot project is an intro to embedded micro controller systems. It uses the Prop, and the absolute cheapest set of parts to build a fully functional mobile robotic platform, with sensors and actuator. Its not the faster or physically powerful, but will let one get started, and every parts can be used in professional application development.

    The project currently used propforth, which is an interactive environment that runs directly on the prop. You don't need a PC after the initial programming of the propforth firmware into the Prop EEprom. After than, you can write and save programs directly on the prop. All you need is a terminal program, I use a netbook and an Android Phone running BlueTerm.

    You can buy the key parts for under $20 directly from China, or you can get a complete kit for $50 (about $50, I haven't gotten all the parts in this round of kits yet)

    From here you can upgrade to "real" bots if you become addicted, which you probably will, its really fun.

    http://code.google.com/p/propforth/
  • rjo__rjo__ Posts: 2,114
    edited 2013-06-17 08:20
    Get the 40pin "DIP" Propeller Education Kit. My experience is that I knew absolutely nothing from nothing... couldn't tell you the difference between +12V and -12V.
    Spin is absolutely the best micro-controller language on the planet but you can't use it unless you have a Propeller... the object exchange is where people post coding solutions for
    functionality that you can't even imagine exists or what it might be used for... and it all opens up for you work as you work your way through the kit.

    Don't listen to anybody else... get the PEKit!!!

    Rich
  • GenetixGenetix Posts: 1,754
    edited 2013-06-17 15:38
    The best kit depends on your current level of experience and what you want to do. The Basic Stamp Activity Kit is a good place to start if you are new or want to do simpler things while the Propeller is good if you have experience or want more capability.
  • BAndersonBAnderson Posts: 9
    edited 2013-06-17 21:15
    Great, thanks for all the suggestions! Now I at least know where to start :-)
  • frank freedmanfrank freedman Posts: 1,983
    edited 2013-06-18 13:16
    BAnderson wrote: »
    What is the best beginners micro-controller kit to start learning about how to program and use these?

    If you are thinking prop, PEK on the cheap....... Download the "Lab Manual" that is the PEK book, buy a chip and a handful of supporting parts and have fun learning. This may be the least cost way.
    Or buy any of at least a dozen flavors of prop dev boards from some of the others on this site.....

    FF
Sign In or Register to comment.