Tag Archives: hex

My First AVR Circuit II: Source Code

All that is left from the Part I of this tutorial is the source code. Here it goes, a simple code with well explained comments: You can build the code using the instructions posted on this blog (Windows, Linux). If … Continue reading

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

Tutorial: Using an Arduino to program AVR’s III – Use It

Alright! So now we have our circuit ready for testing! The first step is to check which port we’re using to “talk” with our Arduino. It shouldn’t be difficult, since we already uploaded a sketch to it. Just open the … Continue reading

Posted in Blog | Tagged , , , , , , , | 2 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