Tag Archives: led

ATMega328p and 7 Segment Display II: Source Code

Here we go for that awesome display circuit!

Posted in AVR, Circuits, display | Tagged , , , , , , , , , , , , , , , | Leave a comment

ATMega328p and 7 Segment Display I: Parts and schematic

Hello! For our next project, we’ll be using an ATMega328p and two 7 segment displays to implement a decimal counter. This can be useful if we want to implement a project that gives visual feedback to the user, like a … Continue reading

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

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

My First AVR Circuit I: Parts and schematic

Well, well. Now that you know how to write, build, and flash your code, we can start making our first circuit! Traditionally, in the coding world one prints on the screen the classic “Hello World!” message. In electronics, due to … Continue reading

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