Category Archives: AVR

Coding for AVR I: Writing and Building on Windows

As you might recall from the last post, we can flash hex files on our AVR. But what are hex files? Hex files are “machine language” instructions for your AVR’s. With this, your chip knows how to respond to inputs … Continue reading

Posted in AVR, Electronics, Tutorial | Tagged , , , , , , | 1 Comment

USBTinyISP and ATTiny2313

Hello once again! I recently acquired a USBTinyISP.

Posted in AVR, Electronics | Tagged , , , , , , | 6 Comments

Tutorial: Using an Arduino to program AVR’s II – Connections

For this step of our tutorial, we’ll be making the connections from our Arduino to our µcontroller. For this, we will be using a circuit made for flashing the AVRs used in arduinos. Luckily, Atmel makes it very easy to … Continue reading

Posted in Arduino, AVR, Electronics, Tutorial | Tagged , , , , , , , | 2 Comments

Tutorial: Using an Arduino to program AVR’s I – Intro

Hello all! My first electronic post will be regarding one of the most useful capabilities of Arduinos. Arduinos are cheap toolkits (or “prototyping platforms” as they call it in their official website). With this tutorial we’ll be solving the first … Continue reading

Posted in Arduino, AVR, Electronics, Tutorial | Tagged , , , , , , , | Leave a comment