Schematics of Arduino using ATMEGA8

deathbyte:
Thanx for schematics but can anyone explain these in that circuit?

What's that blank box(top left corner)?

That's the external power connector. A 7-12vdc wall wart power module or a battery can plug into that connector if you are going to use external power for the board.

Where this block gets connected to main circuit?

It's shown be wired to the input of the on-board +5vdc regulator via D1 diode. The diode is to protect the board from mistake of applying reverse polarity voltage to the external connector.

There are 2 Vin( one in power, other in that blank box). What is Vin?( in know its input to circuit) & where should it be connected to the atmega chip?

Vin is the external voltage (7-12vdc), it wires to two places the input of the voltage regulator (IC2) and pin 1 of the shield power connector. There is no connection directly to the atmega chip as anything over +5vdc would destroy the chip.

PWR_SEL(left bottom corner)?

That's a jumper connector. You install a jumper clip to connect pin 1 to pin 2 when you want to power the board via the external power. You install the jumper clip to connect pin 2 to pin 3 if you wish to use USB voltage to power the board.

P$1 P$2 (in USB)?

These are connections to the metal shell of the USB connector and wire to ground.

What's X3?

These are trace pads run to the optional I/O pins of the serial converter chip. These I/O pins are not accessible to the Arduino, but with custom PC software one could utilize them.

lastly where M8RXD & M8TXD should be connected?

To pins 1 and 2 of the serial converter chip (U4) to resistors R11 and R12. These are the serial data signals to communicate with the atmega via the USB serial link.

Lefty