show/hide this revision's text 2 Some examples
  1. The first thing is to think embedded: Since it is not uncommon in the embedded world to run stuff for years and years in with MCU that only has a few kB of RAM you need to make sure your programs are perfect. You need to make sure you don't have any memory leaks or anything like that, and wipe your mind from the idea that a reboot is ok.

  2. Get a dev-card and get to work. Get some hardware and do something fun, AVR:s are very popular right now since they have a really go tool support and a live community to ask for help. Or maybe do some embedded Linux stuff, there are some really cheap and funny Linux cards right now, and a lot off them are really nice to work with.

  3. Find a embedded company and brag about what you just did in point 2. And if you impress them, I bet you get a work offer :-)


Update: I forgot to mention one little thing, both in the AVR and linux case you use the gcc compiler. The AVR does actually have a quite good gcc port (winavr) not many 8-bit mcu has that, and that port is sponsored by Atmel.

Update: Hardware, the linux case is also fun. There is a lot of cheap cards around.

  • NGW100 - You have 2 network interfaces and access to all gpio (and more)
  • LinuxStamp - A real minimalistic LinuxCard.
  • BeagleBoard - A little monster
  • GumStick - Another nice little card
show/hide this revision's text 1
  1. The first thing is to think embedded: Since it is not uncommon in the embedded world to run stuff for years and years in with MCU that only has a few kB of RAM you need to make sure your programs are perfect. You need to make sure you don't have any memory leaks or anything like that, and wipe your mind from the idea that a reboot is ok.

  2. Get a dev-card and get to work. Get some hardware and do something fun, AVR:s are very popular right now since they have a really go tool support and a live community to ask for help. Or maybe do some embedded Linux stuff, there are some really cheap and funny Linux cards right now, and a lot off them are really nice to work with.

  3. Find a embedded company and brag about what you just did in point 2. And if you impress them, I bet you get a work offer :-)