SlideShare uma empresa Scribd logo
1 de 12
Baixar para ler offline
ARDUINO SEVERINO
SERIAL SINGLE SIDED VERSION 3
S3v3 (REVISION 2)
USER MANUAL

X1:
DE-9 serial connector
Used to connect computer (or other devices) using RS -232 standard.
Needs a serial cable, with at least 4 pins connected: 2, 3, 4 and 5.
Works only when JP0 is set to 2-3 position.

DC1:
2.1 mm. power jack
Used to connect external power source. Centre positive.
Voltage Regulator Works with regulated +7 to +20 volts DC (9v. to
12v. is recommended).
It is possible to alternatively connect external power using 9v. pin or
5v. pin. (see POWER PINOUT)
ICSP:
2x3 pin header
Used to program Atmega with bootloader. The number 1 on both sides
of the board indicates cable pin1 position.
Used to upload sketches on Atmega ICs without bootloader (available
only in Arduino IDE versions 0011 and 0012).

JP0
3 pins jumper
When in position 2-3, this jumper enables serial connection (through
X1 connector) to/from computer/devices. Use this as default position.
When in position 1 -2, it disables serial communication, and enables
external pull -down resistors on pin0 (RX) and pin1 (TX). Use this only
to prevent noise on RX (that seems incoming data to Atmega), that
sometimes makes sketch not starting.
When removing this jumper, serial communication
pin0 and pin1 work as a normal (flo ating) digital
more digital pins are needed, but only when serial
not necessary. External pull-down/pull -up resistor is

is disabled, and
pin. Useful when
communication is
required.

JP4
2 pins jumper
When in position 1 -2, this jumper enables auto reset feature, useful
when uploading a sketch to Arduino, resetting Atmega automatically.
It makes unnecessary to press reset button (S1) when uploading
sketches.
Be sure that computer COM Port speed is set to 19200bps otherwise
auto reset will not work properly.
If removed, disables auto reset feature. Very useful to prevent
undesired Atmega reset when using sketches that needs serial
communication.
Auto reset works with DTR pulse on serial pin4. Sometimes Arduino
senses a DTR pulse when connecting X1 (serial connector) and some
softwares sends a DTR pulse when it starts or when it closes , that
makes Atmega reset when not desired.
S1
Tactile button
This button resets Atmega, to restart uploaded sketch or to prepare
Arduino to receive a sketch through serial connector (when auto reset
is not active).

LEDS
Indicative leds
POWER led
Turns on when Arduino is powered through DC1, +9v. pin or +5v. pin.
RX led
Blinks when receiving data from computer/device through serial
connection.
TX led
Blinks when
connection.

sending

data

to

computer/device

through

serial

L led
This led is connected to digital pin13 with a current limiter resistor
(that doesn’t affect pin13). Useful to test sketches. It is normal to
blink when bootloading too.

POWER PINOUT
6 pin header
RST pin
Makes Atmega reset when connected to GND. Useful for Shield
Boards, or to connect external reset.
NC pin
This pin is not connected in Arduino S3v3. Arduino Diecimila has a
3.3 volts pin in the same position.
+9v. pin
When Arduino DC1 is powered (with battery or DC adaptor), this pin is
used as Vout, with the same voltage supplied on DC1 (see DC1),
minus 0,7 volts. The total supplied current depends on external power
source capacity
When Arduino DC1 is not powered, +9v. pin can be used as Vin,
connecting it to a external regulated power source (+ 7 to +20 volts)
and connecting 0v . pin to external power source GND. In this case,
+5v. pin can be used as Vout, supplying +5 volts.
+5v. pin
When Arduino DC1 is powered (with battery or DC adaptor), + 5 v . pin
supplies +5 volts as a Vout pin. The total s upplied current depends on
Voltage Regulator (7805 supplies up to 1A). This applies only to +5v.
pin: Atmega in/out pins only supplies max. 40mA on each pin.
When Arduino DC1 is not powered, this pin can be used as Vin,
connecting it to a regulated +5v. and connecting 0v . pin to power
source GND. In this case, +9v . pin is inactive.

0v. pin (GND)
Two 0v. pins between +5v. and +9v. / One 0v. pin beside AREF pin.
When Arduino DC1 is powered, 0v. pin supplies 0 volts reference
(GND) for +5v. pin and +9v. pin.
When DC1 is not powered, and Arduino is powered through +5v. pin
or +9v. pin, 0v. pin must be used as GND reference, c onnecting it to
the external power source GND.

DIGITAL IN/OUT PINOUT
8 pin header (x2)
8 digital inputs/outputs: 0 to 7, corresponding to Port D.
Pin0 (RX) and pin1 (TX) can be used as communication pins.
Pin3, pin5 and pin6 can be used as PWM pins (Atmega168 only).
6 digital inputs/outputs: 8 to 13, corresponding to Port B.
Pin10 (SS), pin11 (MOSI), pin12 (MISO) and pin13 (SCK) can be used
as SPI (Serial Peripheral Interface).
Pin9, pin10 and pin11 can be used as PWM pins (Atmega8 and
Atmega168).
ANALOG IN PINOUT
6 pin header
6 analog inputs: 0 to 5, corresponding to Port C.
Pin4 (SDA) and pin5 (SCL) can be used with I2C (two-w ire serial
bus).
The analog input pins can be used as digital pins with numbers 14
(analog input 0) to 19 (analog input 5).

1 GND pin
see 0v. pin (GND).

AREF pin
The AREF can be set to AVcc (default), internal 2.56 volts (Atmega8),
internal 1.1 volts (Atmega168), or external AREF.
In case of AVcc or internal AREF, AREF pin can be used to attach na
external capacitor to decouple the signal, for better noise
performance.
In case of external AREF, AREF pin is used to attach the external
reference voltage.
Remember that it is necessary to change de fuses (wiring.c file), and
re -upload sketch, before connecting external voltage to AREF.

SOFTWARE TIPS
When bootloading na Atmega8 chip with Arduino 0010, there is a
command (-i800) that makes bootloader delay 10 minutes. So, if you
need to use bootloader, use command line instead of IDE, removing
“– i800” command and adding “–F ” command, or use Arduino 0007
IDE. To upload sketches Ard uino 0010 works fine.
ARDUINO S3v3 NEW FEATURES
•

full compatible with Shield Boards (Version 2 is the only Arduino
Board not compatible with Shield Boards because of ICSP
header wrong position, and tall components);

•

AVcc LP filter to reduce noise level on ADC;

•

auto reset feature ;

•

auto reset enable/disable jumper, to avoid not desired reseting;

•

arduino Diecimila compatible reset pin ;

•

pin13 onboard led, with current limiter resistor;

•

TX and RX onboard leds ;

•

power led with appropriate current limiter resistor (less 20mA of
comsumption);

•

jumper to disable serial communication and to enable RX
external pull down resistor, to avoid “RX floating error”. This
feature allows to use digital pin0 and pin1 as a normal pin, when
serial communication is not need ed;

•

all similar components (diodes, transistors, leds, capacitors)
has the same board orientation (to makes easier to mount with
less mistakes);

•

no wires between pads, more space between wires, larger
wires, larger pads (better for etching, soldering and drilling, with
no short circuits, soldering bridges or open wires in corrosion);

•

only 3 wire bridges;

•

electrolitic capacitor (in serial to TTL circuit) changed to bipolar
type (to avoid inverted voltage problem when serial cable is not
connected);

•

All jumpers are right angle type, to allow Shield Boards use.

www.arduino.cc

Adilson Akashi – 2 7 /d e c /2 0 0 8
ARDUINO SEVERINO
SERIAL SINGLE SIDED VERSION 3
S3v3 (REVISION 2)
MOUNTING MANUAL
BILL OF MATERIAL FOR ARDUINO SERIAL SINGLE SIDED VERSION 3 (S3V3) - REVISION 2
QTY POSITION DESCRIPTION
VALUE
DETAIL
2 C1, C2
ceramic disc capacitor
22pF (22 pico Farad)
4 C3, C4,
ceramic or polyester capacitor 100nF (100 nano Farad - or 0.1 micro
C6, C7
Farad)
2 C5, C8
electrolytic capacitor
100µF (100 micro Farad)
16volts (or more: 25v)
radial-lead
1 C9
non-polarized electrolytic
10µF (10 micro Farad)
16volts (or more: 25v, 50v) radial-lead
capacitor
1 D1
diode
1N4004
DO41-10
2 D2, D3
diode
1N4148
DO35-10
1 DC1
2.1mm. DC power jack
1 IC1
ATMEGA8 (or ATMEGA168)
28P3 package
1 IC2
Tension Regulator
7805C
1 ICSP
male pin header
2x3
2 J1, J3
female pin header
1x8
0.1" (or 2.54 mm.)
2 J2,
female pin header
1x6
0.1" (or 2.54 mm.)
POWER
1 JP0
right angle pin header
1x3
0.1" (or 2.54 mm.)
1 JP4
right angle pin header
1x2
0.1" (or 2.54 mm.)
1 L1
leaded inductor
100µH (100 micro Henry)
axial leaded
(silver)brown, black,
brown, golden
4 LED0,
LED
3 mm.
choose colors
LED1,
LED13,
LED14
1 Q1
16 MHz crystal
5 R1, R2,
Resistor
1kohm (1.0 kilo ohms)
1/4 Watt, ±5%
brown, black, red, gold
R3, R4, R6
1 R9
5 R5, R7,
R8, R10,
R11
1 S1
1 T1

Resistor
Resistor

4k7ohms (4.7 kilo ohms)
10kohms (10.0 kilo ohms)

Switch Tactile
Transistor

6x6 mm., 4 terminals
BC547

1 T2

Transistor

BC557

1 X1

D-SUB CONNECTOR

9 PIN FEMALE RIGHT ANGLE PC
MOUNT

2 Jumpers

jumper for 0.1" header

1/4 Watt, ±5%
1/4 Watt, ±5%

NPN general purpose
transistor
PNP general purpose
transistor
DE-9 CONNECTOR
0.1" (or 2.54 mm.)

yellow, violet, red, gold
brown, black, orange,
gold
B3F-10XX
TO92
TO92
PART LIST FOR ARDUINO SERIAL SINGLE SIDED VERSION 3 (S3V3) - REVISION 2
POSITION VALUE
DESCRIPTION
C1
22pF (22 pico Farad)
ceramic disc capacitor
C2
22pF (22 pico Farad)
ceramic disc capacitor
C3
100nF (100 nano Farad - or 0.1 micro Farad) ceramic or polyester capacitor
C4
100nF (100 nano Farad - or 0.1 micro Farad) ceramic or polyester capacitor
C5
100µF (100 micro Farad)
electrolytic capacitor
C6
100nF (100 nano Farad - or 0.1 micro Farad) ceramic or polyester capacitor
C7
100nF (100 nano Farad - or 0.1 micro Farad) ceramic or polyester capacitor
C8
100µF (100 micro Farad)
electrolytic capacitor
C9
10µF (10 micro Farad)
non-polarized electrolytic capacitor
D1
1N4004
diode
D2
1N4148
diode
D3
1N4148
diode
DC1
2.1mm. DC power jack
IC1
ATMEGA8 (or ATMEGA168)
IC2
7805C
Tension Regulator
ICSP
2x3
male pin header
J1
1x8
female pin header
J2
1x6
female pin header
J3
1x8
female pin header
JP0
1x3
right angle pin header
JP4
1x2
right angle pin header
L1
100µH
leaded inductor
LED0
3 mm.
LED
LED1
3 mm.
LED
LED13
3 mm.
LED
LED14
3 mm.
LED
POWER
1x6
female pin header
Q1
16 MHz crystal
R1
1kohm (1.0 kilo ohm)
Resistor
R2
1kohm (1.0 kilo ohm)
Resistor
R3
1kohm (1.0 kilo ohm)
Resistor
R4
1kohm (1.0 kilo ohm)
Resistor
R5
10kohms (10.0 kilo ohms)
Resistor
R6
1kohm (1.0 kilo ohm)
Resistor
R7
10kohms (10.0 kilo ohms)
Resistor
R8
10kohms (10.0 kilo ohms)
Resistor
R9
4k7ohms (4.7 kilo ohms)
Resistor
R10
10kohms (10.0 kilo ohms)
Resistor
R11
10kohms (10.0 kilo ohms)
Resistor
S1
6x6 mm., 4 terminals
Switch Tactile
T1
BC547
Transistor
T2
BC557
Transistor
X1
9 PIN FEMALE RIGHT ANGLE PC MOUNT D-SUB CONNECTOR
jumper
0.1" (or 2.54 mm.)
jumper
0.1" (or 2.54 mm.)

DETAIL

16volts (or more: 25v)

16volts (or more: 25v)
16volts (or more: 25v, 50v)
DO41-10
DO35-10
DO35-10

radial-lead
radial-lead
radial-lead
radial-lead

28P3 package

0.1" (or 2.54 mm.)
0.1" (or 2.54 mm.)
0.1" (or 2.54 mm.)
0.1" (or 2.54 mm.)
0.1" (or 2.54 mm.)
axial leaded
choose a color
choose a color
choose a color
choose a color

1/4 Watt, ±5%
1/4 Watt, ±5%
1/4 Watt, ±5%
1/4 Watt, ±5%
1/4 Watt, ±5%
1/4 Watt, ±5%
1/4 Watt, ±5%
1/4 Watt, ±5%
1/4 Watt, ±5%
1/4 Watt, ±5%
1/4 Watt, ±5%

ICSP
PORT D(D0-D7)
PORT C(A0-A5)
PORT B(D8-D13)
AUTO RESET
(silver)brown, black, brown, golden
Rx Led
Tx Led
Pin13 Led
Power Led

brown, black, red, gold
brown, black, red, gold
brown, black, red, gold
brown, black, red, gold
brown, black, orange, gold
brown, black, red, gold
brown, black, orange, gold
brown, black, orange, gold
yellow, violet, red, gold
brown, black, orange, gold
brown, black, orange, gold
B3F-10XX
NPN general purpose transistor TO92
PNP general purpose transistor TO92
DE-9 CONNECTOR
PCB – SOLDERING SIDE (Mirror Image)

PCB – COMPONENT SIDE (Mirror Image)
SCHEMATIC

DRILLING DIAGRAM (Soldering Side View)
MOUNTING DIAGRAM (Component Side View)

Mounting Tips
Pay attention to LED’s lateral chamfer, electrolitical capacitor’s
negative (-) pole mark (mounting diagram has positive (+) mark),
diode’s stripe, Atmega IC’s and IC socket ’s notch, and transistor’s
numbers and positions. Note that similar components have the same
board orientation.

Mais conteúdo relacionado

Mais procurados

Advanced motion controls azbe12a8
Advanced motion controls azbe12a8Advanced motion controls azbe12a8
Advanced motion controls azbe12a8Electromate
 
Digital stop watch
Digital stop watchDigital stop watch
Digital stop watchviv3ksharma
 
Advanced motion controls azbe6a8
Advanced motion controls azbe6a8Advanced motion controls azbe6a8
Advanced motion controls azbe6a8Electromate
 
Advanced motion controls azb12a8
Advanced motion controls azb12a8Advanced motion controls azb12a8
Advanced motion controls azb12a8Electromate
 
Electronics schematic circuits for the hobbyist
Electronics schematic circuits for the hobbyistElectronics schematic circuits for the hobbyist
Electronics schematic circuits for the hobbyistben kamau
 
Arduino UNO R3 Projects - Robomart
Arduino UNO R3 Projects - RobomartArduino UNO R3 Projects - Robomart
Arduino UNO R3 Projects - RobomartRavi Kant Pal
 
CMEL 2.4 inch Amoled(240x320) Datasheet
CMEL 2.4 inch Amoled(240x320) DatasheetCMEL 2.4 inch Amoled(240x320) Datasheet
CMEL 2.4 inch Amoled(240x320) DatasheetPanox Display
 
Advanced motion controls azbdc12a8
Advanced motion controls azbdc12a8Advanced motion controls azbdc12a8
Advanced motion controls azbdc12a8Electromate
 
Digitalclock project 2016 with timer 555 & IC 7490 & IC 7474 & 7 segment
Digitalclock project 2016 with timer 555 & IC 7490 & IC 7474 & 7 segmentDigitalclock project 2016 with timer 555 & IC 7490 & IC 7474 & 7 segment
Digitalclock project 2016 with timer 555 & IC 7490 & IC 7474 & 7 segmentIbrahim R
 
Logic gate tester for IC's ( Digital Electronics and Logic deisgn EE3114 )
Logic gate tester for IC's ( Digital Electronics and Logic deisgn EE3114 )Logic gate tester for IC's ( Digital Electronics and Logic deisgn EE3114 )
Logic gate tester for IC's ( Digital Electronics and Logic deisgn EE3114 )Jikrul Sayeed
 
Advanced motion controls azbe20a8
Advanced motion controls azbe20a8Advanced motion controls azbe20a8
Advanced motion controls azbe20a8Electromate
 
Advanced motion controls azbdc6a8
Advanced motion controls azbdc6a8Advanced motion controls azbdc6a8
Advanced motion controls azbdc6a8Electromate
 
Advanced motion controls azb6a8
Advanced motion controls azb6a8Advanced motion controls azb6a8
Advanced motion controls azb6a8Electromate
 
Advanced motion controls azbh6a8
Advanced motion controls azbh6a8Advanced motion controls azbh6a8
Advanced motion controls azbh6a8Electromate
 
Advanced motion controls azbe10a20
Advanced motion controls azbe10a20Advanced motion controls azbe10a20
Advanced motion controls azbe10a20Electromate
 

Mais procurados (20)

Advanced motion controls azbe12a8
Advanced motion controls azbe12a8Advanced motion controls azbe12a8
Advanced motion controls azbe12a8
 
Digital stop watch
Digital stop watchDigital stop watch
Digital stop watch
 
Advanced motion controls azbe6a8
Advanced motion controls azbe6a8Advanced motion controls azbe6a8
Advanced motion controls azbe6a8
 
Tda8511 j
Tda8511 jTda8511 j
Tda8511 j
 
Advanced motion controls azb12a8
Advanced motion controls azb12a8Advanced motion controls azb12a8
Advanced motion controls azb12a8
 
Encoder incremental
Encoder incrementalEncoder incremental
Encoder incremental
 
Electronics schematic circuits for the hobbyist
Electronics schematic circuits for the hobbyistElectronics schematic circuits for the hobbyist
Electronics schematic circuits for the hobbyist
 
Arduino UNO R3 Projects - Robomart
Arduino UNO R3 Projects - RobomartArduino UNO R3 Projects - Robomart
Arduino UNO R3 Projects - Robomart
 
CMEL 2.4 inch Amoled(240x320) Datasheet
CMEL 2.4 inch Amoled(240x320) DatasheetCMEL 2.4 inch Amoled(240x320) Datasheet
CMEL 2.4 inch Amoled(240x320) Datasheet
 
Advanced motion controls azbdc12a8
Advanced motion controls azbdc12a8Advanced motion controls azbdc12a8
Advanced motion controls azbdc12a8
 
Digitalclock project 2016 with timer 555 & IC 7490 & IC 7474 & 7 segment
Digitalclock project 2016 with timer 555 & IC 7490 & IC 7474 & 7 segmentDigitalclock project 2016 with timer 555 & IC 7490 & IC 7474 & 7 segment
Digitalclock project 2016 with timer 555 & IC 7490 & IC 7474 & 7 segment
 
Logic gate tester for IC's ( Digital Electronics and Logic deisgn EE3114 )
Logic gate tester for IC's ( Digital Electronics and Logic deisgn EE3114 )Logic gate tester for IC's ( Digital Electronics and Logic deisgn EE3114 )
Logic gate tester for IC's ( Digital Electronics and Logic deisgn EE3114 )
 
Advanced motion controls azbe20a8
Advanced motion controls azbe20a8Advanced motion controls azbe20a8
Advanced motion controls azbe20a8
 
Advanced motion controls azbdc6a8
Advanced motion controls azbdc6a8Advanced motion controls azbdc6a8
Advanced motion controls azbdc6a8
 
Advanced motion controls azb6a8
Advanced motion controls azb6a8Advanced motion controls azb6a8
Advanced motion controls azb6a8
 
Advanced motion controls azbh6a8
Advanced motion controls azbh6a8Advanced motion controls azbh6a8
Advanced motion controls azbh6a8
 
Advanced motion controls azbe10a20
Advanced motion controls azbe10a20Advanced motion controls azbe10a20
Advanced motion controls azbe10a20
 
Digital dice
Digital diceDigital dice
Digital dice
 
2th year iv sem de lab manual
2th year iv sem de lab manual2th year iv sem de lab manual
2th year iv sem de lab manual
 
Experimentdsd[1]
Experimentdsd[1]Experimentdsd[1]
Experimentdsd[1]
 

Destaque

Connecting Arduino and Android
Connecting Arduino and AndroidConnecting Arduino and Android
Connecting Arduino and AndroidMichał Tuszyński
 
Introduction to Arduino
Introduction to ArduinoIntroduction to Arduino
Introduction to ArduinoRichard Rixham
 
Arduino Development For Beginners
Arduino Development For BeginnersArduino Development For Beginners
Arduino Development For BeginnersFTS seminar
 
Arduino Presentation
Arduino PresentationArduino Presentation
Arduino PresentationDavide Gomba
 
Intro to Arduino
Intro to ArduinoIntro to Arduino
Intro to Arduinoavikdhupar
 
Arduino Full Tutorial
Arduino Full TutorialArduino Full Tutorial
Arduino Full TutorialAkshay Sharma
 
Introduction to arduino
Introduction to arduinoIntroduction to arduino
Introduction to arduinoAhmed Sakr
 
Arduino Lecture 1 - Introducing the Arduino
Arduino Lecture 1 - Introducing the ArduinoArduino Lecture 1 - Introducing the Arduino
Arduino Lecture 1 - Introducing the ArduinoEoin Brazil
 
Introduction to Arduino Programming
Introduction to Arduino ProgrammingIntroduction to Arduino Programming
Introduction to Arduino ProgrammingJames Lewis
 

Destaque (12)

So i got an Arduino now what
So i got an Arduino now whatSo i got an Arduino now what
So i got an Arduino now what
 
Connecting Arduino and Android
Connecting Arduino and AndroidConnecting Arduino and Android
Connecting Arduino and Android
 
Arduino + Android
Arduino + AndroidArduino + Android
Arduino + Android
 
Introduction to Arduino
Introduction to ArduinoIntroduction to Arduino
Introduction to Arduino
 
Arduino Development For Beginners
Arduino Development For BeginnersArduino Development For Beginners
Arduino Development For Beginners
 
Arduino Presentation
Arduino PresentationArduino Presentation
Arduino Presentation
 
Arduino
ArduinoArduino
Arduino
 
Intro to Arduino
Intro to ArduinoIntro to Arduino
Intro to Arduino
 
Arduino Full Tutorial
Arduino Full TutorialArduino Full Tutorial
Arduino Full Tutorial
 
Introduction to arduino
Introduction to arduinoIntroduction to arduino
Introduction to arduino
 
Arduino Lecture 1 - Introducing the Arduino
Arduino Lecture 1 - Introducing the ArduinoArduino Lecture 1 - Introducing the Arduino
Arduino Lecture 1 - Introducing the Arduino
 
Introduction to Arduino Programming
Introduction to Arduino ProgrammingIntroduction to Arduino Programming
Introduction to Arduino Programming
 

Semelhante a Arduino severinomanual2

Education Documantary
Education DocumantaryEducation Documantary
Education Documantarytagataho
 
The arduino uno is a microcontroller board based on the
The arduino uno is a microcontroller board based on theThe arduino uno is a microcontroller board based on the
The arduino uno is a microcontroller board based on thePramod Kumar
 
Office automation system using arduino
Office automation system using arduinoOffice automation system using arduino
Office automation system using arduinoAshfaqul Haque John
 
Arduino a000066-datasheet
Arduino a000066-datasheetArduino a000066-datasheet
Arduino a000066-datasheetThien Tranminh
 
Touch Switch (Smart Switches) by arduino Project report file
Touch Switch (Smart Switches) by arduino  Project  report fileTouch Switch (Smart Switches) by arduino  Project  report file
Touch Switch (Smart Switches) by arduino Project report fileimkanhaiyalal
 
Arduino arduino boarduno
Arduino   arduino boardunoArduino   arduino boarduno
Arduino arduino boardunoFilipe Campos
 
MAN0852_HE-XE102-10_8-21-07
MAN0852_HE-XE102-10_8-21-07MAN0852_HE-XE102-10_8-21-07
MAN0852_HE-XE102-10_8-21-07Dana Kincaid
 
Advanced motion controls azbdc10a4
Advanced motion controls azbdc10a4Advanced motion controls azbdc10a4
Advanced motion controls azbdc10a4Electromate
 
Advanced motion controls azbdc20a20
Advanced motion controls azbdc20a20Advanced motion controls azbdc20a20
Advanced motion controls azbdc20a20Electromate
 
Arduino ohm meter by Engr.Danish Nouman
Arduino ohm meter  by Engr.Danish NoumanArduino ohm meter  by Engr.Danish Nouman
Arduino ohm meter by Engr.Danish Nouman4319961511995
 
Mc module5 lcd_interface_ppt_msj
Mc module5 lcd_interface_ppt_msjMc module5 lcd_interface_ppt_msj
Mc module5 lcd_interface_ppt_msjmangala jolad
 

Semelhante a Arduino severinomanual2 (20)

Arduino
ArduinoArduino
Arduino
 
Education Documantary
Education DocumantaryEducation Documantary
Education Documantary
 
Arduino uno
Arduino unoArduino uno
Arduino uno
 
The arduino uno is a microcontroller board based on the
The arduino uno is a microcontroller board based on theThe arduino uno is a microcontroller board based on the
The arduino uno is a microcontroller board based on the
 
aA000047
aA000047aA000047
aA000047
 
Arduino Uno
Arduino UnoArduino Uno
Arduino Uno
 
Neno Project.docx
Neno Project.docxNeno Project.docx
Neno Project.docx
 
Office automation system using arduino
Office automation system using arduinoOffice automation system using arduino
Office automation system using arduino
 
Smart Blind stick by using arduino uno and sensor
 Smart Blind stick  by using arduino  uno  and sensor Smart Blind stick  by using arduino  uno  and sensor
Smart Blind stick by using arduino uno and sensor
 
Arduino a000066-datasheet
Arduino a000066-datasheetArduino a000066-datasheet
Arduino a000066-datasheet
 
Touch Switch (Smart Switches) by arduino Project report file
Touch Switch (Smart Switches) by arduino  Project  report fileTouch Switch (Smart Switches) by arduino  Project  report file
Touch Switch (Smart Switches) by arduino Project report file
 
Arduino arduino boarduno
Arduino   arduino boardunoArduino   arduino boarduno
Arduino arduino boarduno
 
ARDUINO (1).pdf
ARDUINO (1).pdfARDUINO (1).pdf
ARDUINO (1).pdf
 
iot1&2.pdf
iot1&2.pdfiot1&2.pdf
iot1&2.pdf
 
MAN0852_HE-XE102-10_8-21-07
MAN0852_HE-XE102-10_8-21-07MAN0852_HE-XE102-10_8-21-07
MAN0852_HE-XE102-10_8-21-07
 
Advanced motion controls azbdc10a4
Advanced motion controls azbdc10a4Advanced motion controls azbdc10a4
Advanced motion controls azbdc10a4
 
Advanced motion controls azbdc20a20
Advanced motion controls azbdc20a20Advanced motion controls azbdc20a20
Advanced motion controls azbdc20a20
 
Arduino ohm meter by Engr.Danish Nouman
Arduino ohm meter  by Engr.Danish NoumanArduino ohm meter  by Engr.Danish Nouman
Arduino ohm meter by Engr.Danish Nouman
 
Mc module5 lcd_interface_ppt_msj
Mc module5 lcd_interface_ppt_msjMc module5 lcd_interface_ppt_msj
Mc module5 lcd_interface_ppt_msj
 
Arduino Uno Pin Description
Arduino Uno Pin DescriptionArduino Uno Pin Description
Arduino Uno Pin Description
 

Mais de Muhammad Khan

Tutorial dec0604(print24) Programming a PIC
Tutorial dec0604(print24) Programming a PICTutorial dec0604(print24) Programming a PIC
Tutorial dec0604(print24) Programming a PICMuhammad Khan
 
Trafficlight Circuit
Trafficlight CircuitTrafficlight Circuit
Trafficlight CircuitMuhammad Khan
 
Simplest Continuity Tester
Simplest Continuity TesterSimplest Continuity Tester
Simplest Continuity TesterMuhammad Khan
 
Simple led flasher circuits
Simple led flasher circuitsSimple led flasher circuits
Simple led flasher circuitsMuhammad Khan
 
F 18 plans-tiled(Foamy)
F 18 plans-tiled(Foamy)F 18 plans-tiled(Foamy)
F 18 plans-tiled(Foamy)Muhammad Khan
 
F15 plans tiled(Foamy)
F15 plans tiled(Foamy)F15 plans tiled(Foamy)
F15 plans tiled(Foamy)Muhammad Khan
 
Electronic Circuit For Christmas Tree
Electronic Circuit For Christmas TreeElectronic Circuit For Christmas Tree
Electronic Circuit For Christmas TreeMuhammad Khan
 
Electronic Valentine Heart Project
Electronic Valentine Heart ProjectElectronic Valentine Heart Project
Electronic Valentine Heart ProjectMuhammad Khan
 
Circuit For Continuity Tester
Circuit For Continuity TesterCircuit For Continuity Tester
Circuit For Continuity TesterMuhammad Khan
 

Mais de Muhammad Khan (10)

Tutorial dec0604(print24) Programming a PIC
Tutorial dec0604(print24) Programming a PICTutorial dec0604(print24) Programming a PIC
Tutorial dec0604(print24) Programming a PIC
 
Trafficlight Circuit
Trafficlight CircuitTrafficlight Circuit
Trafficlight Circuit
 
Simplest Continuity Tester
Simplest Continuity TesterSimplest Continuity Tester
Simplest Continuity Tester
 
Simple led flasher circuits
Simple led flasher circuitsSimple led flasher circuits
Simple led flasher circuits
 
F 18 plans-tiled(Foamy)
F 18 plans-tiled(Foamy)F 18 plans-tiled(Foamy)
F 18 plans-tiled(Foamy)
 
F15 plans tiled(Foamy)
F15 plans tiled(Foamy)F15 plans tiled(Foamy)
F15 plans tiled(Foamy)
 
PIC Axe049(print34)
PIC Axe049(print34)PIC Axe049(print34)
PIC Axe049(print34)
 
Electronic Circuit For Christmas Tree
Electronic Circuit For Christmas TreeElectronic Circuit For Christmas Tree
Electronic Circuit For Christmas Tree
 
Electronic Valentine Heart Project
Electronic Valentine Heart ProjectElectronic Valentine Heart Project
Electronic Valentine Heart Project
 
Circuit For Continuity Tester
Circuit For Continuity TesterCircuit For Continuity Tester
Circuit For Continuity Tester
 

Último

Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 

Último (20)

Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 

Arduino severinomanual2

  • 1. ARDUINO SEVERINO SERIAL SINGLE SIDED VERSION 3 S3v3 (REVISION 2) USER MANUAL X1: DE-9 serial connector Used to connect computer (or other devices) using RS -232 standard. Needs a serial cable, with at least 4 pins connected: 2, 3, 4 and 5. Works only when JP0 is set to 2-3 position. DC1: 2.1 mm. power jack Used to connect external power source. Centre positive. Voltage Regulator Works with regulated +7 to +20 volts DC (9v. to 12v. is recommended). It is possible to alternatively connect external power using 9v. pin or 5v. pin. (see POWER PINOUT)
  • 2. ICSP: 2x3 pin header Used to program Atmega with bootloader. The number 1 on both sides of the board indicates cable pin1 position. Used to upload sketches on Atmega ICs without bootloader (available only in Arduino IDE versions 0011 and 0012). JP0 3 pins jumper When in position 2-3, this jumper enables serial connection (through X1 connector) to/from computer/devices. Use this as default position. When in position 1 -2, it disables serial communication, and enables external pull -down resistors on pin0 (RX) and pin1 (TX). Use this only to prevent noise on RX (that seems incoming data to Atmega), that sometimes makes sketch not starting. When removing this jumper, serial communication pin0 and pin1 work as a normal (flo ating) digital more digital pins are needed, but only when serial not necessary. External pull-down/pull -up resistor is is disabled, and pin. Useful when communication is required. JP4 2 pins jumper When in position 1 -2, this jumper enables auto reset feature, useful when uploading a sketch to Arduino, resetting Atmega automatically. It makes unnecessary to press reset button (S1) when uploading sketches. Be sure that computer COM Port speed is set to 19200bps otherwise auto reset will not work properly. If removed, disables auto reset feature. Very useful to prevent undesired Atmega reset when using sketches that needs serial communication. Auto reset works with DTR pulse on serial pin4. Sometimes Arduino senses a DTR pulse when connecting X1 (serial connector) and some softwares sends a DTR pulse when it starts or when it closes , that makes Atmega reset when not desired.
  • 3. S1 Tactile button This button resets Atmega, to restart uploaded sketch or to prepare Arduino to receive a sketch through serial connector (when auto reset is not active). LEDS Indicative leds POWER led Turns on when Arduino is powered through DC1, +9v. pin or +5v. pin. RX led Blinks when receiving data from computer/device through serial connection. TX led Blinks when connection. sending data to computer/device through serial L led This led is connected to digital pin13 with a current limiter resistor (that doesn’t affect pin13). Useful to test sketches. It is normal to blink when bootloading too. POWER PINOUT 6 pin header RST pin Makes Atmega reset when connected to GND. Useful for Shield Boards, or to connect external reset. NC pin This pin is not connected in Arduino S3v3. Arduino Diecimila has a 3.3 volts pin in the same position.
  • 4. +9v. pin When Arduino DC1 is powered (with battery or DC adaptor), this pin is used as Vout, with the same voltage supplied on DC1 (see DC1), minus 0,7 volts. The total supplied current depends on external power source capacity When Arduino DC1 is not powered, +9v. pin can be used as Vin, connecting it to a external regulated power source (+ 7 to +20 volts) and connecting 0v . pin to external power source GND. In this case, +5v. pin can be used as Vout, supplying +5 volts. +5v. pin When Arduino DC1 is powered (with battery or DC adaptor), + 5 v . pin supplies +5 volts as a Vout pin. The total s upplied current depends on Voltage Regulator (7805 supplies up to 1A). This applies only to +5v. pin: Atmega in/out pins only supplies max. 40mA on each pin. When Arduino DC1 is not powered, this pin can be used as Vin, connecting it to a regulated +5v. and connecting 0v . pin to power source GND. In this case, +9v . pin is inactive. 0v. pin (GND) Two 0v. pins between +5v. and +9v. / One 0v. pin beside AREF pin. When Arduino DC1 is powered, 0v. pin supplies 0 volts reference (GND) for +5v. pin and +9v. pin. When DC1 is not powered, and Arduino is powered through +5v. pin or +9v. pin, 0v. pin must be used as GND reference, c onnecting it to the external power source GND. DIGITAL IN/OUT PINOUT 8 pin header (x2) 8 digital inputs/outputs: 0 to 7, corresponding to Port D. Pin0 (RX) and pin1 (TX) can be used as communication pins. Pin3, pin5 and pin6 can be used as PWM pins (Atmega168 only). 6 digital inputs/outputs: 8 to 13, corresponding to Port B. Pin10 (SS), pin11 (MOSI), pin12 (MISO) and pin13 (SCK) can be used as SPI (Serial Peripheral Interface). Pin9, pin10 and pin11 can be used as PWM pins (Atmega8 and Atmega168).
  • 5. ANALOG IN PINOUT 6 pin header 6 analog inputs: 0 to 5, corresponding to Port C. Pin4 (SDA) and pin5 (SCL) can be used with I2C (two-w ire serial bus). The analog input pins can be used as digital pins with numbers 14 (analog input 0) to 19 (analog input 5). 1 GND pin see 0v. pin (GND). AREF pin The AREF can be set to AVcc (default), internal 2.56 volts (Atmega8), internal 1.1 volts (Atmega168), or external AREF. In case of AVcc or internal AREF, AREF pin can be used to attach na external capacitor to decouple the signal, for better noise performance. In case of external AREF, AREF pin is used to attach the external reference voltage. Remember that it is necessary to change de fuses (wiring.c file), and re -upload sketch, before connecting external voltage to AREF. SOFTWARE TIPS When bootloading na Atmega8 chip with Arduino 0010, there is a command (-i800) that makes bootloader delay 10 minutes. So, if you need to use bootloader, use command line instead of IDE, removing “– i800” command and adding “–F ” command, or use Arduino 0007 IDE. To upload sketches Ard uino 0010 works fine.
  • 6. ARDUINO S3v3 NEW FEATURES • full compatible with Shield Boards (Version 2 is the only Arduino Board not compatible with Shield Boards because of ICSP header wrong position, and tall components); • AVcc LP filter to reduce noise level on ADC; • auto reset feature ; • auto reset enable/disable jumper, to avoid not desired reseting; • arduino Diecimila compatible reset pin ; • pin13 onboard led, with current limiter resistor; • TX and RX onboard leds ; • power led with appropriate current limiter resistor (less 20mA of comsumption); • jumper to disable serial communication and to enable RX external pull down resistor, to avoid “RX floating error”. This feature allows to use digital pin0 and pin1 as a normal pin, when serial communication is not need ed; • all similar components (diodes, transistors, leds, capacitors) has the same board orientation (to makes easier to mount with less mistakes); • no wires between pads, more space between wires, larger wires, larger pads (better for etching, soldering and drilling, with no short circuits, soldering bridges or open wires in corrosion); • only 3 wire bridges; • electrolitic capacitor (in serial to TTL circuit) changed to bipolar type (to avoid inverted voltage problem when serial cable is not connected); • All jumpers are right angle type, to allow Shield Boards use. www.arduino.cc Adilson Akashi – 2 7 /d e c /2 0 0 8
  • 7. ARDUINO SEVERINO SERIAL SINGLE SIDED VERSION 3 S3v3 (REVISION 2) MOUNTING MANUAL
  • 8. BILL OF MATERIAL FOR ARDUINO SERIAL SINGLE SIDED VERSION 3 (S3V3) - REVISION 2 QTY POSITION DESCRIPTION VALUE DETAIL 2 C1, C2 ceramic disc capacitor 22pF (22 pico Farad) 4 C3, C4, ceramic or polyester capacitor 100nF (100 nano Farad - or 0.1 micro C6, C7 Farad) 2 C5, C8 electrolytic capacitor 100µF (100 micro Farad) 16volts (or more: 25v) radial-lead 1 C9 non-polarized electrolytic 10µF (10 micro Farad) 16volts (or more: 25v, 50v) radial-lead capacitor 1 D1 diode 1N4004 DO41-10 2 D2, D3 diode 1N4148 DO35-10 1 DC1 2.1mm. DC power jack 1 IC1 ATMEGA8 (or ATMEGA168) 28P3 package 1 IC2 Tension Regulator 7805C 1 ICSP male pin header 2x3 2 J1, J3 female pin header 1x8 0.1" (or 2.54 mm.) 2 J2, female pin header 1x6 0.1" (or 2.54 mm.) POWER 1 JP0 right angle pin header 1x3 0.1" (or 2.54 mm.) 1 JP4 right angle pin header 1x2 0.1" (or 2.54 mm.) 1 L1 leaded inductor 100µH (100 micro Henry) axial leaded (silver)brown, black, brown, golden 4 LED0, LED 3 mm. choose colors LED1, LED13, LED14 1 Q1 16 MHz crystal 5 R1, R2, Resistor 1kohm (1.0 kilo ohms) 1/4 Watt, ±5% brown, black, red, gold R3, R4, R6 1 R9 5 R5, R7, R8, R10, R11 1 S1 1 T1 Resistor Resistor 4k7ohms (4.7 kilo ohms) 10kohms (10.0 kilo ohms) Switch Tactile Transistor 6x6 mm., 4 terminals BC547 1 T2 Transistor BC557 1 X1 D-SUB CONNECTOR 9 PIN FEMALE RIGHT ANGLE PC MOUNT 2 Jumpers jumper for 0.1" header 1/4 Watt, ±5% 1/4 Watt, ±5% NPN general purpose transistor PNP general purpose transistor DE-9 CONNECTOR 0.1" (or 2.54 mm.) yellow, violet, red, gold brown, black, orange, gold B3F-10XX TO92 TO92
  • 9. PART LIST FOR ARDUINO SERIAL SINGLE SIDED VERSION 3 (S3V3) - REVISION 2 POSITION VALUE DESCRIPTION C1 22pF (22 pico Farad) ceramic disc capacitor C2 22pF (22 pico Farad) ceramic disc capacitor C3 100nF (100 nano Farad - or 0.1 micro Farad) ceramic or polyester capacitor C4 100nF (100 nano Farad - or 0.1 micro Farad) ceramic or polyester capacitor C5 100µF (100 micro Farad) electrolytic capacitor C6 100nF (100 nano Farad - or 0.1 micro Farad) ceramic or polyester capacitor C7 100nF (100 nano Farad - or 0.1 micro Farad) ceramic or polyester capacitor C8 100µF (100 micro Farad) electrolytic capacitor C9 10µF (10 micro Farad) non-polarized electrolytic capacitor D1 1N4004 diode D2 1N4148 diode D3 1N4148 diode DC1 2.1mm. DC power jack IC1 ATMEGA8 (or ATMEGA168) IC2 7805C Tension Regulator ICSP 2x3 male pin header J1 1x8 female pin header J2 1x6 female pin header J3 1x8 female pin header JP0 1x3 right angle pin header JP4 1x2 right angle pin header L1 100µH leaded inductor LED0 3 mm. LED LED1 3 mm. LED LED13 3 mm. LED LED14 3 mm. LED POWER 1x6 female pin header Q1 16 MHz crystal R1 1kohm (1.0 kilo ohm) Resistor R2 1kohm (1.0 kilo ohm) Resistor R3 1kohm (1.0 kilo ohm) Resistor R4 1kohm (1.0 kilo ohm) Resistor R5 10kohms (10.0 kilo ohms) Resistor R6 1kohm (1.0 kilo ohm) Resistor R7 10kohms (10.0 kilo ohms) Resistor R8 10kohms (10.0 kilo ohms) Resistor R9 4k7ohms (4.7 kilo ohms) Resistor R10 10kohms (10.0 kilo ohms) Resistor R11 10kohms (10.0 kilo ohms) Resistor S1 6x6 mm., 4 terminals Switch Tactile T1 BC547 Transistor T2 BC557 Transistor X1 9 PIN FEMALE RIGHT ANGLE PC MOUNT D-SUB CONNECTOR jumper 0.1" (or 2.54 mm.) jumper 0.1" (or 2.54 mm.) DETAIL 16volts (or more: 25v) 16volts (or more: 25v) 16volts (or more: 25v, 50v) DO41-10 DO35-10 DO35-10 radial-lead radial-lead radial-lead radial-lead 28P3 package 0.1" (or 2.54 mm.) 0.1" (or 2.54 mm.) 0.1" (or 2.54 mm.) 0.1" (or 2.54 mm.) 0.1" (or 2.54 mm.) axial leaded choose a color choose a color choose a color choose a color 1/4 Watt, ±5% 1/4 Watt, ±5% 1/4 Watt, ±5% 1/4 Watt, ±5% 1/4 Watt, ±5% 1/4 Watt, ±5% 1/4 Watt, ±5% 1/4 Watt, ±5% 1/4 Watt, ±5% 1/4 Watt, ±5% 1/4 Watt, ±5% ICSP PORT D(D0-D7) PORT C(A0-A5) PORT B(D8-D13) AUTO RESET (silver)brown, black, brown, golden Rx Led Tx Led Pin13 Led Power Led brown, black, red, gold brown, black, red, gold brown, black, red, gold brown, black, red, gold brown, black, orange, gold brown, black, red, gold brown, black, orange, gold brown, black, orange, gold yellow, violet, red, gold brown, black, orange, gold brown, black, orange, gold B3F-10XX NPN general purpose transistor TO92 PNP general purpose transistor TO92 DE-9 CONNECTOR
  • 10. PCB – SOLDERING SIDE (Mirror Image) PCB – COMPONENT SIDE (Mirror Image)
  • 12. MOUNTING DIAGRAM (Component Side View) Mounting Tips Pay attention to LED’s lateral chamfer, electrolitical capacitor’s negative (-) pole mark (mounting diagram has positive (+) mark), diode’s stripe, Atmega IC’s and IC socket ’s notch, and transistor’s numbers and positions. Note that similar components have the same board orientation.