Eval Kit Manual
DN[Document ID]
AS6200
AS6200C
Adapter Board
AS6200-WL_EK_A
AS6200C-WL_EK_AB
ams Eval Kit Manual
[v1-01] 2017-Dec-01
Page 1
Document Feedback
AS6200 Adapter Board
Content Guide
1
1.1
2
3
3.1
3.2
3.3
4
4.1
4.2
5
5.1
5.2
5.3
6
7
Introduction .......................................................................................................................... 3
Kit Content ........................................................................................................................... 3
Getting Started ..................................................................................................................... 4
Hardware Description........................................................................................................... 4
Hardware Architecture ......................................................................................................... 4
AS6200 Configuration .......................................................................................................... 5
Power Supply and Connections ........................................................................................... 5
Software Description ............................................................................................................ 6
Index Register ...................................................................................................................... 6
Temperature Register .......................................................................................................... 7
Schematics, Layers and BOM ............................................................................................. 8
Schematics ........................................................................................................................... 8
Layout and Board Dimensions ............................................................................................. 9
Bill of Materials ................................................................................................................... 10
Copyrights & Disclaimer ..................................................................................................... 12
Revision Information .......................................................................................................... 13
ams Eval Kit Manual
[v1-01] 2017-Dec-01
Page 2
Document Feedback
AS6200 Adapter Board
1
Introduction
The AS6200 and AS6200C adapter boards are a small PCB allowing a simple and quick evaluation
of the AS6200 and AS6200C digital temperature sensors without the need to design a custom PCB.
This small form factor board is fully assembled with the AS6200/C temperature sensor and its
necessary external components.
1.1
Kit Content
This kit contains following material listed in
Table 1: Kit
Content.
Figure 1: adapter board
Pos.
1
Item
AS6200-EK-AB or AS6200C-EK-AB
Comment
Eval kit adapter board
Table 1: Kit Content
ams Eval Kit Manual
[v1-01] 2017-Dec-01
Page 3
Document Feedback
AS6200 Adapter Board
2
Getting Started
The AS6200/C adapter board is ideal for rapid setup of a digital temperature sensor. To get started
connect the board to your microcontroller configuration as described in
Figure 3: I²C connection.
Add a command in your source code to request two bytes from the selected I²C address. Finally
convert the returned data as described in chapter
4.2 Temperature Register
to get the actual
temperature value.
3
Hardware Description
The P1 connector does provide all relevant signals which can be easily wired to a microcontroller
and power supplied with a voltage of 1.8 to 3.6V
Pin
1
2
3
4
5
Symbol
SCL
SDA
GND
VDD
IRQ
Description
I²C clock
I²C data
Ground
Power supply
Digital output pin
1,8 – 3,6 V
Alert interrupt output
Info
Use R1 if pull-up is required
Use R2 if pull-up is required
Table 2 Adapter board pin-out
3.1
Hardware Architecture
P1 connector
Address
selector
AS6200
0
Figure 2: AS6200 adapter board
R1, R2 and R3 are pull-up resistors for the I²C interface and the Alert pin.
Depending on the application, it is recommended to either populate the decoupling capacitor C1 or
C2.
ams Eval Kit Manual
[v1-01] 2017-Dec-01
Page 4
Document Feedback
AS6200 Adapter Board
3.2
AS6200/C Configuration
With the address selector, it is possible to choose the I²C address of the device. The included
jumper is an easy way of setting the I²C address of the sensor. The address selector must not be
left open.
Address Selector
GND
Device Address
100 1000
0x48
VDD
100 1001
0x49
Table 3: I²C address
3.3
Power Supply and Connections
The PCB has to be connected to an external microcontroller. P1 is populated with a 1x5 pin header
and is required for power supply as well as I²C communication. In addition to that it can be used to
monitor the interrupt status via pin 5 (IRQ).
Figure 3: I²C connection
ams Eval Kit Manual
[v1-01] 2017-Dec-01
Page 5
Document Feedback