The highly popular ATtiny and ATmega microcontrollers (formerly from Atmel, now from Microchip) are based on the 8-bit AVR microcontroller architecture. Let's consider some of the reasons to learn and ...
We love looking at hardcore electronics projects with a beefy microcontroller and hundreds, if not thousands, of lines of code at its center. But everyone needs to get there somehow. This tutorial ...
When it comes to AVR microcontrollers the most common programming option is In-System Programming (ISP). ISP interface is easy to use but in some scenarios it is totally unusable. The most common ...
A Direct AVR Parallel Access, or DAPA cable, is an incredibly simple and cheap programming method. You can build one very quickly for a few bucks worth of parts, but the convenience comes with a few ...
For this project I use Atmega328P which is an old but lovely microcontroller used in Arduino Uno. Keep in mind that Atmega328P is NOT RECOMMENDED FOR NEW DESIGNS and we are going to use it only to ...
A line-following robot project developed in Embedded C for an AVR ATmega328P microcontroller. This project demonstrates low-level hardware control, custom PID implementation, and serial communication ...
This project completely deals with the interfacing AVR microcontroller (ATMEGA 16) with 16X2 LCD. The Atmega16 belongs to the AVR microcontroller family. This project completely deals with the ...
I've been interested in getting into microcontroller programming lately, and I've been looking at Microchips PIC16F and PIC18F series (especially the PIC16F), and also Atmel's ATtiny and ATmega series ...
Abstract: Although an established technology, Bluetooth has been experiencing various changes in order to follow the latest wireless technology trends such as high data rates, low energy consumption ...
Microchip has created an AVR microcontroller series with 12Mbit/s USB 2.0 and code protection. “As the next generation of Microchip 8-bit MCUs to integrate USB connectivity, the AVR DU family is ...