Convenient AVR ATMEGA board with multiple MCU support

The board is very neat and convenient to use. If you’re just starting to learn prototyping AVR microcontrollers this is just what you might need.

AVR_Board.jpg

If you use DIP socket instead soldering AVR microcontroller directly, then you can interchange following AVR’s: ATMEGA16(L), ATMEGA163(L), ATMEGA32(L), ATMEGA332(L), AT90S8535(L) – well some of them are obsolete models. But they are pin compatible models.

mega_board.PNG

Author wanted to develop this board as simple as possible and as flexible as possible. Therefore there are minimum of elements in this board: Exchangeable oscillator crystal, Reset button, LC filter for A/D converter. There is also Jumper which allows selecting internal or external (5V) reference voltage for A/D.

Programming of microcontroller is done by ISP adapter compatible with STK200 - which is supported by most of tools like PonyProg or AVRdude .

AVR board pdf (602kB) description, pin allocation, diagram and layout of the AVR board

PCB_Layout (50kB) PCB layout and Schematics in Eagle 4.09r2

Blogsphere: TechnoratiFeedsterBloglines
Bookmark: Del.icio.usSpurlFurlSimpyBlinkDigg
RSS feed for comments on this post
 |  TrackBack URI for this post

New on WinAVR Tutorial
Running TX433 and RX433 RF modules with AVR microcontrollers,
Sometimes in embedded design you may want to go wireless. Might be you will want to log various readi …
Programming AVR ADC module with WinAVR,
Most of AVR microcontrollers have Analog to Digital Converter (ADC) integrated in to chip. Such solut …
New on WinARM Tutorial
What are differences between WinARM and WinAVR,
Everyone who is working with AVR microcontrollers knows this powerful tool – WinAVR (http://win …
LPC2000 watchdog timer,
As in all microcontrollers watchdog timers purpose isto reset microcontroller after reasonable amount …

Leave a Reply