(home)

Arduino

My projects

My notes

Answers

Bootloader

I discovered today that what's referred to as "the Arduino bootloader" isn't actually Arduino-specific (well, it is, and it isn't) but, the key point is that you can upload any .hex file you produce (whether it's by the IDE, C, asm or whatever). The "Arduino-ness" is provided entirely by the libraries included when your sketch is compiled. This is significant because if you have a hardware/software project you're wanting to make usable within Arduino-land you can start by testing it works on the Arduino board. Something like... Learning About Arduino AVRUSB perhaps. :-)

As an "In System Programmer"

Distributor

Alternative forms

References / Links

Notebook

. 18 August 2007 .

1. Received Arduino Decimilia board from Little Bird Electronics. Definitely worth waiting a couple of weeks to get the new revision of the board. Useful revised features:

2. For future reference: Example blink without delay, Low power Arduino discussion

3. Forum posts: Bad URL on warning sticker, Update needed for Mac OS X tutorial (fixed)

. 21 August 2007 .

1. Successfully created optocoupler-controlled LED circuit (without Arduino). Started documenting learning about using optocouplers.

code@rancidbacon.com