Monthly Archives: December 2014

A Short Blink

Here is my entry into the “smallest blink program contest” compiled in the arduino IDE. Can you determine how it works? The arduino IDE reports 184 bytes total. The relevant part of the program compiles to the following loop of … Continue reading

Posted in Uncategorized | Tagged , , , , , | Leave a comment

Not Reading an AVR Bootloader From the Application Section

See this post first. The reason my program fails is because interrupts are disable inside the BLS. Running interrupts in the BLS requires a different lock bit setting than the standard arduino. The arduino boot loader doesn’t use any interrupts, … Continue reading

Posted in Uncategorized | Tagged , , , , , , | Leave a comment

Reading an AVR Bootloader From the Application Section

What follows is a brilliant hack, created by Julians Kidmore (aka Snial), the talented mind behind the Fignition project. His ingenious hack, called BootJacker, is documented on his blog, OneWeekWonder. I can’t begin to explain his algorithm as well as … Continue reading

Posted in Uncategorized | Tagged , , , , , , | 4 Comments