EV-ADE9000SHIELDZ User Guide UG-1170 One Technology Way * P.O. Box 9106 * Norwood, MA 02062-9106, U.S.A. * Tel: 781.329.4700 * Fax: 781.461.3113 * www.analog.com ADE9000 Arduino-Compatible Energy and Power Quality Measurement Shield FEATURES SOFTWARE NEEDED Arduino-compatible energy and power quality measurement shield with ADE9000 multiphase energy and power quality monitoring IC 3P4W, 3P3W, or 3-wire single phase measurements Direct interface with current output current transformers Up to 240 V rms nominal line neutral voltage measurement Arduino software library Calibration and example application sketches Arduino IDE 1.8.1 or later ADE9000 library files ADDITIONAL EQUIPMENT NEEDED Arduino Zero or equivalent Current transformers Voltage leads USB microcable GENERAL DESCRIPTION The EV-ADE9000SHIELDZ is an Arduino shield compatible with Arduino Zero. The shield can be directly interfaced with current transformers and voltage leads. It enables quick evaluation and prototyping of energy and power quality measurement systems with the ADE9000. Arduino library and application examples are provided to simplify implementation of larger systems. HAZARDOUS HIGH VOLTAGE This equipment is connected to hazardous line voltages. Exercise proper caution when connecting the sensors and voltage leads. Ensure that the system is enclosed in a protective casing. DOCUMENTS NEEDED ADE9000 data sheet ADE9000 Technical Reference Manual CONNECTION DIAGRAM ADE9000 ISOLATION BARRIER ARDUINO SECTION PHASE A PHASE B CURRENT INPUTS PHASE C NEUTRAL PHASE A PHASE B VOLTAGE INPUTS PHASE C 16137-001 NEUTRAL Figure 1. EV-ADE9000SHIELDZ Connection Diagram Rev. 0 | Page 1 of 11 UG-1170 EV-ADE9000SHIELDZ User Guide TABLE OF CONTENTS Features .............................................................................................. 1 Current Sensors .............................................................................3 Additional Equipment Needed ....................................................... 1 Voltage Sensors ..............................................................................3 Documents Needed .......................................................................... 1 Libraries ..............................................................................................4 Software Needed ............................................................................... 1 Installing the Libraries ..................................................................4 General Description ......................................................................... 1 ADE9000 Arduino Library ..........................................................4 Hazardous High Voltage .................................................................. 1 Line Voltage Connections ................................................................5 Connection Diagram ....................................................................... 1 3-Phase, 4-Wire (3P4W) Wye .....................................................5 Revision History ............................................................................... 2 3-Phase, 3-Wire (3P3W) Delta ....................................................6 Module Hardware ............................................................................. 3 Evaluation Board Schematics...........................................................7 Powering the ADE9000 Shield ................................................... 3 Components .......................................................................................9 Arduino Zero ................................................................................ 3 Bill of Materials ............................................................................... 10 ESP8266 WiFi Module ................................................................. 3 REVISION HISTORY 1/2018--Revision 0: Initial Version Rev. 0 | Page 2 of 11 EV-ADE9000SHIELDZ User Guide UG-1170 MODULE HARDWARE POWERING THE ADE9000 SHIELD CURRENT SENSORS The EV-ADE9000SHIELDZ requires 3.3 V and 5 V. It is powered from the 3.3 V power pin and 5 V power pin from Arduino or ESP8266. The EV-ADE9000SHIELDZ is designed to work directly with current output current transformers (CTs). Connect the CT leads to the SL1, SL2, SL3, and SL4 terminal blocks. ARDUINO ZERO Current Output CTs The ADE9000 shield has Arduino R3 headers directly compatible with Arduino Uno and Arduino Zero. Using the EV-ADE9000SHIELDZ with Arduino Zero or equivalent is recommended. The Arduino pins used by the ADE9000 shield are given in Table 1. The EV-ADE9000SHIELDZ has on-board burden resistors in differential configuration to allow direct connection with current output CTs. With a typical 2500:1 CT, the maximum recommended current is 86 A rms. Refer to the ADE9000 Technical Reference Manual to modify burden resistors for different current ranges. Table 1. Arduino GPIO Connections Arduino Pin ICSP-SCK ICSP-MISO ICSP-MOSI GPIO 8 GPIO 4 GPIO 5 GPIO 2 GPIO 3 GPIO 6 GPIO 7 3.3 V 5V ADE9000 Signal SCLK MISO MOSI CS (pulled up) PM1 (pulled down) RESET (pulled up) IRQ0 IRQ1 CF4/DREADY/EVENT CF3/ZX Not applicable Not applicable Type SPI SPI SPI SPI, output Output Output Input (interrupt) Input (interrupt) Input (interrupt) Input (interrupt) Power Power ESP8266 WIFI MODULE Voltage Output CTs To use voltage output CTs, remove burden Resistors R1, R2, R3, R4, R10, R11, R19, and R20. The maximum recommended CT output voltage is 0.353 V rms. Rogowski Coils To use Rogowski coils with EV-ADE9000SHIELDZ, do the following: * * * * The shield can also be used with the ESP8266 WiFi module. The on-board header makes the shield compatible with ESP8266 ESP-12E NodeMCU. To use ESP8266, do the following: * * * Solder 15-pin headers (SV1 and SV2) Populate 0 resistors on R49, R51, R67, and R68 located on the bottom of the board to establish an SPI connection. Optionally, supply external 5 V at J9 if the computer USB does not provide enough current during debugging. The ESP8266 pins used by the EV-ADE9000SHIELDZ are given in Table 2. Table 2. Arduino General-Purpose Input/Output (GPIO) Connections ESP8266 Pin D5 (GPIO 14) D6 (GPIO 12) D7 (GPIO 13) D0 (GPIO 16) D8 (GPIO 15) D1 (GPIO 5) D2 (GPIO 4) 3.3 V 5V ADE9000 Signal SCLK MISO MOSI CS (pulled up) PM1 (pulled down) IRQ0 IRQ1 Not applicable Not applicable Type SPI SPI SPI SPI, output Output Input Input Power Power Remove burden Resistors R1, R2, R3, R4, R10, R11, R19, and R20. Replace 0 Resistors R5, R6, R14, R15, R21, R22, R23, and R24 with 100 resistors. Populate C15, C16, C17, C18, C21, C22, C26, and C28 with 22 nF ceramic C0G grade capacitors. In the ADE9000API.h file, do the following: * Set the INTEN and ININTEN bits in the CONFIG0 register. * Set DICOEFF to 0xFFFFE000. * If the Rogowski output signal is too low, increase the PGA gain. VOLTAGE SENSORS The EV-ADE9000SHIELDZ has on-board resistor dividers to attenuate the incoming input voltage. The attenuation factor is 801. Do not exceed the 240 V rms nominal line to neutral voltage in the 3-phase, 4-wire (3P4W) wye configuration. In 3-wire delta configuration, when Phase B is used as the reference, do not exceed 250 V rms line to line voltage. There are 4 mm banana jacks on board to connect the voltage inputs. Use TPI A079 or equivalent leads with alligator clips to connect the voltage inputs. Rev. 0 | Page 3 of 11 UG-1170 EV-ADE9000SHIELDZ User Guide LIBRARIES ADE9000 ARDUINO LIBRARY The EV-ADE9000SHIELDZ Arduino libraries provide basic functions to access the ADE9000. The calibration sketch can be used to calibrate the ADE9000 using an accurate source. The ADE9000API.cpp file contains functions to communicate, initialize, and read calculated parameters from the chip. INSTALLING THE LIBRARIES ADE9000API.cpp ADE9000API.h The ADE9000API.h file contains register constants that are written into the device by the SetupADE9000 function. Download ADE9000ArduinoLibrary.zip. Install the ADE9000 Arduino library, as shown in Figure 2. ADE9000CalibrationInputs.h The ADE9000CalibrationInputs.h file contains the system information used to calibrate the ADE9000. It is used by the ADE9000 Calibration.ino sketch to compute the calibration constants. The calibration constants are stored in the EEPROM. ADE9000 Application Examples 16137-002 The application examples demonstrate the use of functions in ADE9000API.cpp and ADE9000API.h library files to obtain the parameters calculated by the ADE9000. Connect Arduino Zero, and compile and load the application examples to start measuring energy and power quality. Figure 2. Installing Arduino Library. Original Content Hosted by Arduino, Available at www.arduino.cc; Content from Arduino Republished Here Under the Creative Commons Attribution-ShareAlike 3.0 Unported License, License Available At www.arduino.cc/en/Main/CopyrightNotice; All Other Rights Reserved by Analog Devices, Inc. Rev. 0 | Page 4 of 11 EV-ADE9000SHIELDZ User Guide UG-1170 LINE VOLTAGE CONNECTIONS The EV-ADE9000SHIELDZ is connected to hazardous line voltages. Exercise proper caution when connecting the sensors and voltage leads. Ensure that the system is enclosed in a protective casing. 3-PHASE, 4-WIRE (3P4W) WYE The 3P4W wye connection is shown in Figure 3. Do not exceed the nominal voltage of a 240 V rms line to neutral in wye configuration. PHASE A PHASE B CURRENT INPUTS PHASE C NEUTRAL PHASE A PHASE B PHASE C NEUTRAL 16137-003 VOLTAGE INPUTS 240V rms LINE NEUTRAL Figure 3. 3P4W Wye Connection Rev. 0 | Page 5 of 11 UG-1170 EV-ADE9000SHIELDZ User Guide 3-PHASE, 3-WIRE (3P3W) DELTA The 3P3W delta connection is shown in Figure 4. Phase B is used as the reference; therefore, the neutral channel on the board is connected to Phase B. Do not exceed the 250 V rms line to line voltage in the delta configuration. When using the delta configuration, take the following actions in the ADE9000API.h file: * * Set VCONSEL to 001 so that VB = VA - VC. Set ICONSEL to 1 so that IB = -IA - IC. PHASE A CURRENT INPUTS PHASE C PHASE A 400V rms LINE TO LINE PHASE B PHASE C NEUTRAL 16137-004 VOLTAGE INPUTS Figure 4. 3P3W Delta Connection Rev. 0 | Page 6 of 11 SL4 25.161.0253.0 1 2 SL3 25.161.0253.0 1 2 SL2 25.161.0253.0 1 2 SL1 25.161.0253.0 1 2 R1 R2 5.1 5.1 5.1 R3 R4 Q9 Q6 Q4 Q2 Q7 Q5 Q3 Q1 R7 1k R5 0 0 R24 DNP C28 DNP 1k R26 1k 0 C26 R25 1k I NN 0.022u C32 0.022u C31 I NP I CN 0.022u R23 R15 C25 DNP 0.022u C24 I CP I BN 0.022u C20 0.022u C19 I BP I AN C22 R17 1k 0 DNP R16 R14 0 1k R6 C21 R8 0 DNP C18 DNP 1k C17 R36 0 0.022u R22 C30 DNP 0.022u C29 C16 DNP 1k C15 GND GND GND GND 20 19 22 21 24 23 VBP VBN VCP VCN 13 14 11 12 9 10 7 8 VCP VCN VBP VBN VAP VAN INP INN ICP ICN IBP IBN IAP IAN NEUTRAL VAP VAN I NP I NN I CP I CN I BP I BN I AP I AN L3 L2 RECEPTABLE_BLACK L4 PHASE C RECEPTABLE_RED PHASE B RECEPTABLE_RED PHASE A + 3V3_ADE SS MI SO MOSI SCLK GND NC1 NC2 PM0 PM1 IRQ0 IRQ1 CF1 CF2 CF3/ ZX CF4/ EVENT/ DREADY AD E 9 0 0 0 ACP Z U1 PULL_HI GH CLKOUT CLKIN RESET GND 200k R34 200k R27 200k 200k R38 200k 1u 17 18 4 5 GND I RQ0_ADE I RQ1_ADE 31 32 R18 GND 200k R39 200k R31 200k + 3V3_ADE PM1_ADE + 3V3_ADE 10k CF1_I SO CF2_I SO ZX_ADE DREADY_ADE MI SO_ADE MOSI _ADE SCLK_ADE R54 SS_ADE 4 2 RESET_ADE C39 GND R30 200k 33 34 35 36 40 38 39 37 1 30 29 6 + 3V3_ADE 200k R37 200k R28 4 * 200k = 800k 0.287mV rms AT 230Vrms input 200k R9 VOLTAGE CHANNELS 10k 5.1 R10 R13 + 3V3_I SO 0 DVDDOUT R43 I AP AVDDOUT REF REF 27 VDD 5.1 5.1 5.1 5.1 R11 R19 R20 3 Q8 1 R12 18p 18p GND R29 R32 GND GND C47 0.022u C34 VCP 0.022u C33 VBP 0.022u C23 VAP VAN VBN GND GND VCN GND 0.022u C36 0.022u C35 0.022u C27 C46 0.1u I RQ0_ADE I RQ1_ADE ZX_ADE GND C42 4.7u AVDDOUT GND GND REF DREADY_ADE C45 0.1u GND C40 C41 GND GND + 3V3_I SO + 3V3_ADE 4.7u 4.7u PLACE DECOUPLING CAPS CLOSE TO IC PINS C55 51p C54 51p C52 51p + 3V3_ADE + 3V3_ADE GND C43 4.7u DVDDOUT GND 0.1u R40 1k 1k 1k L1 R45 RECEPTABLE_RED R44 1k 1k 1k R33 R41 R42 R35 3k LED1 APT1608LSECK/ J3-PRV 3 DVDDOUT DGND 2 3k LED6 APT1608LSECK/ J3-PRV 25 AVDDOUT AGND 26 R46 R21 R48 R47 ALL ANTIALISING CAPS ARE C0G NP0 GRADE 3k LED2 APT1608LSECK/ J3-PRV 16 EP(GND) 41 REFGND 15 GND 28 C37 C38 10k R50 Rev. 0 | Page 7 of 11 3k LED3 APT1608LSECK/ J3-PRV Figure 5. EV-ADE9000SHIELDZ Schematic Sheet 1 3k LED5 APT1608LZGCK CURRENT CHANNELS C44 0.1u EV-ADE9000SHIELDZ User Guide UG-1170 EVALUATION BOARD SCHEMATICS 16137-005 6 5 4 3 2 1 8 7 6 5 4 3 2 1 C9 10u 0.1u 1 2 3 4 5 6 7 8 9 10 11 12 3V3_I SO 13 14 15 SV2 C10 DNI SHLD1* 6 10k R52 R55 3V3_I SO SCL_ARDUI NO SDA_ARDUI NO 10k SS_I SO 0.1u C62 C63 GNDA DNP SS_I SO R49 I RQ0_ARD I RQ1_ARD 22u 0.1u 0.1u 10u GNDA ESP8266 REDUCED CONNECTION SET C14 C13 3V3_I SO 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 SV1 DNI C58 0.1u C57 10u 3V3_I SO + 5V_ARDUI NO C60 C59 10u + 5V_ARDUI NO SCLK_I SO DNP R68 MI SO_I SO DNP R67 MOSI _I SO DNP R51 PM1_I SO GNDA VBUS DD+ ID GND + 5V_ARDUI NO 0 8 R59 ZX_I SO ZX_ARD 0 7 DREADY_ARD R60 DREADY_I SO 0 6 R63 RESET_ARD 0 5 R64 PM1_ARD PM1_I SO 0 4 I RQ1_ARD R65 I RQ1_I SO 0 3 I RQ0_ARD R66 I RQ0_I SO 2 1 ARDUINO DIGITAL PINS D2-D7 3V3_I SO GNDA GNDA 10 9 8 7 6 5 4 3 2 1 GND 1Y 2Y 3Y 4Y 3V3_I SO RESET_I SO 3V3_I SO 14 TP13TP25 0.1u TP14 TP26 3V3_I SO TP15 24LC32A/ SN A2 A1 A0 SCL WP I C1 TP16 3 2 1 6 7 0.1u C6 VCC TP19 TP17 GND TP18 SDA_ARDUI NO 4.7u SDA C7 C1 8 2 3 4 5 6 1 7 0.1u 5 3V3_I SO GNDA 10u 0.1u GNDA C49 TP20 GND GND_2 VOA VOB VOC VOD TP32 TP31 U2 AD U M 6 4 0 4 ARI Z GND1 GND1_2 VIA VIB VOC MCLK MO MI * MSS VDD1 U5 AD U M 4 1 5 1 BRI Z VDD1 VDDL 2 10 7 8 9 PM1_I SO RESET_I SO + 5V_ARDUI NO C48 SS_I SO 3 4 5 6 1 SCLK_I SO MOSI _I SO MI SO_I SO 0.1u GNDA C3 C53 EEPROM SECTION 1 4 10 13 2 GNDA 5 9 12 SCL_ARDUI NO 1OE_N 2OE_N 3OE_N 4OE_N U6 1A 2A 3A 4A VCC SN 7 4 LV 4 T 1 2 5 PW R TP12TP24 7 3 I RQ0_I SO 6 I RQ1_I SO 8 ZX_I SO 11 DREADY_I SO TP11TP23 1u C56 RESET_ARD 3V3_I SO 5VSignal fromIsopower. 3.3VSignal to Arduino R61 10k GNDA GNDA 3V3_I SO 0 GNDA GNDA GNDA 10k GNDA 3V3_I SO GNDA GNDA R53 D2 GNDA R56 GNDA DNP GNDA MOSI _I SO 0 GNDA MOSI _I SO SCLK_I SO D1 R57 SS_I SO R62 MI SO_I SO GNDA GNDA RESET_I SO 2 4 6 PM1_I SO R58 R69 8 4 EEPROM Array GNDA GNDA ZX_I SO DNP 10k GNDA 3V3_I SO GNDISO GNDI SO_2 VIA VI B VIC VID VISO VSEL GND2 GND2_2 VOA VOB VIC SCLK SI SO * SSS VDD2 TP1 TP27 SCLK_ADE SAFE SIDE 9 15 14 13 12 11 16 10 GND 0.1u C8 HOT/LIVE SIDE 0.1u TP3 TP29 GND C12 10u 14 VI N VOUT EN C61 GND 0.1u C5 4.7u TP9 TP7 TP8 TP10 GND NC U4 A D P1 2 2 AU JZ - 3 . 3 - R 7 ZX_ADE DREADY_ADE I RQ0_ADE I RQ1_ADE GND 1 4 10 13 2 5 9 12 5V_ADE HIGH VOLTAGECAUTION TP5 TP6 5V_ADE 3 1 5 1OE_N 2OE_N 3OE_N 4OE_N U3 1A 2A 3A 4A VCC TP4 TP30 GND C4 0.1u C2 5V_ADE GND 1Y 2Y 3Y 4Y SN 7 4 LV 4 T 1 2 5 PW R 10u 7 3 6 8 11 10u C50 GND C11 5V_ADE GND GND 0.1u C51 5V_ADE 3.3V SIGNAL FROM ADE9000. 5V SIGNAL TO ISOPOWER GND PM1_ADE RESET_ADE 14 13 12 11 19 SCLK_ADE MOSI _ADE MI SO_ADE SS_ADE 20 18 17 16 15 + 3V3_ADE TP2 TP28 MOSI _ADE RESET SECTION MI SO_ADE GNDA DREADY_I SO SS_ADE GNDA I RQ1_I SO RESET_ADE + 3V3_ADE PM1_ADE J10 MI SO_I SO 1 3 SCLK_I SO 5 GNDA ZX_ADE UNCONNECTED HEADER PINS ARE PASS-THROUGH I RQ0_I SO DREADY_ADE Rev. 0 | Page 8 of 11 I RQ1_ADE Figure 6. EV-ADE9000SHIELDZ Schematic Sheet 2 I RQ0_ADE 2 4 GND TP22 GND TP21 UG-1170 EV-ADE9000SHIELDZ User Guide 16137-006 EV-ADE9000SHIELDZ User Guide UG-1170 COMPONENTS Table 3 and Table 4 list required current transformers, voltage leads, and clips. Equivalent components can also be used. Table 3. Required Current Transformers Manufacturer TDK VAC Part No. CCT272440 T60404-E4626-X002 Table 4. Required Voltage Leads and Clips Manufacturer Leads-TPI Clips-TPI Clips-Ponoma Electronics Rev. 0 | Page 9 of 11 Part No. A079 A058 6041B UG-1170 EV-ADE9000SHIELDZ User Guide BILL OF MATERIALS Qty 16 8 14 12 5 8 Designator R5, R6, R14, R15, R21 to R24, R57, R59, R60, R62 to R66 R43, R48, R52 to R56, R69 R7, R8, R16, R17, R25, R26, R29, R32, R33, R35, R36, R40 to R42 R9, R12, R13, R18, R27, R28, R30, R31, R34, R37 to R39 R44 to R47, R50 2 R1 to R4, R10, R11, R19, R20 C19, C20, C24, C25, C29 to C36 C1, C3, C4, C6, C8, C10, C12, C14, C44 to C47, C49, C51, C53, C58, C60, C61, C63 C2, C9, C11, C13, C48, C50, C57, C59 C37, C38 2 C39, C56 1 C62 3 C5, C7, C40 3 C41 to C43 3 C52, C54, C55 4 1 3 1 L1 to L4 J8 J5 to J7 IC1 4 1 2 LED1 to LED3, LED6 LED5 D1, D2 1 Q8 8 Q1 to Q7, Q9 1 J9 4 SL1 to SL4 1 U1 1 U4 12 19 8 Description Resistors, 0 , 0.1 W, 0603 SMT, RoHS Manufacturer Yageo Part No. RC0603JR-070RL Resistors, 10 k, 0.1 W, 0603 SMT, RoHS Resistors, 1 k, 0.1 W, 0603 SMT, RoHS Yageo RC0603JR-0710KL Yageo RC0603FR-071KL Resistors, 200 k, 0.1 W, 2010 SMT, RoHS Rohm Semiconductor MCR50JZHF2003 Resistors, 3 k, 0.1 W, 0603 SMT, RoHS Resistors, 5.1 , 0.1 W, 0805 SMT, RoHS Capacitors, 0.022 F, 50 V, 5%, 0805 SMT, RoHS, C0G Capacitors, 0.1 F, 25 V, 10%, 0603 SMT, RoHS, X7R Yageo RC0603FR-073KL TE Connectivity Passive Product CPF0805B5R1E1 TDK Corporation CGA4J2C0G1H223J125AA Murata Electronics North America GRM188R71E104KA01D Samsung Electro-Mechanics America, Inc. CL21B106KOQNNNE Murata Electronics North America GRM1555C1H180FA01D Taiyo Yuden UMK107AB7105KA-T Murata Electronics North America GRM21BR61E226ME44L Murata Electronics North America GRM21BR61E475KA12L TDK Corporation C1608X5R1E475M080AC Samsung Electro-Mechanics America, Inc. CL05C510JB5NNNC Murata Electronics North America STAUBLI/Multi Contact STAUBLI/Multi Contact Microchip Technology BLM21BD152SN1D 23.3200-21 23.3200-22 24LC32AT-I/SN Kingbright Kingbright Diodes Incorporated APT1608LSECK/J3-PRV APT1608LZGCK BAT54WS-7-F ECS Inc. ECS-245.7-12-33Q-JES-TR Fairchild/ON Semiconductor MMBD4148SE Hirose Electric Co Ltd ZX62-AB-5PA(31) On Shore Technology Inc. ED350/2 Analog Devices, Inc. ADE9000ACPZ Analog Devices, Inc. ADP122AUJZ-3.3-R7 Capacitors, 10 F, 16 V, 10%, 0805 SMT, RoHS, X7R Capacitors, 18 pF, 50 V, 1%, 0402 SMT, RoHS C0G Capacitors, 1 F, 50 V, 10%, 0603 SMT, RoHS, X7R Capacitors, 22 F, 25 V, 20%, 0805 SMT, RoHS, X5R Capacitors, 4.7 F, 25 V, 10%, 0805 SMT, RoHS, X5R Capacitors, 4.7 F, 25 V, 10%, 0603 SMT, RoHS, X5R Capacitors, 51 pF, 50 V, 5%, 0402 SMT, RoHS, C0G Ferrite bead, 1500 , 0805 SMT VOLTAGE_SOCKET_4MM_BLACK VOLTAGE_SOCKET_4MM_RED IC, EEPROM, 32 KBIT, 400 KHz, 8-lead SOIC, 3.9 mm LED, 1.8 V, 2 mA, red, 0603 LED, 2.65 V, 2 mA, green, 0603 Diodes, Schottky, 30 V, 100 mA, SOD323 Crystal, 24.576 MHz, 12 pF, 4-SMD Diodes, dual series connection, 100 V, SOT-23-3 Connector, receptable, USB MICRO AB, SMD Terminal blocks, 2 position, 5 mm pitch, through hole IC, ADE9000, poly phase metering AFE, 40-lead LFCSP IC, ADP122, linear regulator, 3.3 V, 5-lead TSOT Rev. 0 | Page 10 of 11 EV-ADE9000SHIELDZ User Guide Qty 1 Designator U5 1 U2 1 S2 2 U3, U6 16 1 TP5 to TP10, TP15 to TP22, TP31, TP32 J10 1 J4 2 J2, J3 1 J1 16 TP1 to TP4, TP11 to TP14, TP23 to TP30 H1 to H6 R49, R51, R58, R61, R67, R68 C15 to C18, C21, C22, C26, C28 SV1, SV2 6 6 8 2 UG-1170 Description IC, ADuM4151, SPI isolator, 17 MHz, 2/1 Data, 20-lead SOIC IC, ADuM6404, ISO power, 4 Channels, 16-lead SOIC Switch, tactile SPST-NO, surface- mount, 6 mm x 6 mm, 4 lead ICs, SN74LV4T125, level translator, noninverting, 14-TSSOP Test points, 0.063", white Manufacturer Analog Devices, Inc. Part No. ADuM4151BRIZ-RL Analog Devices, Inc. ADuM6404ARIZ C&K PTS645SM43SMTR92 LFS Texas Instruments SN74LV4T125PWR Keystone Electronics 5007 Connector, receptable, 3 x 2, 0.1" pitch Connector, receptable, 6 x 1, 0.1" pitch, long tail Connectors, receptable, 8 x 1, 0.1" pitch, long tail Connector, receptable, 10 x 1, 0.1" pitch, long tail Test pad Sullins Connector Solutions PPTC032LFBN-RC Samtec Inc. 311-43-106-41-001000 Samtec Inc. 311-43-108-41-001000 Samtec Inc. 311-43-110-41-001000 Sullins Connector Solutions PPTC151LFBN-RC Mount hole Do not install (DNI) DNI DNI ESD Caution ESD (electrostatic discharge) sensitive device. Charged devices and circuit boards can discharge without detection. Although this product features patented or proprietary protection circuitry, damage may occur on devices subjected to high energy ESD. Therefore, proper ESD precautions should be taken to avoid performance degradation or loss of functionality. Legal Terms and Conditions By using the evaluation board discussed herein (together with any tools, components documentation or support materials, the "Evaluation Board"), you are agreeing to be bound by the terms and conditions set forth below ("Agreement") unless you have purchased the Evaluation Board, in which case the Analog Devices Standard Terms and Conditions of Sale shall govern. Do not use the Evaluation Board until you have read and agreed to the Agreement. Your use of the Evaluation Board shall signify your acceptance of the Agreement. This Agreement is made by and between you ("Customer") and Analog Devices, Inc. ("ADI"), with its principal place of business at One Technology Way, Norwood, MA 02062, USA. Subject to the terms and conditions of the Agreement, ADI hereby grants to Customer a free, limited, personal, temporary, non-exclusive, non-sublicensable, non-transferable license to use the Evaluation Board FOR EVALUATION PURPOSES ONLY. Customer understands and agrees that the Evaluation Board is provided for the sole and exclusive purpose referenced above, and agrees not to use the Evaluation Board for any other purpose. Furthermore, the license granted is expressly made subject to the following additional limitations: Customer shall not (i) rent, lease, display, sell, transfer, assign, sublicense, or distribute the Evaluation Board; and (ii) permit any Third Party to access the Evaluation Board. As used herein, the term "Third Party" includes any entity other than ADI, Customer, their employees, affiliates and in-house consultants. The Evaluation Board is NOT sold to Customer; all rights not expressly granted herein, including ownership of the Evaluation Board, are reserved by ADI. CONFIDENTIALITY. This Agreement and the Evaluation Board shall all be considered the confidential and proprietary information of ADI. Customer may not disclose or transfer any portion of the Evaluation Board to any other party for any reason. Upon discontinuation of use of the Evaluation Board or termination of this Agreement, Customer agrees to promptly return the Evaluation Board to ADI. ADDITIONAL RESTRICTIONS. Customer may not disassemble, decompile or reverse engineer chips on the Evaluation Board. Customer shall inform ADI of any occurred damages or any modifications or alterations it makes to the Evaluation Board, including but not limited to soldering or any other activity that affects the material content of the Evaluation Board. Modifications to the Evaluation Board must comply with applicable law, including but not limited to the RoHS Directive. TERMINATION. ADI may terminate this Agreement at any time upon giving written notice to Customer. Customer agrees to return to ADI the Evaluation Board at that time. LIMITATION OF LIABILITY. THE EVALUATION BOARD PROVIDED HEREUNDER IS PROVIDED "AS IS" AND ADI MAKES NO WARRANTIES OR REPRESENTATIONS OF ANY KIND WITH RESPECT TO IT. ADI SPECIFICALLY DISCLAIMS ANY REPRESENTATIONS, ENDORSEMENTS, GUARANTEES, OR WARRANTIES, EXPRESS OR IMPLIED, RELATED TO THE EVALUATION BOARD INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTY OF MERCHANTABILITY, TITLE, FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS. IN NO EVENT WILL ADI AND ITS LICENSORS BE LIABLE FOR ANY INCIDENTAL, SPECIAL, INDIRECT, OR CONSEQUENTIAL DAMAGES RESULTING FROM CUSTOMER'S POSSESSION OR USE OF THE EVALUATION BOARD, INCLUDING BUT NOT LIMITED TO LOST PROFITS, DELAY COSTS, LABOR COSTS OR LOSS OF GOODWILL. ADI'S TOTAL LIABILITY FROM ANY AND ALL CAUSES SHALL BE LIMITED TO THE AMOUNT OF ONE HUNDRED US DOLLARS ($100.00). EXPORT. Customer agrees that it will not directly or indirectly export the Evaluation Board to another country, and that it will comply with all applicable United States federal laws and regulations relating to exports. GOVERNING LAW. This Agreement shall be governed by and construed in accordance with the substantive laws of the Commonwealth of Massachusetts (excluding conflict of law rules). Any legal action regarding this Agreement will be heard in the state or federal courts having jurisdiction in Suffolk County, Massachusetts, and Customer hereby submits to the personal jurisdiction and venue of such courts. The United Nations Convention on Contracts for the International Sale of Goods shall not apply to this Agreement and is expressly disclaimed. (c)2018 Analog Devices, Inc. All rights reserved. Trademarks and registered trademarks are the property of their respective owners. UG16137-0-1/18(0) Rev. 0 | Page 11 of 11