Difference between revisions of "Microcontrollers for Beginners"
Jump to navigation
Jump to search
Russ hensel (talk | contribs) |
Russ hensel (talk | contribs) |
||
Line 18: | Line 18: | ||
== Use Something Else == | == Use Something Else == | ||
+ | |||
+ | If the assumptions do not apply to you, or you have some special requirements then: | ||
=== At least use a development Board === | === At least use a development Board === | ||
Line 26: | Line 28: | ||
− | USB Bitwacker | + | *USB Bitwacker |
+ | *PIC Kit 2 or cloen | ||
+ | *Insert your favorite here. | ||
Revision as of 14:57, 27 September 2009
Contents
Assumptions
You:
- Do not have a lot of money
- Do not have a lot of electronics gear or experience.
- Do not have a lot of programming experience.
- Do want quick gratification.
- Do not want to do really fancy stuff right off the bat.
Use the Arduino
Use the Arduino Because:
- It is a development board
- It is inexpensive.
- There is a broad amount of activity on the web, and a lot aimed at non techincl users.
- It and its software is open source.
- There is a lot of library support for common tasks.
Use Something Else
If the assumptions do not apply to you, or you have some special requirements then:
At least use a development Board
You are ready to go at almost the cost of components, you can get a kit or prebuilt. Some of these are:
- USB Bitwacker
- PIC Kit 2 or cloen
- Insert your favorite here.
Use a high level language
The best may be C this is written about the PIC but applies to other processers as well Use C for PIC Programming!
but almost any is better than assembler -- this is dispite what the hard core says.