AVRTOS is a real-time operating system (RTOS) crafted for 8-bit AVR microcontrollers. It aims to provide an efficient and highly configurable RTOS solution for AVR-based systems. Fully C/C++ compliant ...
For novices: yet another Embedded C Programming Tutorial based on 8-bit AVR micro-controllers, using Microchip/Atmel Studio (not Arduino IDE). The software development environment (PC application) ...
There are several ways to program AVR microcontrollers. We are programming it with USBASP v2.0 serial programmer. For demonstration we will use ATmega16 Microcontroller and Atmel Studio. We will test ...
An MML implementation for AVR microcontrollers (and other platforms, but largely 1-bit focused still). This little project was built to facilitate simple composing of 1-bit music for AVR ...
Atmega16 has four dedicated PWM pins. These pins are PB3(OC0), PD4(OC1B), PD5(OC1A), PD7(OC2). Also Atmega16 has two 8-bit timers and one 16 bit timer. Timer0 and Timer2 are 8-bit timers whereas ...
There are many reasons to build your own Arduino circuit on a protoboard or a custom-designed printed circuit board. At the heart of the Arduino platform is an AVR microcontroller, in usual way you ...
ATmega8 microcontroller has 23 programmable input/output (I/O) pins which can be used for interfacing with external world. It is possible to configure them as input or output by setting a particular ...
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 ...