Re: cheapest microcontroller for a noob with high level programming language skills?



On 2006-06-17, snarkyFish <aaron.propst@xxxxxxxxx> wrote:

it seems like there's a continuum: cheap and hard to learn <==>
expensive and easy to learn
is that true?

pretty much, but you pay for computing power too.

most micros can be programmed in C often the compiler is free/cheap
but in assembler you can do more as c compilers bloat the size of
the binary, still if you have a small task and a small (cheap) micro,
C could work.

This question is starting to run long.. sorry.

don't be. questions that are too short are frustrating to the reader.

I'd like a basic
microcontroller, with good reference materials on the net that can get
me started. I'd like to just breadboard simple experiments and
projects at 5v.

Any advice?

AVR (atmel.com) or PIC (microchip.com)

parts are available from the usual sources
(I see you're in USA so digikey.com, mouser.com).

if you want to learn assembler go with the AVR
its assembler is easier to learn

for a first project just wire the chip up to some LEDs and make it light
them some pattern, then make the pattern move.

if you're wanting to avoid the electronics part there are development boards
out there but they cost. However when it doesn't work you can be pretty sure
it's your software, not your hardware giving you the problem.


Bye.
Jasen
.



Relevant Pages

  • Re: Microcontroller Project
    ... A C compiler will just mask the nonsense underneath. ... A heck of a lot of poeple will use C on micros because it provides many ... I still do some inline assembler where it's called ... Thousands of embedded engineers who use C almost exclusively will tell ...
    (sci.electronics.design)
  • Re: What micros do you actually hate to work with?
    ... with less than tiny asm ... hassle to work with 32 bit longs in assembler for an 8 bit uP, ... Microchip's C compiler tools and their assembly under MPLAB. ... is that other programmers for C are easier to find. ...
    (comp.arch.embedded)
  • Re: The Promise of Forth
    ... Declare variables, declare locals, let the compiler do the work ... Forth could be considered the assembler for a simplified virtual ... If you use locals then you have to initialise them each time. ... there are likely to be libraries that could be profitably used within ...
    (comp.lang.forth)
  • The never ending assembly vs. HLL war
    ... > branch instruction excluded is not particularly effective optimization. ... > CPU, chances are pretty good it *won't* be optimal on a different CPU. ... > discussing the futility of optimizing it in *assembler* when the ... careful and consider the code the compiler is emitting (and adjust your ...
    (comp.lang.asm.x86)
  • Re: the quality of assembly language code
    ... Intel's compiler is supposed to ... I have found that I prefer 'C' and assembler roughly in inverse ... >> code than human beings writing raw assembly language. ... > assembly programmers and compilers. ...
    (comp.lang.asm.x86)