Archive
Tag: AVR
We’ve been getting a lot of requests to stock Atmel ATmega328 microcontrollers and they have finally arrived. The ATmega328-PU is the through-hole variety and fits onto our 28 pin AVR Development Board.
The ATmega328 is almost identical to the ATmega168a but has double the Flash, double the EEPROM and double the SRAM.
It can be purchase individually for $5.80 or as part of a development kit for $20.80.
We released the 28 Pin AVR Development Board back in 2008 and since then it has gone through many iterations. This week we release version 1.6 which adds 4 improvements. These improvements were based on customer feedback and we are very grateful for the feedback. Please keep it coming.
Continue reading “28 Pin AVR Development Board – Version 1.6” »
Back in February, we wrote a post on Analogue to Digital Conversion. Many people mentioned that it was a bit light and they would like a more advanced tutorial. Well here it is…
Continue reading “Analogue to Digital Conversion Interrupts on an ATmega168A” »
Sometime last year we ran out of ATmega8 microcontrollers. These became obsolete and were being replaced by the ATmega8A. Unfortunately we have seen huge shortages in AVR microcontrollers over the last 18 months and the new ATmega8A was no different.
Whilst shortages still continue, we have managed to get hold of some ATmega8As in the PDIP package (ATMEGA8A-PU). They are available on their own for $3.90 or as part of a development kit for $18.50. To be fair to everyone we are limiting the purchase of the ATmega8As to a maximum of 5 per order.
EEPROM (Electrically Erasable Programmable Read Only Memory) Is non-volatile memory, meaning it persists after power is removed. The ATmega168 microcontroller has 512 bytes of EEPROM which can be used to store system parameters and small amounts of data. This tutorial shows you how to read and write EEPROM.
Continue reading “Reading and writing Atmega168 EEPROM” »
In this tutorial we will show you how to setup an AVR Eclipse development environment on Windows.
Continue reading “AVR Eclipse Environment on Windows” »
The AVR family of microcontrollers use a modified Harvard Architecture which uses 3 types of memory, most of which are on chip.
Continue reading “AVR Memory Architecture” »
Version 1.5 of the 28 Pin AVR Development Board is now available. As before we have incorporated a number of changes that people had asked for.
The most notable change is a figure-8 shaped hole for mounting the voltage regulator. This configuration allows for both Input/Ground/Output (IGO) and Ground/Output/Input (GOI) style voltage regulators. Other changes to the power supply include the addition of a diode to protect against reverse polarity and a resettable fuse.
Continue reading “Version 1.5 of AVR 28 pin board” »
This tutorial continues on from ATmega8 breadboard circuit Part 1 and ATmega8 breadboard circuit Part 2. So far we’ve built a power supply, added the microcontroller, added some plumbing to make it work and added the ISP interface, but it really doesn’t do anything. The next step is to add some I/O devices and upload some firmware.
A lot of ATmega8 tutorials will use a “Hello World” program which consists of an LED that blinks at 1Hz. For this tutorial we will build on this and have an LED that blinks 3 times when a button is pressed. The first thing we need to do is add the LED and button to the breadboard. Continue reading “ATmega8 breadboard circuit – Part 3 of 3 – The Firmware” »



