Sunteți pe pagina 1din 18

DEMO MANUAL DC2026B

Linduino One Isolated


Arduino-Compatible
Demonstration Board
Description
Linear Technology’s DC2026 (called the Linduino™ One) The Linduino One adds several features to the standard
is compatible with the Arduino Uno microcontroller board. Arduino Uno board:
Arduino hardware consists of an Atmel microcontroller • A 14-pin QuikEval™ connector provides a direct connec-
with a bootloader allowing quick in-circuit firmware up- tion to a growing list of hundreds of Linear Technology
dates. The software is a simple programming environment demo boards, including ADCs, DACs, Power System
based on the AVRGCC compiler. This platform is popular Management, RF Synthesizers, System Monitor and
because it is easy to use, both the hardware and software
Control, and many others.
are open source, and it can be programmed in C. We find
it an ideal way to demonstrate and distribute libraries for • Selectable 5V, 3.3V, 2.5V, 1.8V logic levels and analog
integrated circuits that have digital interfaces such as supply on QuikEval Connector
Inter-Integrated Circuit (I2C) and Serial Peripheral Interface • An LTM®2884 provides galvanic isolation of USB data
(SPI). While the Linduino One is Arduino-compatible, it and power for both safety and noise rejection.
is not produced by the official Arduino team, and they do
not receive any monetary support from this board. Please, • Auxiliary 7V to 20V power input on isolated side, with
consider supporting them by purchasing other items from: conversion to 5V provided by an LT®3973 allowing high
http://store.arduino.cc power operation up to 750mA.
L, LT, LTC, LTM, Linear Technology and the Linear logo are registered trademarks and Design files for this circuit board are available at
Linduino and QuikEval are trademarks of Linear Technology Corporation. All other trademarks
are the property of their respective owners. http://www.linear.com/demo/DC2026B

ARDUINO SHIELD HEADERS

USB TO
COMPUTER J1 I/O VOLTAGE
SELECTION

IN-CIRCUIT
PROGRAMMING
HEADER

QUIK-EVAL
COMPATIBLE
DEMO BOARD
7V TO 20V
AUXILIARY
POWER
14 CONDUCTOR
+ –
RIBBON CABLE

ARDUINO SHIELD HEADERS

Figure 1. Linduino One Basic Connections


dc2026bfc

1
DEMO MANUAL DC2026B
Quick Start Guide
The Linduino One comes preloaded with a DC590 emula- Manual Software Installation
tor program (called a “sketch”) that allows attached demo 1) Download LTSketchbook.zip from www.linear.com/
boards to run with the standard QuikEval GUI software. docs/43958. This is the entire code base for the Linduino
This allows the functionality of the board to be verified board, including all demo code, libraries for individual
before starting firmware development. After evaluation devices, auxiliary functions, and HTML documentation.
with QuikEval, the Linduino One can be reprogrammed
Extract this file to a location for working files, such as
with customer code. There is a top-level demonstration your “My Documents” directory or “C:\Projects”.
sketch for each part’s library that provides a text terminal
interface to the board, demonstrating the library functions. 2) Note: If QuikEval is already installed, please update to
the latest version by selecting Tools → Update Pro-
The Linduino One is also available as DC2026B-KIT, which gram, then proceed to step 3. If not, download and run
includes a DC934 as an easy to use example daughter QuikEval from www.linear.com/software. This installs
board. DC934 is the demonstration board for the LTC®2607 the QuikEval program, as well as the FTDI USB drivers
dual 16-bit, I2C digital to analog converter (DAC). This
required for the Linduino One (and other Linear Tech-
board also has an LTC2422 2-channel, 20-bit, SPI inter-
nology interface boards.) Drivers are also distributed
face analog to digital converter (ADC) that reads back the
with the Arduino IDE, but it is recommended to let
DAC output. Thus, this board demonstrates operation of
QuikEval install the drivers to ensure compatibility with
both SPI and I2C interfaces, and multichannel ADCs and
the Linduino One. You will be prompted to connect the
DACs. The following sections describe the procedure for
board to the PC during installation. Once the installation
installing the required software and operating the DC934
is complete, quit QuikEval.
with both QuikEval software and with a terminal based
demo program. 3) Download the Arduino Integrated Development Envi-
ronment (IDE) from either
While this manual describes operation with the DC934, http://arduino.cc/en/Main/Software or
the procedure applies to other boards as well. http://www.linear.com/designtools/linduino.php
(Version 1.0.4 is used in this manual.) This is not an
installer; no installation is necessary. Extract the contents
of this file to a convenient location for programs, such as
“C:\Program Files”. The “Arduino.exe” file is the actual
program file; double-click to open the Arduino IDE.

dc2026bfc

2
DEMO MANUAL DC2026B
Quick Start Guide
Arduino IDE Setup
1) From within the Arduino IDE, click on File → Preferences

Under Sketchbook Location: select Browse, and locate the path to the extracted LTSketchbook.zip file. The correct
location will show “LTSketchbook” in the Look In menu, and at least four subdirectories will be shown: Documenta-
tion, Libraries, Part Number and Utilities (more may be added in the future). Click Open, then click OK.

dc2026bfc

3
DEMO MANUAL DC2026B
Quick Start Guide
2) Under Tools menu, select Board → Arduino Uno

dc2026bfc

4
DEMO MANUAL DC2026B
Quick Start Guide
3) Under the Tools menu, select Serial Port. There may be more than one option; the Linduino One is usually the
highest COM port number (COM12 is shown below).

dc2026bfc

5
DEMO MANUAL DC2026B
Quick Start Guide
4) Click on the Serial Monitor, which looks like a magnifying glass:
This will bring up the monitor window:

Select Newline terminator and set the baud rate to 115200. You should see a “hello” message – this indicates that
serial communication is set up properly, and that the DC590 emulator firmware is properly installed. Pressing the
RESET button on the Linduino One will cause the message to be sent again. If this message does not appear, try a
different COM port.
(Note: The DC590 emulator sketch can be restored by following the procedure detailed below for uploading the
DC934 sketch, substituting the DC590 sketch which is located in File → Sketchbook → Utilities → DC590B.)
5) Quit the Arduino IDE. Note that a restart is required every time the Sketchbook location is changed.

dc2026bfc

6
DEMO MANUAL DC2026B
Quick Start Guide
Running with QuikEval Connect the DC934 to the Linduino One with the supplied
14-pin ribbon cable. Run QuikEval. The control panel for
Linear Technology demo boards with the 14-pin QuikEval
the LTC2607 will appear, and clicking COLLECT will start
connector are normally used in conjunction with a DC590B
communication with the board. The onboard LTC2422
interface board and the QuikEval software package running
ADC reads back the output voltages, and the voltage may
on a PC. Designers can then use the software to evaluate
be changed by entering a number in the appropriate box
the performance of the product on the demo board. The
or by moving the sliders.
Linduino One comes programmed with firmware that al-
lows it to emulate the DC590B controller, so the QuikEval Quit QuikEval after this step.
software can be used to check basic functionality in a
target system.

dc2026bfc

7
DEMO MANUAL DC2026B
Quick Start Guide
Running with the Linduino Demonstration Program
After the DC934 has been run with the user-friendly QuikEval GUI, a demonstration program can be loaded into the
Linduino One that demonstrates the library functions for the LTC2607 and LTC2422.
1) Open the Arduino IDE. Find the part number on the demo board, LTC2607 in this case. In the File menu select
Sketchbook → Part Number → 2000 → 2600 → 2607 → DC934A.

(There may be other entries for a particular part number showing example usage cases, experiments, etc. The entry
for the demo circuit number is the general-purpose demonstration program and is a good place to start.)

dc2026bfc

8
DEMO MANUAL DC2026B
Quick Start Guide
A new window will appear with the sketch.

2) Upload the sketch by clicking the UPLOAD button:

When this process is completed, a message at the bottom should display a similar message as shown.

dc2026bfc

9
DEMO MANUAL DC2026B
Quick Start Guide
3) Open the Serial Monitor (magnifying glass icon) once more. The monitor will now display the program interface.

To use the program, enter commands into the text box, then click the Send button.

dc2026bfc

10
DEMO MANUAL DC2026B
Quick Start Guide
Going Further Jumpers
After completing the procedure in this Quick Start Guide, JP1: Factory use only.
all of the tools are in place to move on to other products JP2: Reset configuration, not installed. When the ICSP
or further experimentation with the DC934. The main page
header is used with an external tool, install a 3 position,
for all Linduino resources is:
0.1" header in this location and cut the trace labeled NORM
http://www.linear.com/designtools/linduino.php on the back side of the board. Place jumper in the right-
HTML documentation for the code is provided in the hand position (opposite to NORM) to allow the ICSP tool
sketchbook in the Documentation subdirectory. to control the RESET signal, install in the NORM position
to allow the FT232 DTR signal to control RESET (this is
External Connections normal Arduino operation, and required to program the
board from within the Arduino IDE.)
J1: QuikEval header – Connection to QuikEval demonstra-
tion board. This connector provides 5V at 50mA, 7.6V at JP3: VCCIO selection 5V (default), 3.3V, 2.5V, remove for
50mA, SPI and I2C interfaces, and an auxiliary I2C interface 1.8V, or EXT to disable the onboard regulator and supply
for identification of the attached demonstration board. VCCIO to the DC2026 from the attached demo board.
Refer to the documentation for the attached demo board
J2: AC ADAPTOR IN – 2.1mm × 5.5mm barrel connector. for information on acceptable voltage levels.VCCIO is the
Optional DC power input, 7V to 20V DC. With external low-voltage supply for the attached demo board. It also
power applied, up to 750mA can be drawn from the 5V sets the logic level for the SPI and I2C signals.
supply (available on pins 2 and 5 on J3, or pin 10 on J1.)
J3, J6, J7, J8: Arduino shield headers. These headers are LEDs
compatible with standard Arduino “shield” add-on boards. ON: Lights when 5V supply is on, from which all other
Refer to schematic for individual signals. supply voltages are generated.
J4: ICSP – In-circuit serial programming header. Used in SCK: Lights when Arduino pin 13 (SCK on the SPI bus)
conjunction with an external programming tool such as is high. This is the pin used in the “blink” sketch under
an AVR Dragon or JTAGICE3. File → Examples → Basics → Blink.
J5: USB – Connection to the host computer. Power for the RX: Lights when data is being received from the host
Linduino and the connected daughter board is also taken computer through the USB port.
from J5 if no external power is supplied to J2.
TX: Lights when data is being sent to the host computer
through the USB port.
RESET Button (S1): Asserts the ATMega328’s RESET line,
restarting program execution.

dc2026bfc

11
12
MAX 750mA MAX 750mA
5V 7.6V 7V
Block Diagram

LT3973 LT3461 LT1761


AC ADAPTER BUCK BOOST LDO
IN OUT IN OUT IN OUT
7V TO 20V

5V
MAX 200mA LTC4411 3.3V LOW NOISE
LT1761 LT1761 5V
IDEAL DIODE IN OUT IN LDO OUT
LDO VCCIO
5V 5V_USB 5V_ISO
USB GND_USB GND_ISO VCC VCC2
VCCIO
SCLIN SCLOUT
LTM2884 SDAIN SDAOUT 7V
5V 5V
USB ISOLATOR J1
PIN 8 EN PIN 9
PIN A5/I2C SCL V+
DEMO MANUAL DC2026B

FTDI DISCEN READY TP3


ATMEGA328P VCCIO
USB-TO-SERIAL PINS A0-A5 PIN 13/SPI SCK ACC FAULT TP4
+ PIN 0 I/O (FOR ADC) GPIO
PC D+_USB D+_ISO D TX
USB PIN 1 PINS 2-13 PIN A4/I2C SDA SCL/SCK
D–_USB D–_ISO D– RX SERIAL I/O
DTR RESET SDA/MOSI
PIN 11/SPI MOSI MISO
CS
PIN 8 GND
5V
PIN NAMES CORRESPOND TO ARDUINO PINS. EEVCC
PIN 8 SWITCHES MUX BETWEEN MICROCONTROLLER I2C PORT (PINS A4, A5) PIN A5
EESCL
AND MICROCONTROLLER SPI PORT (PINS 11, 13) PIN A4
DEMO BOARD EEPROM (EESCI, EESDA) IS ALWAYS CONNECTED TO EEDA
PIN 8
MICROCONTROLLER I2C PORT (PINS A4, A5) EEGND

+
PIN 12
– VCCIO/2
LT1719 PIN 10

DC2026 BD

dc2026bfc
DEMO MANUAL DC2026B
Parts List
ITEM QTY REFERENCE PART DESCRIPTION MANUFACTURER/PART NUMBER
1 2 C1, C7 CAP., X5R, 4.7µF, 16V 10% 0603 TDK, C1608X5R1C475K
2 2 C2, C14 CAP., X7R, 0.01µF, 16V 10% 0603 AVX, 0603YC103KAT2A
3 4 C3, C9, C12, C15 CAP., X5R, 10µF, 16V 10% 0805 MURATA, GRM21BR61C106KE15L
4 5 C4, C13, C17, C18, C23 CAP., X7R, 1µF, 16V 10% 0603 TDK, C1608X7R1C105K080AC
5 1 C5 CAP., NPO, 15pF, 50V 10% 0603 AVX, 06035A150KAT2A
6 1 C6 CAP., X5R, 4.7µF, 25V 10% 0805 TDK, C2012X5R1E475K
7 10 C8, C19-C22, C25, C28, CAP., X7R, 0.1µF, 16V 10% 0603 AVX, 0603YC104KAT2A
C32-C34
8 1 C10 CAP., COG, 10pF, 25V 10% 0402 AVX, 04023A100KAT2A
9 1 C11 CAP., X5R, 22µF, 6.3V 20% 1206 TAIYO YUDEN, JMK316ABJ226MLHT
10 1 C16 CAP., X7R, 2.2µF, 50V 10% 1206 MURATA, GRM31CR71H225KA88L
11 1 C24 CAP., X7R, 0.047µF, 16V 10% 0603 AVX, 0603YC473KAT2A
12 1 C26 CAP., ALUM., 10µF 50V 10% SMT SUN ELECT., 50CE10BSS
13 1 C27 CAP., X5R, 0.22µF, 10V 20% 0402 AVX, 0402ZD224MAT2A
14 0 C29 CAP., OPT, 0805 OPTION
15 2 C30, C31 CAP., X7R, 2.2nF, 1kV 10% 1206 AVX, 1206AC222KAT1A
16 3 D1, D4, D5 LED,YELLOW, DIFFUSED, 0805 AVAGO, HSMY-C170
17 1 D2 LED,GREEN, DIFFUSED, 0805 AVAGO, HSMG-C170
18 1 D3 DIODE, SCHOTTKY, 100V 2A, SMB DIODES INC., B2100-13-F
19 1 JP3 HEADER, 2×4 PIN, 0.079CC SULLINS, NRPN042PAEN-RC
20 1 J1 HEADER, 2×7 DUAL ROW MOLEX, 87831-1420
21 1 J2 CONNECTOR, POWER JACK, 2.1mm CUI INC., PJ-002AH
22 2 J3, J8 CONN., RECEPT., .100, 8 POSITION SULLINS, PPPC081LFBN-RC
23 1 J4 HEADER, 2×3 PIN, 0.100 SAMTEC, TSW-103-07-L-D
24 1 J5 CONNECTOR, USB TYPE B, RIGHT ANGLE PCB MOUNT FCI, 61729-0010BLF
25 1 J6 CONN., RECEPT., 0.100, 10 POSITION SULLINS, PPPC101LFBN-RC
26 1 J7 CONN., RECEPT., 0.100, 6 POSITION SULLINS, PPPC061LFBN-RC
27 1 L1 INDUCTOR, 15µH, 1.3A, SMD COOPER/COILTRONICS, MPI4040R3-150-R
28 1 L2 INDUCTOR, SHIELDED POWER, 10µH, SMT COILCRAFT, XFL3010-103ME
29 4 MP1-MP4 BUMPER, ADHESIVE-BACKED 3M, SJ5376
30 1 Q1 TRANSISTOR, MOSFET, N-CH 60V,150mA, SOT-23 DIODES INC., VN10LFTA
31 1 R1 RES., CHIP, 64.9k, 1/10W, 1% 0603 VISHAY, CRCW060364K9FKEA
32 1 R2 RES., CHIP, 47.5k, 1/10W, 1% 0603 VISHAY, CRCW060347K5FKEA
33 1 R3 RES., CHIP, 215k, 1/10W, 1% 0603 VISHAY, CRCW0603215KFKEA
34 1 R4 RES., CHIP, 13.7k, 1/10W, 1% 0603 VISHAY, CRCW060313K7FKEA
35 1 R5 RES., CHIP, 42.2k, 1/10W, 1% 0603 VISHAY, CRCW060342K2FKEA
36 5 R6, R7, R8, R9, R10 RES., CHIP, 4.99k, 1/10W, 1% 0603 VISHAY, CRCW06034K99FKEA
37 0 R11, R32 RES., CHIP, OPT, 0805 OPTION
38 14 R12, R13, R15, R17, R20, RES., CHIP, 1k, 1/10W, 1% 0603 VISHAY, CRCW06031K00FKEA
R21, R22, R23, R24, R35,
R36, R42, R44, R46
39 1 R14 RES., CHIP, 1M, 1/16W, 1% 0402 VISHAY, CRCW04021M00FKED
40 1 R16 RES., CHIP, 1 M, 1/10W, 1% 0603 VISHAY, CRCW06031M00FKEA
dc2026bfc

13
DEMO MANUAL DC2026B
Parts List
ITEM QTY REFERENCE PART DESCRIPTION MANUFACTURER/PART NUMBER
41 5 R18, R40, R41, R45, R47 RES., CHIP, 10k, 1/10W, 1% 0603 VISHAY, CRCW060310K0FKEA
42 1 R19 RES., CHIP, 86.6k, 1/10W, 1% 0603 NIC, NRC06F8662TRF
43 0 R25, R33, R34, R37, R38, RES., CHIP, OPT, 0603 OPTION
R43
44 1 R26 RES., CHIP, 0.20Ω, 1/4W, 5% 0805 PANASONIC, ERJ-S6SJR20V
45 1 R27 RES., CHIP, 107k, 1/16W, 1% 0402 VISHAY, CRCW0402107KFKED
46 1 R28 RES., CHIP, 475k, 1/16W, 1% 0402 VISHAY, CRCW0402475KFKED
47 1 R29 RES., CHIP, 215k, 1/16W, 1% 0402 VISHAY, CRCW0402215KFKED
48 1 R30 RES., CHIP, 316k, 1/16W, 1% 0402 VISHAY, CRCW0402316KFKED
46 1 R31 RES., CHIP, 100Ω, 1/10W, 5% 0603 VISHAY, CRCW0603100RJNEA
47 1 R39 RES., CHIP, 0Ω, 1/10W, 0603 VISHAY, CRCW06030000Z0EA
48 1 R48 RES., CHIP, 49.9k, 1/10W, 1% 0603 VISHAY, CRCW060349K9FKEA
49 1 R49 RES., CHIP, 105k, 1/10W, 1% 0603 VISHAY, CRCW0603105KFKEA
50 1 R50 RES., CHIP, 19.1k, 1/10W, 1% 0603 VISHAY, CRCW060319K1FKEA
51 1 R51 RES., CHIP, 40.2k, 1/10W, 1% 0603 VISHAY, CRCW060340K2FKEA
52 1 S1 SWITCH, PUSHBUTTON, MINIATURE WÜRTH, 434111025826
53 1 U1 (64PCS FROM #2100A) MODULE, USB TRANSCEIVER, BGA-44 LINEAR TECH., LTM2884CY#PBF
54 1 U2 IC, DC-DC CONVERTER, TSOT-23 LINEAR TECH., LT3461ES6#TRMPBF
55 1 U3 IC, LDO MICROPOWER REGULATOR, ADJUSTABLE, LINEAR TECH., LT1761ES5-SD#TRMPBF
TSOT-23
56 1 U4 IC, BUS BUFFER, 2 WIRE , MSOP LINEAR TECH., LTC4315CMS#TRPBF
57 1 U5 IC, LDO MICROPOWER REGULATOR, 3.3V, TSOT-23 LINEAR TECH., LT1761ES5-3.3#PBF
58 1 U6 IC, IDEAL DIODE, LOW LOSS,TSOT-23 LINEAR TECH., LTC4411ES5#TRMPBF
59 1 U7 IC, MICROCONTROLLER ATMEL, ATMEGA328P-AU
60 1 U8 IC, LDO MICROPOWER REGULATOR, ADJUSTABLE, LINEAR TECH., LT1761ES5-BYP#TRMPBF
TSOT-23
61 1 U9 IC, USB UART, 28-SSOP FTDI, FT232RL-REEL
62 1 U10 IC, STEP-DOWN REGULATOR, MS10 LINEAR TECH., LT3973EMSE#PBF
63 1 U11 IC., SINGLE/DUAL-SUPPLY COMPARATOR LINEAR TECH., LT1719CS6#PBF
64 2 U12, U13 IC, TRI-STATE UHS BUFFER, US8 FAIRCHILD, NC7WZ125K8X
65 1 XJP3 SHUNT, 2mm SAMTEC, 2SN-BK-G
66 1 Y1 RESONATOR, 16MHz, SMT MURATA, CSTCE16M0V53-R0
67 1 FAB, PRINTED CIRCUIT BOARD DEMO CIRCUIT 2026B
68 2 STENCIL (TOP & BOTTOM) STENCIL DC2026B-1

dc2026bfc

14
5 4 3 2 1

REVISION HISTORY
+5V ECO REV DESCRIPTION APPROVED DATE
J6 J8 1 2 J4 - 1 PRODUCTION M. THOREN 04/03/2014

9
8
7
6
5
4
3
2
1
8
7
6
5
4
3
2
1
ICSP

10
3 4
S1

8
5 6

7
4
RESET R38 OPT

SCL
SDA
13
12
~11
~10
~6
~5
~3

~9
R31 100 +5V

AREF
GND
TX_1
RX_0
VCCIO
D D

MUX
R18 VCCIO
VCCIO C33
10K U13-1
JP2 0.1uF
C34 NC7WZ125K8X

8
OPT DIGITAL(PWM~) 0.1uF R9 R10

1
2
3
4.99K 4.99K R39 0 OHM
RESET 2 6

8
U12-2
+5V R37 VCCIO
TRACE ON BOTTOM SIDE 5 3

4
1
OPT
NORM U7 R8 R25 U12-1

4
7
8
ATMEGA328P-AU 4.99K OPT
Schematic Diagram

1
NC7WZ125K8X
Y1 R36
2 6 1K
16 Mhz R16 17 13
+5V U9 2 29 PB5(SCK) 16 12
1 MEG PC6 (RESET) PB4(MISO) 15 ~11

4
1
FT232RL PB3(MOSI/OC2A) 14 ~10
PB2(SS/OC1B) 13 ~9
8 PB1(OC1A) 12 MUX

3
8

C20 PB7(XTAL2/TOSC2) PB0(ICP1) U13-2


0.1uF 4 1 7 R17 1K
VCCIO TXD PB6(XTAL1/TOSC1) 8
16V R35 1K
20 5 +5V 5 3 CS GPIO
VCC RXD
C 3 C21 AREF 20 C
16 RTS# 18 AREF 28 SCL VCCIO J1
4
7

DISO- USBDM 0.1uF AVCC PC5(ADC5/SCL)


FROM U1 11 16V 27 SDA +5V IO
CTS# PC4(ADC4/SDA) 26 A3 7V
PAGE 2 C18 C19 PC3(ADC3)
15 2 1.0uF 0.1uF 25 A2 +5V VCCIO
DISO+ USBDP DTR# PC2(ADC2)
16V 16V 21 24 A1 1
9 3 GND PC1(ADC1) 23 A0 V+
DSR# 5 GND PC0(ADC0) U11 2
R21 GND C8 R45 R6 R7 5V
8 10 1K 0.1uF LT1719CS6 10K 4.99K 4.99K
NC DCD#

4
19 6 4 R46 1K 10
RESET# RI# 6 VCC 11 7 3
+5V 11 EEVCC
VCC PD7(AIN1) R44 1K + EESCL
24 10 ~6 5 9
NC 23 PD6(AIN0) 9 ~5 1 VCCIO 12 EESDA
CBUS0 C22 C28 PD5(T1) - EEGND
0.1uF 0.1uF 2 4
22 PD4(XCK/T0) 1 ~3 14

6
2
CBUS1 16V 16V PD3(INT1) GPIO
27 32 2 R40
OSCI 13 22 PD2(INT0) 31 4
CBUS2 ADC7 PD1(TXD) 10K SCK/SCL
28 19 30 R43 5
OSCO 14 ADC6 PDO(RXD) 7 MISO
CBUS3 OPT R42 MOSI/SDA
1K 6
12 CS
CBUS4
+5V R41
17 R23 1K VCCIO 10K 3
3V3OUT RX_0 8 GND
U4 13 GND
C23 GND
1.0uF R24 1K C32 SCK/SCL MOSI/SDA
TX_1
LTC4315CMS C25
B 16V B

AGND
GND
GND
GND
TEST
0.1uF 12 11 0.1uF
VCC VCC2

25
18
21
26
4 3
3V3 9 SCLIN SCLOUT 10
GND SDAIN SDAOUT
+5V 1
+5V 2 EN 7 1
DISCEN READY 8
TP3
+5V 5 FAULT
RESET ACC 1
GND

TP4

A0
A1
A2
A3
SDA
SCL
+5V VIN R33
6

FROM J2, PAGE 2 R34 R15


OPT OPT 1K

1
2
3
4
5
6
7
8
1
2
3
4
5
6
POWER ANALOG IN
R12 R13 R20 R22
1K 1K 1K 1K J3 J7

2
2
2
2
1630 McCarthy Blvd.
D2 D1 D4 D5 CUSTOMER NOTICE
GREEN YELLOW YELLOW YELLOW APPROVALS Milpitas, CA 95035
ON SCK RX TX LINEAR TECHNOLOGY HAS MADE A BEST EFFORT TO DESIGN A Phone: (408)432-1900 www.linear.com
CIRCUIT THAT MEETS CUSTOMER-SUPPLIED SPECIFICATIONS;
HOWEVER, IT REMAINS THE CUSTOMER'S RESPONSIBILITY TO PCB DES. M.HAWKINS TECHNOLOGY Fax: (408)434-0507
LTC Confidential-For Customer Use Only

1
1
1
1
VERIFY PROPER AND RELIABLE OPERATION IN THE ACTUAL
APPLICATION. COMPONENT SUBSTITUTION AND PRINTED APP ENG. MARK THOREN TITLE: SCHEMATIC
A A
CIRCUIT BOARD LAYOUT MAY SIGNIFICANTLY AFFECT CIRCUIT LINDUINO ONE:

3
Q1
VN10LF PERFORMANCE OR RELIABILITY. CONTACT LINEAR
TECHNOLOGY APPLICATIONS ENGINEERING FOR ASSISTANCE. LINEAR TECHNOLOGY ISOLATED
NOTE: ALL RESISTORS AND CAPACITORS ARE ARDUINO-COMPATIBLE DEMONSTRATION BOARD
1 13
SIZE 0603 UNLESS OTHERWISE SPECIFIED.

2
SIZE IC NO.LTM2884 REV.
N/A DEMO CIRCUIT 2026B 1
THIS CIRCUIT IS PROPRIETARY TO LINEAR TECHNOLOGY AND
SUPPLIED FOR USE WITH LINEAR TECHNOLOGY PARTS. SCALE = NONE DATE: 04/03/2014 SHEET 1 OF 2
5 4 3 2 1

15
dc2026bfc
DEMO MANUAL DC2026B
16
5 4 3 2 1

L2 10uH
U8 7V
1 2 LT1761ES5-BYP
+5V U2
5

1
LT3461ES6 VOUT
OUTPUT 7.6V @ 100mA 1 C3
IN
10uF

SW
6 5 7.6V C1 4 R1 16V
VIN VOUT ADJ
4.7uF 64.9K 0805
C4 C5 C6 16V
1.0uF R2 4 3 R3 15pF 4.7uF 3 C2

GND
SHDN FB BYP
D 16V 47.5K 215K 25V 0.01uF D

GND
2
0805 16V

2
R4
13.7K
C24
0.047uF U3
16V R5
42.2K LT1761ES5-SD VCCIO
JP1
OPT
1 5 1 2
IN VOUT
C7 C9
R47
Schematic Diagram

16V R48 10uF


4.7uF 10K 3 4 49.9K 16V
SHDN ADJ TRACE ON BOTTOM SIDE
USB 5V OUTPUT 200mA MAX 0805

GND
U6

2
R11 OPT 0805
A11 L11 LTC4411ES5 +5V
J5 A10 VCC VCC2 L10
VCC VCC2
R49
USB A9 L9 105K
A8 VCC VCC2 L8 1 5
1 USBVCC VCC VCC2 IN VOUT
2 USBD- A7 U1 L5 C12 R19 R51 R50
3 USBD+ VBUS VLO2
LTM2884CY C17 TP1 10uF 86.6K 40.2K 19.1K 3.3V OUTPUT 50mA MAX
4 USBGND 1.0uF 3 4 1 16V
5 A2 L2 CTL STAT U5 3V3
C 16V 0805 C

GND
6 A1 D1+ D2+ L1 DISO+ +5V
D1- D2- TO U9 LT1761ES5-3.3

2
PAGE 1

2
4
6
8
DISO- 3.3V
A5 1 5
VLO IN VOUT
USB GND JP3 C14
A4 C13 0.01uF C15
ON
1.0uF 16V 10uF
DEMO MANUAL DC2026B

A3 3 4

1
3
5
7
SPND-PWR 16V SHDN BYP 16V
0805
GND

R32 C29
L3
2

5V
OPT OPT GND2

EXT
L4 R26

2.5V
3.3V
A6 GND2 L6
GND GND2 0.20 OHMS
B1 L7 0805
B2 GND GND2 K1
D3
GND GND2 1/4W
B3 K2 2 1
B4 GND GND2 K3 U10
B5 GND GND2 K4
GND GND2 LT3973EMS
B6 K5
1

USB GND GND GND2 B2100 AC ADAPTOR 5V OUTPUT 750mA MAX


B7 K6 C26 + C16
B8 GND GND2 K7 4 6
GND GND2 10uF 2.2uF TP2 VIN SW C27 L1
B9 K8 50V 1206 1 9 7 0.22uF +5V
B10 GND GND2 K9 3 PG BOOST 8
15uH
GND GND2 SUNCON 50V EN/UVLO BD 0402 SMT
B11 K10 2 1
GND GND2 K11 5 OUT FB 10
2

GND2 GND RT
B GND B
R28 11
USB GND 475K R29
C30 C31 215K R14 C10 C11
0402 0402 1MEG 10pF 22uF
0402 COG 1206
0402
2.2nF1kV 2.2nF1kV
USB GND 1206 1206 R27
107K
J2 0402 R30
AC ADAPTOR IN VIN 316K
TO J3, PAGE 1 0402
1
3
2

1630 McCarthy Blvd.


7V-20V INPUT CUSTOMER NOTICE Milpitas, CA 95035
LINEAR TECHNOLOGY HAS MADE A BEST EFFORT TO DESIGN A
APPROVALS
Phone: (408)432-1900 www.linear.com
CIRCUIT THAT MEETS CUSTOMER-SUPPLIED SPECIFICATIONS; Fax: (408)434-0507
HOWEVER, IT REMAINS THE CUSTOMER'S RESPONSIBILITY TO PCB DES. M.HAWKINS TECHNOLOGY
LTC Confidential-For Customer Use Only
NOTE: ALL RESISTORS AND CAPACITORS ARE VERIFY PROPER AND RELIABLE OPERATION IN THE ACTUAL
APPLICATION. COMPONENT SUBSTITUTION AND PRINTED APP ENG. MARK THOREN TITLE: SCHEMATIC
A SIZE 0603 UNLESS OTHERWISE SPECIFIED. A
CIRCUIT BOARD LAYOUT MAY SIGNIFICANTLY AFFECT CIRCUIT LINDUINO ONE:
PERFORMANCE OR RELIABILITY. CONTACT LINEAR
TECHNOLOGY APPLICATIONS ENGINEERING FOR ASSISTANCE. LINEAR TECHNOLOGY ISOLATED
ARDUINO-COMPATIBLE DEMONSTRATION BOARD
SIZE IC NO.LTM2884 REV.
N/A DEMO CIRCUIT 2026B 1
THIS CIRCUIT IS PROPRIETARY TO LINEAR TECHNOLOGY AND
SUPPLIED FOR USE WITH LINEAR TECHNOLOGY PARTS. SCALE = NONE DATE: 04/03/2014 SHEET 2 OF 2
5 4 3 2 1

dc2026bfc
DEMO MANUAL DC2026B
Revision History (Revision history begins at Rev C)

REV DATE DESCRIPTION PAGE NUMBER


C 08/14 Added circuitry to allow adjustment of VCCIO voltage and SPI/I2C logic levels 11, 12

dc2026bfc

Information furnished by Linear Technology Corporation is believed to be accurate and reliable.


However, no responsibility is assumed for its use. Linear Technology Corporation makes no representa-
tion that the interconnection of its circuits as described herein will not infringe on existing patent rights. 17
DEMO MANUAL DC2026B
DEMONSTRATION BOARD IMPORTANT NOTICE
Linear Technology Corporation (LTC) provides the enclosed product(s) under the following AS IS conditions:
This demonstration board (DEMO BOARD) kit being sold or provided by Linear Technology is intended for use for ENGINEERING DEVELOPMENT
OR EVALUATION PURPOSES ONLY and is not provided by LTC for commercial use. As such, the DEMO BOARD herein may not be complete
in terms of required design-, marketing-, and/or manufacturing-related protective considerations, including but not limited to product safety
measures typically found in finished commercial goods. As a prototype, this product does not fall within the scope of the European Union
directive on electromagnetic compatibility and therefore may or may not meet the technical requirements of the directive, or other regulations.
If this evaluation kit does not meet the specifications recited in the DEMO BOARD manual the kit may be returned within 30 days from the date
of delivery for a full refund. THE FOREGOING WARRANTY IS THE EXCLUSIVE WARRANTY MADE BY THE SELLER TO BUYER AND IS IN LIEU
OF ALL OTHER WARRANTIES, EXPRESSED, IMPLIED, OR STATUTORY, INCLUDING ANY WARRANTY OF MERCHANTABILITY OR FITNESS
FOR ANY PARTICULAR PURPOSE. EXCEPT TO THE EXTENT OF THIS INDEMNITY, NEITHER PARTY SHALL BE LIABLE TO THE OTHER FOR
ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES.
The user assumes all responsibility and liability for proper and safe handling of the goods. Further, the user releases LTC from all claims
arising from the handling or use of the goods. Due to the open construction of the product, it is the user’s responsibility to take any and all
appropriate precautions with regard to electrostatic discharge. Also be aware that the products herein may not be regulatory compliant or
agency certified (FCC, UL, CE, etc.).
No License is granted under any patent right or other intellectual property whatsoever. LTC assumes no liability for applications assistance,
customer product design, software performance, or infringement of patents or any other intellectual property rights of any kind.
LTC currently services a variety of customers for products around the world, and therefore this transaction is not exclusive.
Please read the DEMO BOARD manual prior to handling the product. Persons handling this product must have electronics training and
observe good laboratory practice standards. Common sense is encouraged.
This notice contains important safety information about temperatures and voltages. For further safety concerns, please contact a LTC applica-
tion engineer.
Mailing Address:

Linear Technology
1630 McCarthy Blvd.
Milpitas, CA 95035

Copyright © 2004, Linear Technology Corporation

dc2026bfc

18 Linear Technology Corporation


LT 0814 REV C • PRINTED IN USA

1630 McCarthy Blvd., Milpitas, CA 95035-7417


(408) 432-1900 ● FAX: (408) 434-0507 ● www.linear.com  LINEAR TECHNOLOGY CORPORATION 2013

S-ar putea să vă placă și