Begining with AVT uController based board Design

Hi everybody,

I would like to begin to design my own boards. Thus, once I have prototiped a projects with Arduino I can minimize the hardware.
I wondered if someone who had thought same as I have relevant information to share, some tutorials or guidance in order to enter in this world.

Thanks in Advance,

Aitor!

Sure, get a copy of Eagle from cadsoftusa.com, download the reference files from the Products page, and go thru eagle tutorials at sparkfun.com
Will be designing stuff like this dual '328P card in no time ...
Cross Roads Electronics

CrossRoads:
Sure, get a copy of Eagle from cadsoftusa.com, download the reference files from the Products page, and go thru eagle tutorials at sparkfun.com
Will be designing stuff like this dual '328P card in no time ...
Cross Roads Electronics

Thanks! Helpful!

I already have a little experience creating simple pcb Boards. But I would like to have a reference or examples about how to make a pcb with microcontroller. I mean, how to create properly the clock, the serial port, etc...

Thanks :slight_smile:

create properly the clock, the serial port

You don't really create them, the serial port is internal although you may want to add transceivers. The clock is generated internally with the help of an external resonator or crystal.

I don't know if there is a general "how to" tutorial somewhere, but specific questions can be answered here.


Rob