Asset Tracking Battery Protection Industrial Controls

Size: px
Start display at page:

Download "Asset Tracking Battery Protection Industrial Controls"

Transcription

1 The Si7060 family of I 2 C temperature sensors features high conversion speed (143 μsec typical), programmable over or under temperature interrupt, and interrupt polarity with 200 msec (typical) sampling time. The output works as a comparator, that is, the output pin will go high or low with each new temperature sample. The output is setup to be open drain to support wire-or with multiple sensors or components. The Si7060 powers up with a nominal temperature threshold of 79.8 C and reset threshold of 75 C, but these values are programmable. The operation of the Si7060 is similar to industry standard parts, but offers lower power and in many cases higher accuracy. It is also capable of operating in autonomous sampling mode. Applications: HVAC/R Thermostats White Goods Computer Equipment Asset Tracking Battery Protection Industrial Controls FEATURES Better than ± 1 C accuracy Better than ± 0.1 C repeatability Wide operating voltage: 1.7 to 5.5 V Low power consumption: 500 na Ultra-low power sleep mode: 50 na I2C interface Configurable alert output 4 factory configurable I 2 C addresses Package Options: SOT23-5 silabs.com Building a more connected world. Preliminary Rev. 0.1 This information applies to a product under development. Its characteristics and specifications are subject to change without notice.

2 Functional Description 1. Functional Description The Si7060 family of I 2 C temperature sensors measure and digitize the local temperature at the device. 4 modes of operation are possible: Sleep Mode: This ultra-low power mode of operation is useful when temperature measurements are made infrequently and the lowest possible power is desired. In this mode, the part will remain in sleep mode until it receives a command over I 2 C to wake up and make a measurement. After this measurement, the part will go back to sleep. The sleep bit is the master bit. Once this bit is set, the sensor enters its sleep mode regardless of the other register configurations. Once the part is woken up by I 2 C, all registers are loaded to their default value, except for 0xC6 and 0xC7, which can be saved by the usestore bit. How to Configure: sleep = 1 stop = X sltimeena = X Autonomous Sampling Mode: In this mode of operation, the device will make measurements at a factory set rate of 5 Hz (every 200 ms). By default the part enters the Autonomous Sampling Mode upon powerup. The sensor wakes up, performs a temperature conversion, updates the output accordingly, and then goes back to sleep. How to Configure: sleep = 0 stop = 0 sltimeena = 1 (default state after wake-up) Active Mode: In this mode of operation, measurements can be commanded, and the numerical value of the temperature can be read. How to Configure: sleep = 0 stop = 0 sltimeena = X oneburst = 1 The stop bit will be set to 1 once the measurement is complete. Table 1.1. Summary of Different States Mode Sleep Stop Sltimeena Sleep 1 x x Autonomous The output pin is designed to be an open drain output, which allows you to connect multiple devices in parallel to trigger an alert. The output is driven low once the temperature crosses the operate point, and released once it goes below the release point. The temperature operate and release points are factory set to 80 C and 75 C but these values can be adjusted by setting the bit usestore to 1 and adjusting the data in registers 0xC6 and 0xC7 as will be described later. It is possible to adjust the output pin polarity so it goes high or low as temperature increases. silabs.com Building a more connected world. Preliminary Rev

3 I2C Interface 2. I2C Interface The Si7060 complies with fast mode I 2 C operation and 7-bit addressing at speeds up to 400 khz. The I 2 C address is factory programmed to one of 4 values 0x30, 0x31, 0x32, or 0x33 ( b through b). At power-up the registers are initialized, as will be described in the register definitions, and then they can be read or written in standard fashion for I 2 C devices. The host command for writing an I 2 C register is: START Address W ACK register ACK data ACK STOP The host command for reading an I 2 C register is: START Address W ACK register ACK Sr Address R Data NACK* STOP Where: *NACK by host START is SDA going low with SCL high Sr is a repeated START Address is 0x30 up to 0x33. 0 indicates a write and 1 indicates a read. ACK is SDA low. Data is the Read or Write data. NACK is SDA high. STOP is SDA going high with SCL high. Writing or Reading of sequential registers can be supported by setting the arautoinc bit of register 0xC5 (see register description). In the case of a read sequence where the arautoinc bit has been set, the data can be ACK d to allow reading of sequential registers. For example, a two byte read of the conversion data in registers 0xC1 and 0XC2 would be: START Address W ACK 0xC1 ACK Sr Address ACK data ACK* data NACK* STOP *ACK/NACK by host To wake a part from sleep mode or to interrupt a measurement loop from idle mode, send the sequence: START Address W ACK STOP In this case, if the host continued with a register write, the Si7060 would NACK which would be unexpected. Additionally, the following sequence can be used to wake the part up or to interrupt a measurement loop: START Address R ACK data NACK* STOP *NACK by host In this case, the Si7060 will produce 0xFF for the data. Allow for 10 μsec between the ACK of the address and the next START for the Si7060 to wake from sleep. In most cases, this will happen automatically, due to the 400 KHz maximum speed of the I 2 C bus. The sequence will put the part in idle mode with the stop bit set. To make a single conversion, having woken the part, set the oneburst bit of register 0xC4 to 1 and the stop bit to 0. The stop bit resets to 1 by the time the measurement is complete. To put the part back to sleep after reading the data, set the stop bit to 0. Putting the part to sleep with the sleep bit = 0 will result in the mode of operation where the temperature is sampled every 200 msec, and the output pin will toggle at the temperature threshold points as defined by registers 0xC6 and 0xC7 (assuming the usestore bit is also set) that is, write 0x08 to 0xC4. If ultra-low power sleep with no sampling is desired, set the stop bit to 0 and the sleep bit to 1 that is, write 0x00 or 0x09 (to retain the settings of 0xC6 and 0xC7) to 0xC4. silabs.com Building a more connected world. Preliminary Rev

4 I2C Interface 2.1 Operation at Very Slow I 2 C Bus Speeds If the Si7060 is put to sleep with the sleep timer enabled, there will be one measurement done prior to sleep with the settings as configured in the wake period (i.e., operate and release points). This measurement starts at the falling edge of SCL prior to the ACK of the write that puts the part to sleep (i.e., writing 0x80 to register 0xC4). When the measurement concludes, the output pin will be set high or low depending on the measurement results, and the part will enter the sleep timer state. In the sleep timer state, SDA will hold state until the next wake (either by host or due to the sleep timer, which is typically 200 msec). Thus, it is important that the ACK concludes prior to entering the sleep state, or SDA will hold low until the next wake. SDA is released at the falling edge of SCL, at the completion of the ACK time. This takes 140 μsec, and, therefore, the I 2 C clock speed must be fast enough that the time from SCL falling prior to ACK to SCL falling after ACK must be less than 140 μsec. Depending on the host timing for this portion of the I 2 C sequence, this corresponds to an I 2 C speed of greater than 7 KHz. For very low I 2 C speeds, < 7KHz where this could be an issue, if the sleep timer function is not needed, write the sleep bit of register 0xC4 to put the part to sleep. If the sleep timer is not running, there is no measurement prior to sleep. SDA is released at the completion of the ACK, and the part will enter the sleep state without the sleep timer running. 2.2 Measuring Temperature Over I 2 C The actual temperature of the device can be calculated by reading the Dspsigm and Dspsigl registers over I 2 C, which correspond to the most significant and least significant bytes of the temperature measurements respectively. The complete 15b unsigned result is 256 *Dspsigm[6:0]+Dspsigl[7:0]. A result of means the temperature is 55 C. More negative results mean lower temperature, and more positive results mean higher temperature. Temperature is calculated from the formula: T ( C) = 55+ (256*Dspsigm[6:0]+Dspsigl[7:0] )/160 Read the register interface section for more details. silabs.com Building a more connected world. Preliminary Rev

5 Register Interface 3. Register Interface The Si7060 has 9 registers. 0xC0 through 0xC9 not including 0xC xC0 chipid (RO) revid (RO) 0xC1 0xC2 0xC3 Dspsigm Dspsigl Do not use 0xC4 meas(ro) usestore oneburst stop sleep 0xC5 arautoinc 0xC6 sw_low4temp sw_op 0xC7 0x3 sw_hyst 0xC8 0xC9 sltimeena 0xE1 0xE2 otp_addr otp_data 0xE3 otp_read otp_busy Registers 0xC0 through 0xC2 are read only registers. 0xC0 has the chip and revid information chipid (RO) This ID 0x1 for all Si7060 parts. revid (RO) This ID 0x4 for revision B. 0xC1 and 0xC2 store the result of a temperature conversion. Dspsigm Bits [6:0] are the most significant byte of the last conversion result. The most significant bit is a fresh bit, indicating the register has been updated since last read. Reading the Dspsigm register causes the register Dspsigl to be loaded with the least significant byte of the last conversion result. Dspsigl The least significant byte of the last conversion result. Read Dspsigm first to align the bytes. The complete 15b unsigned result is 256*Dspsigm[6:0]+Dspsigl[7:0]. A result of means the temperature is 55 C. More negative results mean lower temperature, and more positive results mean higher temperature. Temperature is calculated from the formula: T ( C) = 55+ (256*Dspsigm[6:0]+Dspsigl[7:0] )/160 This result can go from to C. The recommended operating temperatures is -40 C to +125 C; so, the result should never be out of range, but if operated beyond the ratings of the part, the result will clamp at to C (i.e., no underflow or overflow). Oneburst Setting this bit initiates a single conversion. Set stop = 0 when setting oneburst = 1. The stop bit will be set to 1 when the conversion completes. stop - Setting this bit causes the control state machine measurement loop to pause after the current measurement burst completes. Once set, clearing this bit restarts the measurement loop. sleep - Setting this bit causes the part to enter sleep mode after the current measurement burst completes. Once set, clearing this bit restarts the measurement loop. arautoinc enables auto increment of the I 2 C register address pointer. This bit is not retained in sleep mode. sw_low4temp - determines the polarity of the output pin. The default setting of sw_low4temp = 1 means the pin will go low at high temperature, e.g. sw_op + hysteresis. sw_low4temp = 0 means the pin will go high at low temperature, e.g., sw_op - hysteresis. silabs.com Building a more connected world. Preliminary Rev

6 Register Interface Usestore Setting this bit causes the current state of OTP registers for the sw_op, sw_hyst, sw_low4field, and sw_fieldpolsel bits to be saved and restored during the next sleep and wakeup sequence instead of using the factory programmed default settings corresponding to 80 C set point and 75 C release point. sw_op this 9 bit number sets the center point of the decision point for temperature high or low. The actual decision point is the center point plus or minus the hysteresis. sw_op of 256 corresponds to a decision point of 55 C. The decision point will go up or down by 0.4 C as sw_op increases or decreases from this value. threshold = 55C C *(sw_op -256) sw_hyst - The formula for hysteresis is: hysteresis = C*(8 + sw_hyst[2:0]) 2 sw_hyst[5:3] When sw_hyst = 63, the hysteresis is set to zero. These numbers can range from 0.2 C to 44.8 C The operate point is threshold plus the hysteresis, and the release point is the threshold minus the hysteresis. The factory default settings are sw_op = 312 corresponding to a nominal decision point of 77.4 C and sw_hyst = 28 corresponding to a nominal hysteresis of 2.4 C (operate at 79.8 C and release at 75 C). sltimeena - Enables the sleep timer. 0 means the part goes into complete sleep once the sleep bit is set. 1 means the parts will wake a factory set interval between 1 and 200 msec, make a measurement, set the output pin value, and return to sleep. The meas bit of 0xC4 indicates a measurement is in progress. Table 3.1. Si7060 OTP Memory Map ADDR x14 0x15 Base Part Number Part Number Variant 0x18 Serial ID [31:24] 0x19 Serial ID [23:16] 0x1A Serial ID [15:8] 0x1B Serial ID [7:0] otp_addr: This is the OTP memory address to read. otp_data: This is the data contents of the OTP memory once it is read. otp_read_en: This must be set to 1 to initiate an OTP Memory read sequence. The bit auto clears. otp_busy: This bit indicates if the OTP is busy. For normal I 2 C reads, the data will be available by the time the read enable bit is set and the data is read, so in most cases this bit is not needed. Base part number: For the Si7060, the register value is 60. Part number variant: The variant for the part number Si7060-B00 is 00. For the part number Si7060-B01, the part number variant is 01. The register value equals the part number variant. silabs.com Building a more connected world. Preliminary Rev

7 Electrical Specifications 4. Electrical Specifications Unless otherwise specified, all min/max specifications apply over the recommended operating conditions Table 4.1. Recommended Operating Conditons Parameter Symbol Test Condition Min Typ Max Units Power Supply V DD V Temperature T A C Table 4.2. General Specifications Parameter Symbol Test Condition Min Typ Max Units Operating Supply Voltage on VDD Operating Ambient Temperature V DD V T A C Input Voltage Range V IN 0 V DD V Input Leakage I IL <0.1 1 µs Output Voltage Low V OL SCL, SDA IOL = 3mA 0.4 V VDD> 2 V SCL, SDA IOL = 2mA 0.2 V VDD> 1.7 V SCL, SDA IOL = 6mA 0.6 V VDD> 2 V Current consumption I DD Sleep timer enabled average IDD at VDD= 3.3V for sample rate = 200ms µa Sleep mode (typ. 25 C) 50 na Sleep mode 125 C 1000 na Conversion in progress/ Active Mode VDD = 3.3V VDD = 5.5V µa Conversion Time T CONV µs Sleep Time T SLEEP µs Wake Up Time T WAKE Time from VDD> 1.7V to first measurement 1 ms silabs.com Building a more connected world. Preliminary Rev

8 Electrical Specifications Table 4.3. Output Pin Specifications Parameter Symbol Test Condition Min Typ Max Units Output Voltage Low V OL IOL = 3mA; VDD> 2V 0.4 V IOL = 2mA; VDD> 1.7V 0.2 V IOL = 6mA; VDD> 2 V 0.6 V Leakage I LEAK Output High 1 µa Slew Rate T SLEW Digital Output Mode 5 %V DD /ns Table 4.4. I2C Interface Specifications Parameter Symbol Test Condition Min Typ Max Units SCL Clock Frequency f SCL khz Start Condition Hold Time t SDH 0.6 µs LOW Period of SCL t SKL 1.3 µs HIGH Period of Clock t SKH 0.6 µs Set Up Time for a Repeated Start t SU:STA 0.6 µs Data Hold Time t DH 0 µs Data Setup Time t DS 100 µs Set Up Time for a STOP Condition Bus Free Time between STOP and START Data Valid Time (SCL Low to Data Valid) Data Valid Acknowledge Time (time from SCL Low to SDA Low) t SPS 0.6 µs t BUF 1.3 µs t VD;DAT 0.9 µs t VD;ACK 0.9 µs Hysteresis t HYST Digital input hysteresis SDA and SCL Suppressed Pulse Width t SP Pulses up to and including this limit will be suppressed 7 17 %VDD 50 ns silabs.com Building a more connected world. Preliminary Rev

9 Electrical Specifications 1/fSCL tskh tskl tsp SCL tbuf tsth tds tdh tsps SDA D6 D5 D4 D0 R/W ACK Start Bit Stop Bit tsts t VD : ACK Figure 4.1. I 2 C Interface Timing Table 4.5. Temperature Measurement Accuracy Parameter Symbol Test Condition Min Typ Max Units Temperature Measurement Accuracy Temperature Measurement Repeatability 0 C to + 70 C ±0.5 ±1 C -40 C to C ±2 C RMS Noise ±0.05 C RMS Table 4.6. Thermal Characteristics Parameter Symbol Test Condition Value Units Junction to Air Thermal Resistance θ JA JEDEC 4 layer board no airflow SOT C/W Junction to Board Thermal Resistance θ JB JEDEC 4 layer board no airflow SOT C/W Table 4.7. Absolute Maximum Ratings Parameter Symbol Test Condition Min Typ Max Units Ambient Temperature Under Bias C Storage Temperature C Voltage on I/O Pins V IO -0.3 VDD+0.3 V Voltage on VDD with respect to Ground V DD V ESD Tolerance V HBM Human Body Model 2 kv V CDM Charge Discharge Model 500 V Note: Absolute maximum ratings are stress ratings only. Operation at or beyond these conditions is not implied and may shorten the life of the device, and/or alter its performance. silabs.com Building a more connected world. Preliminary Rev

10 Ordering Guide 5. Ordering Guide Part I2C Address Output Type Si7060-B-00-IV(R) 0x30 Open Drain Si7060-B-01-IV(R) 0x31 Open Drain Si7060-B-02-IV(R) 0x32 Open Drain Si7060-B-03-IV(R) 0x33 Open Drain Note: The optional (R) is the designator for tape and reel (3000 pieces per reel). Parts not ordered by the full reel will be supplied in cut tape. silabs.com Building a more connected world. Preliminary Rev

11 Pin Description 6. Pin Description SOT-23, 5-Pin Top View Figure 6.1. Pin Assignments Table Pin SOT23-5 Package Pin Name Pin Number Description SDA 1 I 2 C data GND 2 Ground SCL 3 I 2 C clock V DD 4 Power +1.7 to +5.5 V ALERT 5 Digital ouput silabs.com Building a more connected world. Preliminary Rev

12 Package Outline 7. Package Outline 7.1 SOT Pin Package silabs.com Building a more connected world. Preliminary Rev

13 Package Outline Table 7.1. SOT Pin Package Dimensions Dimension Min Max A A A b c D E E1 e e BSC 2.75 BSC 1.60 BSC 0.95 BSC 1.90 BSC L L BSC θ 0 8 aaa 0.15 bbb 0.20 ccc 0.10 ddd 0.20 Note: 1. All dimensions shown are in millimeters (mm) unless otherwise noted. 2. Dimensioning and Tolerancing per ANSI Y14.5M This drawing conforms to the JEDEC Solid State Outline MO-193, Variation AB. 4. Recommended card reflow profile is per the JEDEC/IPC J-STD-020D specification for Small Body Components. silabs.com Building a more connected world. Preliminary Rev

14 Land Patterns 8. Land Patterns 8.1 SOT Pin PCB Land Pattern Dimension (mm) C 2.70 E 0.95 X 1.05 Y 0.60 Note: General 1. All dimensions shown are in millimeters (mm) unless otherwise noted. 2. Dimensioning and Tolerancing is per the ANSI Y14.5M-1994 specification. 3. This Land Pattern Design is based on the IPC-7351 guidelines. 4. All dimensions shown are at Maximum Material Condition (MMC). Least Material Condition (LMC) is calculated based on a Fabrication Allowance of 0.05 mm. Card Assembly 1. A No-Clean, Type-3 solder paste is recommended. 2. The recommended card reflow profile is per the JEDEC/IPC J-STD-020D specification for Small Body Components. silabs.com Building a more connected world. Preliminary Rev

15 Top Marking 9. Top Marking 9.1 SOT Pin Top Marking Note: TTTT is a manufacturing code. silabs.com Building a more connected world. Preliminary Rev

16 Revision History 10. Revision History Revision 0.1 May 2018 Initial release. silabs.com Building a more connected world. Preliminary Rev

17 Smart. Connected. Energy-Friendly. Products Quality Support and Community community.silabs.com Disclaimer Silicon Labs intends to provide customers with the latest, accurate, and in-depth documentation of all peripherals and modules available for system and software implementers using or intending to use the Silicon Labs products. Characterization data, available modules and peripherals, memory sizes and memory addresses refer to each specific device, and "Typical" parameters provided can and do vary in different applications. Application examples described herein are for illustrative purposes only. Silicon Labs reserves the right to make changes without further notice and limitation to product information, specifications, and descriptions herein, and does not give warranties as to the accuracy or completeness of the included information. Silicon Labs shall have no liability for the consequences of use of the information supplied herein. This document does not imply or express copyright licenses granted hereunder to design or fabricate any integrated circuits. The products are not designed or authorized to be used within any Life Support System without the specific written consent of Silicon Labs. A "Life Support System" is any product or system intended to support or sustain life and/or health, which, if it fails, can be reasonably expected to result in significant personal injury or death. Silicon Labs products are not designed or authorized for military applications. Silicon Labs products shall under no circumstances be used in weapons of mass destruction including (but not limited to) nuclear, biological or chemical weapons, or missiles capable of delivering such weapons. Trademark Information Silicon Laboratories Inc., Silicon Laboratories, Silicon Labs, SiLabs and the Silicon Labs logo, Bluegiga, Bluegiga Logo, Clockbuilder, CMEMS, DSPLL, EFM, EFM32, EFR, Ember, Energy Micro, Energy Micro logo and combinations thereof, "the world s most energy friendly microcontrollers", Ember, EZLink, EZRadio, EZRadioPRO, Gecko, ISOmodem, Micrium, Precision32, ProSLIC, Simplicity Studio, SiPHY, Telegesis, the Telegesis Logo, USBXpress, Zentri, Z-Wave and others are trademarks or registered trademarks of Silicon Labs. ARM, CORTEX, Cortex-M3 and THUMB are trademarks or registered trademarks of ARM Holdings. Keil is a registered trademark of ARM Limited. All other products or brand names mentioned herein are trademarks of their respective holders. Silicon Laboratories Inc. 400 West Cesar Chavez Austin, TX USA

UG345: Si72xx Eval Kit User's Guide

UG345: Si72xx Eval Kit User's Guide The Si72xx-Eval-Kit is a simple and low cost demonstration of the six basic types of Si72xx Hall effect magnetic position sensors. A USB adapter provides power to the sensor boards and reads the output

More information

Si720x Switch/Latch Hall Effect Magnetic Position Sensor Data Sheet

Si720x Switch/Latch Hall Effect Magnetic Position Sensor Data Sheet Si720x Switch/Latch Hall Effect Magnetic Position Sensor Data Sheet The Si7201/2/3/4/5/6 family of Hall effect magnetic sensors and latches from Silicon Labs combines a chopper-stabilized Hall element

More information

Si720x Switch/Latch Hall Effect Magnetic Position Sensor Data Sheet

Si720x Switch/Latch Hall Effect Magnetic Position Sensor Data Sheet Si720x Switch/Latch Hall Effect Magnetic Position Sensor Data Sheet The Si7201/2/3/4/5/6 family of Hall effect magnetic sensors and latches from Silicon Labs combines a chopper-stabilized Hall element

More information

Date CET Initials Name Justification

Date CET Initials Name Justification Application Note Z-Wave Battery Support Basics Document No.: APL12957 Version: 3 Description: Easy-reading introduction to Device Type and Command Class specification text on battery support. The doc covers

More information

FM-DAB-DAB Seamless Linking I2S SRAM. I2C / SPI Host Interface. FLASH Interface MOSI/SDA INTB MISO/A0 RSTB SCLK/SCL SSB/A1 SMODE

FM-DAB-DAB Seamless Linking I2S SRAM. I2C / SPI Host Interface. FLASH Interface MOSI/SDA INTB MISO/A0 RSTB SCLK/SCL SSB/A1 SMODE High-Performance Digital Radio Baseband Processor with Seamless Blending The Si469x dual DAB/DAB+ radio co-processor provides significant advances in size, power consumption, and performance to enable

More information

Triangular spread spectrum profile for maximum EMI reduction (Si50122-A2) 2.5 V, 3.3 V Power supply. (2.0 x 2.5 mm) down spread outputs

Triangular spread spectrum profile for maximum EMI reduction (Si50122-A2) 2.5 V, 3.3 V Power supply. (2.0 x 2.5 mm) down spread outputs CRYSTAL-LESS PCI-EXPRESS GEN1 DUAL OUTPUT CLOCK GENERATOR Features Crystal-less clock generator with integrated CMEMS PCI-Express Gen 1 compliant Triangular spread spectrum profile for maximum EMI reduction

More information

Translate HCSL to LVPECL, LVDS or CML levels Reduce Power Consumption Simplify BOM AVL. silabs.com Building a more connected world. Rev. 0.

Translate HCSL to LVPECL, LVDS or CML levels Reduce Power Consumption Simplify BOM AVL. silabs.com Building a more connected world. Rev. 0. AN781: Alternative Output Termination for Si5211x, Si5213x, Si5214x, Si5216x, Si522xx, Si5310x, Si5311x, and Si5315x PCIe Clock Generator and This application note is intended to provide optional, alternative

More information

QSG144: CP2615-EK2 Quick-Start Guide

QSG144: CP2615-EK2 Quick-Start Guide The Silicon Labs CP2615 Digital Audio Bridge Evaluation Kit is designed to enable rapid development of mobile audio accessories and USB digital audio products using the CP2615 Digital Audio Bridge. The

More information

EFM8 Universal Bee Family EFM8UB2 Errata

EFM8 Universal Bee Family EFM8UB2 Errata EFM8 Universal Bee Family EFM8UB2 Errata This document contains information on the errata of revision A of EFM8UB2. For errata on older revisions, please refer to the errata history for the device. The

More information

Software Release Note

Software Release Note Software Release Note Z-Wave PC based Controller Document No.: SRN13757 Version: 5 Description: - Written By: JFR;SRO;JRM;BBR Date: 2018-03-05 Reviewed By: Restrictions: JKA;LTHOMSEN;RREYES;JRM;SRO;NTJ;CRASMUSSEN;BBR

More information

EFM8 Laser Bee Family QSG110: EFM8LB1-SLSTK2030A Quick Start Guide

EFM8 Laser Bee Family QSG110: EFM8LB1-SLSTK2030A Quick Start Guide EFM8 Laser Bee Family QSG110: EFM8LB1-SLSTK2030A Quick Start Guide The EFM8LB1-SLSTK2030A is an excellent starting point to get familiar with the EFM8 Laser Bee microcontrollers. The kit contains sensors

More information

Accuracy maintained over the entire operating temperature and voltage range Low Power Consumption

Accuracy maintained over the entire operating temperature and voltage range Low Power Consumption I 2 C TEMPERATURE SENSORS Features High Accuracy Temperature Sensors Si7051: ±0.1 C (max) Si7053: ±0.3 C (max) Si7054: ±0.4 C (max) Si7055: ±0.5 C (max) Si7050: ±1.0 C (max) Wide operating voltage (1.9

More information

QSG119: Wizard Gecko WSTK Quick-Start Guide

QSG119: Wizard Gecko WSTK Quick-Start Guide QSG119: Wizard Gecko WSTK Quick-Start Guide The Wizard Gecko WGM110 Wi-Fi Wireless Starter Kit (WSTK) is designed to help you get started and evaluate the Silicon Labs WGM110 Wi-Fi Module. WSTK allows

More information

AN999: WT32i Current Consumption

AN999: WT32i Current Consumption AN999: WT32i Current Consumption APPLICATION NOTE Friday, 14 March 2014 Version 1.1 VERSION HISTORY Version Comment 1.0 First version 1.1 Updated contact details 1 Setup The current consumption of WT12

More information

Humidity/Temp/Optical EVB UG

Humidity/Temp/Optical EVB UG HUMIDITY/TEMPERATURE/OPTICAL SENSOR EXPANSION BOARD USER S GUIDE 1. Introduction The SLSTK3201A Zero Gecko Starter Kit includes a Humidity/Temp/Optical Expansion Board (BRD8001A) and a EFM32ZG-STK3200

More information

Router-E and Router-E-PA Wireless Router PRODUCT MANUAL

Router-E and Router-E-PA Wireless Router PRODUCT MANUAL Telegesis TG-RouterE-PM-008-102 Router-E, Router-E-PA Product Manual 1.02 Telegesis is a trademark of Silicon Laboratories Inc. Router-E and Router-E-PA Wireless Router PRODUCT MANUAL 2016 Silicon Labs

More information

Date CET Initials Name Justification

Date CET Initials Name Justification Application Note Z-Wave Association Basics Document No.: APL12956 Version: 5 Description: Introduction to Device Type and Command Class specification text on Association and Lifeline functionality. The

More information

AN1095: What to Do When the I2C Master Does Not Support Clock Stretching

AN1095: What to Do When the I2C Master Does Not Support Clock Stretching AN1095: What to Do When the I2C Master Does Not Support Clock Stretching The I2C Slave (I2CSLAVE0) interface of EFM8LB1 can support clock stretching for cases where the core may be temporarily prohibited

More information

EFM32 Pearl Gecko Family QSG118: EFM32PG1 SLSTK3401A Quick- Start Guide

EFM32 Pearl Gecko Family QSG118: EFM32PG1 SLSTK3401A Quick- Start Guide EFM32 Pearl Gecko Family QSG118: EFM32PG1 SLSTK3401A Quick- Start Guide The EFM32PG1 SLSTK3401A is an excellent starting point to get familiar with the EFM32 Pearl Gecko microcontrollers. The kit contains

More information

QSG114: CPT007B SLEX8007A Kit Quick- Start Guide

QSG114: CPT007B SLEX8007A Kit Quick- Start Guide QSG114: CPT007B SLEX8007A Kit Quick- Start Guide The CPT007B SLEXP8007A kit is designed to showcase the various touch features of the CPT007B GPIO Capacitive Sense devices. The device features capacitive

More information

AGC. Radio DSP 1 ADC. Synth 0 AGC. Radio DSP 2 ADC. Synth 1. ARM Cortex M3 MCU. SPI/I2C Control Interface NVSSB SMODE SSB SCLK NVSCLK INTB

AGC. Radio DSP 1 ADC. Synth 0 AGC. Radio DSP 2 ADC. Synth 1. ARM Cortex M3 MCU. SPI/I2C Control Interface NVSSB SMODE SSB SCLK NVSCLK INTB High-Performance Automotive DAB/DAB+/DMB Tuner The Si47942 integrates two global radio receivers. The digital radio tuners set a new standard for automotive broadcast reception. The Si47942 is the most

More information

EFM32 Happy Gecko Family EFM32HG-SLSTK3400A Quick-Start Guide

EFM32 Happy Gecko Family EFM32HG-SLSTK3400A Quick-Start Guide EFM32 Happy Gecko Family EFM32HG-SLSTK3400A Quick-Start Guide The EFM32HG-SLSTK3400A is an excellent starting point to get familiar with the EFM32 Happy Gecko microcontrollers. The kit contains sensors

More information

UG254: CP2102N-MINIEK Kit User's Guide

UG254: CP2102N-MINIEK Kit User's Guide The CP2102N-MINIEK kit is designed to showcase the various features of the CP2102N USBXpress devices. These highly-integrated USB-to-UART bridge controllers provide a simple solution for updating RS-232

More information

EFM8 Universal Bee Family EFM8UB1 Errata

EFM8 Universal Bee Family EFM8UB1 Errata EFM8 Universal Bee Family EFM8UB1 Errata This document contains information on the errata of revision C of EFM8UB1. For errata on older revisions, please refer to the errata history for the device. The

More information

AN1106: Optimizing Jitter in 10G/40G Data Center Applications

AN1106: Optimizing Jitter in 10G/40G Data Center Applications AN1106: Optimizing Jitter in 10G/40G Data Center Applications This application note outlines the common reference clock frequencies that would be required in many systems along with an analysis for the

More information

SMBus. Target Bootloader Firmware. Master Programmer Firmware. Figure 1. Firmware Update Setup

SMBus. Target Bootloader Firmware. Master Programmer Firmware. Figure 1. Firmware Update Setup SMBUS BOOTLOADER 1. Introduction A bootloader enables field updates of application firmware. A System Management Bus (SMBus) bootloader enables firmware updates over the SMBus. The SMBus bootloader described

More information

EFM8 Busy Bee Family EFM8BB2-SLSTK2021A Quick Start Guide

EFM8 Busy Bee Family EFM8BB2-SLSTK2021A Quick Start Guide EFM8 Busy Bee Family EFM8BB2-SLSTK2021A Quick Start Guide The EFM8BB2-SLSTK2021A is an excellent starting point to get familiar with the EFM8Busy Bee microcontrollers. The kit contains sensors and peripherals

More information

QSG123: CP2102N Evaluation Kit Quick- Start Guide

QSG123: CP2102N Evaluation Kit Quick- Start Guide QSG123: CP2102N Evaluation Kit Quick- Start Guide The CP2102N-EK kit is designed to showcase the various features of the CP2102N USBXpress devices. These highly-integrated USB-to-UART bridge controllers

More information

QSG107: SLWSTK6101A Quick-Start Guide

QSG107: SLWSTK6101A Quick-Start Guide QSG107: SLWSTK6101A Quick-Start Guide SLWSTK6101A Blue Gecko Bluetooth Smart Module Wireless Starter Kit Quick-Start Guide The Blue Gecko Bluetooth Smart Wireless Starter Kit is meant to help you evaluate

More information

AN976: CP2101/2/3/4/9 to CP2102N Porting Guide

AN976: CP2101/2/3/4/9 to CP2102N Porting Guide AN976: CP2101/2/3/4/9 to CP2102N Porting Guide The CP2102N USB-to-UART bridge device has been designed to be a drop-in replacement and upgrade for existing single-interface CP210x USB-to-UART devices.

More information

AN1143: Using Micrium OS with Silicon Labs Thread

AN1143: Using Micrium OS with Silicon Labs Thread AN1143: Using Micrium OS with Silicon Labs Thread The Silicon Labs Thread SDK provides support for running on top of the Micrium OS kernel, a full-featured RTOS for embedded systems. Support for Micrium

More information

Not Recommended for New Designs. Si Data Sheet Errata for Product Revision B

Not Recommended for New Designs. Si Data Sheet Errata for Product Revision B Si5345-44-42 Data Sheet Errata for Product Revision B This document contains information on the errata of product revision B of Si5345/44/42. The device data sheet explains how to identify chip revision,

More information

8-bit MCU Family C8051F93x/92x Errata

8-bit MCU Family C8051F93x/92x Errata 8-bit MCU Family C8051F93x/92x Errata This document contains information on the errata of revision G of C8051F93x/92x. For errata on older revisions, please refer to the errata history for the device.

More information

AN0059.1: UART Flow Control

AN0059.1: UART Flow Control AN0059.1: UART Flow Control This application note describes how to implement hardware or software flow control for UART. This application note includes the following: This PDF document Source files (zip)

More information

Figure 1. CP2108 USB-to-Quad UART Bridge Controller Evaluation Board

Figure 1. CP2108 USB-to-Quad UART Bridge Controller Evaluation Board CP2108 EVALUATION KIT USER S GUIDE 1. Introduction The CP2108 is a highly integrated USB-to-Quad-UART Bridge Controller providing a simple solution for updating RS-232/RS-485 designs to USB using a minimum

More information

Si53102-A1/A2/A3 PCI-EXPRESS GEN 1, GEN 2, GEN 3, AND GEN 4 1:2 FAN- OUT CLOCK BUFFER. Features. Applications. Description. Functional Block Diagram

Si53102-A1/A2/A3 PCI-EXPRESS GEN 1, GEN 2, GEN 3, AND GEN 4 1:2 FAN- OUT CLOCK BUFFER. Features. Applications. Description. Functional Block Diagram PCI-EXPRESS GEN 1, GEN 2, GEN 3, AND GEN 4 1:2 FAN- OUT CLOCK BUFFER Features PCI-Express Gen 1, Gen 2, Gen 3, and Gen 4 common clock compliant Two low-power PCIe clock outputs Supports Serial-ATA (SATA)

More information

8-Bit MCU C8051F85x/86x Errata

8-Bit MCU C8051F85x/86x Errata 8-Bit MCU This document contains information on the C8051F85x/86x errata. The latest available revision of this device is revision C. For errata on older revisions, refer to the errata history section

More information

EFR32MG13, EFR32BG13 & EFR32FG13 Revision C and Data Sheet Revision 1.0

EFR32MG13, EFR32BG13 & EFR32FG13 Revision C and Data Sheet Revision 1.0 170817142 EFR32MG13, EFR32BG13 & EFR32FG13 Revision C and Data Sheet Revision 1.0 PRCN Issue Date: 8/17/2017 Effective Date: 11/23/2017 PCN Type: Datasheet; Product Revision Description of Change Silicon

More information

Si7005USB-DONGLE. EVALUATION DONGLE KIT FOR THE Si7005 TEMPERATURE AND HUMIDITY SENSOR. 1. Introduction. 2. Evaluation Kit Description

Si7005USB-DONGLE. EVALUATION DONGLE KIT FOR THE Si7005 TEMPERATURE AND HUMIDITY SENSOR. 1. Introduction. 2. Evaluation Kit Description EVALUATION DONGLE KIT FOR THE Si7005 TEMPERATURE AND HUMIDITY SENSOR 1. Introduction The Si7005 is a relative humidity and temperature environmental sensor in a 4 mm x 4 mm QFN package. Access to the sensor

More information

Figure 1. Traditional Biasing and Termination for LVPECL Output Buffers

Figure 1. Traditional Biasing and Termination for LVPECL Output Buffers OUTPUT BUFFER OPTIONS FOR Si53X/55X/57X/59X XO/VCXO DEVICES 1. Introduction The Si53x/55x/57x/59x XO/VCXO devices can be ordered with one of four different output buffer types: CMOS, LVPECL, LVDS, or CML.

More information

QSG159: EFM32TG11-SLSTK3301A Quick- Start Guide

QSG159: EFM32TG11-SLSTK3301A Quick- Start Guide QSG159: EFM32TG11-SLSTK3301A Quick- Start Guide The EFM32TG11-SLSTK3301A is an excellent starting point to get familiar with the EFM32TG11 Tiny Gecko microcontrollers. The kit contains sensors and peripherals

More information

UG271: CP2615-EK2 User's Guide

UG271: CP2615-EK2 User's Guide The CP2615 device is designed to enable rapid development of USB-based audio applications. The CP2615 simplifies the process of transferring audio data from USB to I2S without any code development, speeding

More information

AN125 INTEGRATING RAISONANCE 8051 TOOLS INTO THE S ILICON LABS IDE. 4. Configure the Tool Chain Integration Dialog. 1. Introduction. 2.

AN125 INTEGRATING RAISONANCE 8051 TOOLS INTO THE S ILICON LABS IDE. 4. Configure the Tool Chain Integration Dialog. 1. Introduction. 2. INTEGRATING RAISONANCE 8051 TOOLS INTO THE S ILICON LABS IDE 1. Introduction This application note describes how to integrate the Raisonance 8051 Tools into the Silicon Laboratories IDE (Integrated Development

More information

UG352: Si5391A-A Evaluation Board User's Guide

UG352: Si5391A-A Evaluation Board User's Guide UG352: Si5391A-A Evaluation Board User's Guide The Si5391A-A-EVB is used for evaluating the Si5391A Any-Frequency, Any-Output, Jitter-Attenuating Clock Multiplier revision D. The device revision is distinguished

More information

Date CET Initials Name Justification

Date CET Initials Name Justification Instruction Development Controller User Guide Document No.: INS10236 Version: 9 Description: User guide describing the functionalities and features of the Z-Wave Development Controller sample application.

More information

UG294: CPT213B SLEXP8019A Kit User's Guide

UG294: CPT213B SLEXP8019A Kit User's Guide UG294: CPT213B SLEXP8019A Kit User's Guide The CPT213B Capacitive Sense Evaluation Board is an excellent starting point to get familiar with Capacitive Sense touch pads. The device serves as a user input

More information

AN1139: CP2615 I/O Protocol

AN1139: CP2615 I/O Protocol The CP2615 I/O Protocol (IOP) is a stateless, message based protocol designed specifically to provide access to the CP2615 I/O functions. The protocol is transported by USB bulk transfers over the CP2615

More information

EFM32 Zero Gecko EFM32ZG Errata

EFM32 Zero Gecko EFM32ZG Errata EFM32 Zero Gecko EFM32ZG Errata This document contains information on the errata of EFM32ZG. The latest available revision of this device is revision A. For errata on older revisions, please refer to the

More information

UG361: Si70xx Evaluation Tools User's Guide

UG361: Si70xx Evaluation Tools User's Guide UG361: Si70xx Evaluation Tools User's Guide All of the supported evaluation kits contain the following items: Si7013USB-DONGLE evaluation board consisting of one Si7013 sensor as well as USB interface

More information

Bluegiga WF111 Software Driver Release Notes

Bluegiga WF111 Software Driver Release Notes Bluegiga WF111 Software Driver Release Notes This document contains details about changes between WF111 Software Driver releases starting with the latest officially released driver. KEY POINTS : 5.2.2-r4

More information

UG322: Isolated CAN Expansion Board User Guide

UG322: Isolated CAN Expansion Board User Guide UG322: Isolated CAN Expansion Board User Guide The Silicon Labs Isolated CAN Evaluation Board is a hardware plugin card for CAN capable EFM32 Starter Kits (STKs). The Isolated CAN EXP is intended to help

More information

UG274: Isolated USB Expansion Board User Guide

UG274: Isolated USB Expansion Board User Guide UG274: Isolated USB Expansion Board User Guide The Silicon Labs Isolated USB Evaluation Board is a hardware plugin card for EFM8 and EFM32 Starter Kits (STKs). The Isolated USB EXP is intended to help

More information

CP2104-EK CP2104 EVALUATION KIT USER S GUIDE. 1. Kit Contents. 2. Relevant Documentation. 3. Software Setup USBXpress Driver Development Kit

CP2104-EK CP2104 EVALUATION KIT USER S GUIDE. 1. Kit Contents. 2. Relevant Documentation. 3. Software Setup USBXpress Driver Development Kit CP2104 EVALUATION KIT USER S GUIDE 1. Kit Contents The CP2104 Evaluation Kit contains the following items: CP2104 Evaluation Board RS232 Serial Cable USB Cable DVD Quick Start Guide 2. Relevant Documentation

More information

FBOUT DDR0T_SDRAM0 DDR0C_SDRAM1 DDR1T_SDRAM2 DDR1C_SDRAM3 DDR2T_SDRAM4 DDR2C_SDRAM5 DDR3T_SDRAM6 DDR3C_SDRAM7 DDR4T_SDRAM8 DDR4C_SDRAM9 DDR5T_SDRAM10

FBOUT DDR0T_SDRAM0 DDR0C_SDRAM1 DDR1T_SDRAM2 DDR1C_SDRAM3 DDR2T_SDRAM4 DDR2C_SDRAM5 DDR3T_SDRAM6 DDR3C_SDRAM7 DDR4T_SDRAM8 DDR4C_SDRAM9 DDR5T_SDRAM10 2 Output Buffer for 2 DDR and 3 SRAM DIMMS Features One input to 2 output buffer/drivers Supports up to 2 DDR DIMMs or 3 SDRAM DIMMS One additional output for feedback SMBus interface for individual output

More information

AN0059.0: UART Flow Control

AN0059.0: UART Flow Control This application note describes how to implement hardware or software flow control for UART. This application note includes the following: This PDF document Source files (zip) Example C-code Multiple IDE

More information

AN1117: Migrating the Zigbee HA Profile to Zigbee 3.0

AN1117: Migrating the Zigbee HA Profile to Zigbee 3.0 AN1117: Migrating the Zigbee HA Profile to Zigbee 3.0 This document is provided to assist developers who are migrating their Zigbee HA projects to Zigbee 3.0. It discusses the specifics of changing configurations

More information

UG313: Thunderboard Sense 2 Bluetooth Low Energy Demo User's Guide

UG313: Thunderboard Sense 2 Bluetooth Low Energy Demo User's Guide UG313: Thunderboard Sense 2 Bluetooth Low Energy Demo User's Guide The Thunderboard Sense 2 Bluetooth Low Energy Demo is a complete sensor-to-cloud solution for the Thunderboard Sense 2 kit and accompanying

More information

EFM8 Busy Bee EFM8BB1 Errata

EFM8 Busy Bee EFM8BB1 Errata EFM8 Busy Bee EFM8BB1 Errata This document contains information on the EFM8BB1 errata. The latest available revision of this device is revision A. For errata on older revisions, refer to the errata history

More information

AN1006: Differences Between Si534x/8x Revision B and Revision D Silicon

AN1006: Differences Between Si534x/8x Revision B and Revision D Silicon AN1006: Differences Between Si534x/8x Revision B and Revision D Silicon This document highlights differences between Revision B and Revision D silicon for the following part numbers: Si5340 Si5341 Si5342

More information

AN926: Reading and Writing Registers with SPI and I 2 C

AN926: Reading and Writing Registers with SPI and I 2 C AN926: Reading and Writing Registers with SPI and I 2 C The Si534x/8x timing devices use either SPI or I 2 C as the communication protocol for changing internal register settings in the chip. This application

More information

CP2110-EK CP2110 EVALUATION KIT USER S GUIDE. 1. Kit Contents. 2. Relevant Documentation. 3. Software Setup

CP2110-EK CP2110 EVALUATION KIT USER S GUIDE. 1. Kit Contents. 2. Relevant Documentation. 3. Software Setup CP2110 EVALUATION KIT USER S GUIDE 1. Kit Contents The CP2110 Evaluation Kit contains the following items: CP2110 Evaluation Board RS232 Serial Cable USB Cable DVD Quick Start Guide 2. Relevant Documentation

More information

CP2103-EK CP2103 EVALUATION KIT USER S GUIDE. 1. Kit Contents. 2. Relevant Documentation. 3. Software Setup USBXpress Driver Development Kit

CP2103-EK CP2103 EVALUATION KIT USER S GUIDE. 1. Kit Contents. 2. Relevant Documentation. 3. Software Setup USBXpress Driver Development Kit CP2103 EVALUATION KIT USER S GUIDE 1. Kit Contents The CP2103 Evaluation Kit contains the following items: CP2103 Evaluation Board RS232 Serial Cable USB Cable DVD Quick Start Guide 2. Relevant Documentation

More information

The Si50122-Ax-EVB is used to evaluate the Si50122-Ax. Table 1 shows the device part number and corresponding evaluation board part number.

The Si50122-Ax-EVB is used to evaluate the Si50122-Ax. Table 1 shows the device part number and corresponding evaluation board part number. Si50122-AX-EVB USER S GUIDE Description Si50122-Ax is a high performance, crystal-less PCIe clock generator with internal CMEMS that can generate two 100 MHz HCSL and one 25 MHz LVCMOS clock outputs. This

More information

TS9004 Demo Board FEATURES ORDERING INFORMATION

TS9004 Demo Board FEATURES ORDERING INFORMATION FEATURES Single or Dual Power Supplies: Single: +2.5V to +V Dual: ±.25V to ±5.5V Internal.82V ±0.75% Reference Fully Assembled and Tested Push-pull TTL/CMOS-Compatible Outputs 2in x 3in 2-layer circuit

More information

CP2105-EK CP2105 EVALUATION KIT USER S GUIDE. 1. Kit Contents. 2. Relevant Documentation. 3. Software Setup USBXpress Driver Development Kit

CP2105-EK CP2105 EVALUATION KIT USER S GUIDE. 1. Kit Contents. 2. Relevant Documentation. 3. Software Setup USBXpress Driver Development Kit CP2105 EVALUATION KIT USER S GUIDE 1. Kit Contents The CP2105 Evaluation Kit contains the following items: CP2105 Evaluation Board RS232 Serial Cable USB Cable DVD Quick Start Guide 2. Relevant Documentation

More information

EFR32 Mighty Gecko Family EFR32MG1 with Integrated Serial Flash Errata History

EFR32 Mighty Gecko Family EFR32MG1 with Integrated Serial Flash Errata History EFR32 Mighty Gecko Family EFR32MG1 with Integrated Serial Flash Errata History This document contains the errata history for EFR32MG1 with Integrated Serial Flash devices. For errata on latest revision,

More information

Programming Options for Si5332

Programming Options for Si5332 The Si5332 is a part with three multisynth (fractional dividers) as seen in the block diagram below. This application note outlines the ways in which these dividers can be programmed. KEY FEATURES OR KEY

More information

AN116. Power Management Techniques and Calculation. Introduction. Key Points. Power Saving Methods. Reducing System Clock Frequency

AN116. Power Management Techniques and Calculation. Introduction. Key Points. Power Saving Methods. Reducing System Clock Frequency Power Management Techniques and Calculation 1. Relevant Devices This application note applies to the following devices: C8051F000, C8051F001, C8051F002, C8051F005, C8051F006, C8051F010, C8051F011, C8051F012,

More information

AN0018.0: Supply Voltage Monitoring

AN0018.0: Supply Voltage Monitoring This application note will demonstrate how to use the EFM32 Reset Management Unit and the Voltage Comparator to read the reset cause register and monitor the supply voltage. This application note includes:

More information

Figure 1. Precision32 AppBuilder

Figure 1. Precision32 AppBuilder GETTING STARTED WITH THE SILICON LABS PRECI- SION32 APPB UILDER 1. Introduction Precision32 AppBuilder is a software program that generates configuration code for MCU devices. The software dynamically

More information

EFM32G Product Revision E

EFM32G Product Revision E 170724110 EFM32G Product Revision E PRCN Issue Date: 7/24/2017 Effective Date: 10/27/2017 PCN Type: Product Revision Description of Change 1 Silicon Labs is pleased to announce product revision E of the

More information

Selector Switch SDA. Pin 1. SCL Pin 2. I2C Bus. Pin 7. Pin 8. Pin 1. Pin 2. Pin 7 Pin 8. Pin 1 Pin 2. Pin 7 Pin 8

Selector Switch SDA. Pin 1. SCL Pin 2. I2C Bus. Pin 7. Pin 8. Pin 1. Pin 2. Pin 7 Pin 8. Pin 1 Pin 2. Pin 7 Pin 8 Universal Oscillator Evaluation Board This document describes operation of the Silicon Laboratories Si5xxUC-EVB evaluation board designed to evaluate any of Silicon Labs pin-controlled or I2C configurable

More information

QSG155: Using the Silicon Labs Dynamic Multiprotocol Demonstration Applications

QSG155: Using the Silicon Labs Dynamic Multiprotocol Demonstration Applications QSG155: Using the Silicon Labs Dynamic Multiprotocol Demonstration Applications This document shows how to use the dynamic protocol lighting demonstrations. Two demonstrations may be used, one incorporating

More information

UG369: Wireless Xpress BGX13P SLEXP8027A Kit User's Guide

UG369: Wireless Xpress BGX13P SLEXP8027A Kit User's Guide UG369: Wireless Xpress BGX13P SLEXP8027A Kit User's Guide The Wireless Xpress BGX13P expansion board is an excellent starting point to get familiar with the Bluetooth Xpress BGX13 Bluetooth Low Energy

More information

2. Key Points. F93x F92x F91x F90x. Figure 1. C8051F93x-C8051F90x MCU Family Memory Size Options

2. Key Points. F93x F92x F91x F90x. Figure 1. C8051F93x-C8051F90x MCU Family Memory Size Options C8051F93X-C8051F90X SOFTWARE PORTING GUIDE Relevant Devices This application note applies to the following devices: C8051F930, C8051F931, C8051F920, C8051F921, C8051F912, C8051F911, C8051F902, C8051F901

More information

CP2114 Family CP2114 Errata

CP2114 Family CP2114 Errata CP2114 Family CP2114 Errata This document contains information on the errata of revision B01 of the CP2114. Revision B02 is currently planned for early 2016. For errata on older revisions, please refer

More information

USBXpress Family CP2102N Errata

USBXpress Family CP2102N Errata USBXpress Family This document contains information on the CP2102N errata. The latest available revision of this device is revision A02. For errata on older revisions, refer to the errata history section

More information

Si1140-DK. Si1140 DEVELOPMENT KIT USER S GUIDE. 1. Kit Contents. Figure 1. Si1143 Evaluation Board

Si1140-DK. Si1140 DEVELOPMENT KIT USER S GUIDE. 1. Kit Contents. Figure 1. Si1143 Evaluation Board Si1140 DEVELOPMENT KIT USER S GUIDE 1. Kit Contents The Si1140 Development Kit contains the following items: Si1143 Evaluation Board Si1140DK Quick Start Guide 1 USB Cable 2. Introduction The Si1140DK

More information

Software Design Specification

Software Design Specification Software Design Specification User Code Command Class, version 2 Document No.: SDS13615 Version: 1 Device Class Ver 0.9 Description: - Written By: NOBRIOT Date: Reviewed By: Restrictions: NOBRIOT;JFR;COLSEN;JROSEVALL;YANYAN;DCHOW

More information

Software Design Specification

Software Design Specification Software Design Specification Node Provisioning QR Code Format (S2, Smart Start) Document No.: SDS13937 Version: Description: Format for representing S2 DSK as well as various product properties in QR

More information

Software Design Specification

Software Design Specification Software Design Specification Node Provisioning Information Type Registry (QR code, Z/IP Gateway, SmartStart) Document No.: SDS13944 Version: 6 Description: Provisioning Information Types to be specified

More information

AN1154: Using Tokens for Non-Volatile Data Storage

AN1154: Using Tokens for Non-Volatile Data Storage AN1154: Using Tokens for Non-Volatile Data Storage This document describes tokens and shows how to use them for non-volatile data storage in EmberZNet PRO, Silicon Labs Flex, and Silicon Labs Thread applications.

More information

TS7001 Demo Board. A Micropower, 2-channel, ksps, Serial-Output 12-bit SAR ADC FEATURES

TS7001 Demo Board. A Micropower, 2-channel, ksps, Serial-Output 12-bit SAR ADC FEATURES A Micropower, 2-channel, 187.5-ksps, Serial-Output 12-bit SAR ADC FEATURES Quick and easy interface to computer for evaluation via Nano River Technologies ViperBoard and USB cable Input BNC connection

More information

Si1146 UVIRSlider2EK Demo Kit

Si1146 UVIRSlider2EK Demo Kit Demo Kit Si1146 UVIRSLIDER2EK DEMO KIT USER S GUIDE 1. Kit Contents The Demo Kit contains the following items: Demo Board Demo Board Quick Start Guide USB Cable 2. Introduction The Demo Board implements

More information

Termination Options for Any-Frequency Si51x XOs, VCXOs

Termination Options for Any-Frequency Si51x XOs, VCXOs Termination Options for Any-Frequency XOs, VCXOs 1. Introduction This application note provides termination recommendations for connecting output clock signals to the family of XO and VCXO ICs and is not

More information

The process also requires the use of the following files found in the Micriµm Quick Start Package for the FRDM-KL46Z:

The process also requires the use of the following files found in the Micriµm Quick Start Package for the FRDM-KL46Z: Micriµm µc/os-iii and µc/probe on the Freescale FRDM-KL46Z Introduction This document will guide you through the necessary steps to run the precompiled example of Micriµm s µc/os-iii and µc/probe on the

More information

µc/probe on the Freescale FRDM-KL05Z without an RTOS

µc/probe on the Freescale FRDM-KL05Z without an RTOS Micriµm µc/probe on the Freescale FRDM-KL05Z without an RTOS Introduction This document will guide you through the necessary steps to connect µc/probe to any embedded application running on the FRDM-KL05Z

More information

UG232: Si88xxxISO-EVB User's Guide

UG232: Si88xxxISO-EVB User's Guide This document describes the operation of the Si88xxxISO-EVB. KIT CONTENTS Discusses the hardware overview and setup Shows the Si88xxxISO-EVB schematics and layout Lists the bill of materials for the Si88xxxISO-EVB

More information

EFM32 Pearl Gecko Family EFM32PG1 Errata

EFM32 Pearl Gecko Family EFM32PG1 Errata EFM32 Pearl Gecko Family This document contains the errata history for EFM32PG1 devices. For errata on latest revision, please refer to the errata for the device. The device data sheet explains how to

More information

EFM32 EFM32GG11 Giant Gecko Family QSG149: EFM32GG11-SLSTK3701A Quick-Start Guide

EFM32 EFM32GG11 Giant Gecko Family QSG149: EFM32GG11-SLSTK3701A Quick-Start Guide EFM32 EFM32GG11 Giant Gecko Family QSG149: EFM32GG11-SLSTK3701A Quick-Start Guide The EFM32GG11-SLSTK3701A is an excellent starting point to get familiar with the EFM32 EFM32GG11 Giant Gecko microcontrollers.

More information

AN1160: Project Collaboration with Simplicity Studio

AN1160: Project Collaboration with Simplicity Studio AN1160: Project Collaboration with Simplicity Studio This document presents best practices procedures for sharing and collaborating on Simplicity Studio projects among a team of developers or developers

More information

UG103.13: Application Development Fundamentals: RAIL

UG103.13: Application Development Fundamentals: RAIL UG103.13: Application Development Fundamentals: RAIL Silicon Labs RAIL (Radio Abstraction Interface Layer) provides an intuitive, easily-customizable radio interface layer that is designed to support proprietary

More information

QSG107: SLWSTK6101A/B Quick-Start Guide

QSG107: SLWSTK6101A/B Quick-Start Guide QSG107: SLWSTK6101A/B Quick-Start Guide The Blue Gecko Bluetooth Smart Wireless Starter Kit is meant to help you evaluate Silicon Labs Blue Gecko Bluetooth Smart modules and get you started with your own

More information

UG365: GATT Configurator User s Guide

UG365: GATT Configurator User s Guide UG365: GATT Configurator User s Guide This guide provides the information needed to effectively use the Bluetooth GATT Configurator provided as a part of Simplicity Studio. The GATT Configurator is an

More information

QSG107: SLWSTK6101A/B Quick-Start Guide

QSG107: SLWSTK6101A/B Quick-Start Guide QSG107: SLWSTK6101A/B Quick-Start Guide Note: The contents of this document are deprecated. Please see QSG139: Bluetooth Development with Simplicity Studio for current instructions. The Blue Gecko Bluetooth

More information

C8051F411-EK C8051F411 EVALUATION KIT USER S GUIDE. 1. Kit Contents. 2. Kit Overview. 3. Evaluation Board Interface LCD User Interface

C8051F411-EK C8051F411 EVALUATION KIT USER S GUIDE. 1. Kit Contents. 2. Kit Overview. 3. Evaluation Board Interface LCD User Interface C8051F411 EVALUATION KIT USER S GUIDE 1. Kit Contents The C8051F411 Evaluation Kit contains the following items: C8051F411 Evaluation Board Silicon Laboratories Evaluation Kit IDE and Product Information

More information

Not Recommended for New Designs

Not Recommended for New Designs Key Features 10 to 140 MHz operating frequency range Low output clock jitter: - 140 ps-max c-c-j at 66 MHz Low output-to-output skew: 150 ps-max Low product-to-product skew: 400 ps-max 3.3 V power supply

More information

UG103.7: Tokens Fundamentals

UG103.7: Tokens Fundamentals UG103.7: Tokens Fundamentals This document describes tokens and shows how to use them in EmberZNet PRO, EmberZNet RF4CE, and Silicon Labs Thread applications. It also discusses bindings, the application-defined

More information

AN1083: Creating and Using a Secure CoAP Connection with ARM s mbed TLS

AN1083: Creating and Using a Secure CoAP Connection with ARM s mbed TLS AN1083: Creating and Using a Secure CoAP Connection with ARM s mbed TLS This document describes how to create and use a secure Constrained Application Protocol (CoAP) connection with ARM s mbed TLS library

More information

ETRX3DVK Development Kit Quick-Start Guide

ETRX3DVK Development Kit Quick-Start Guide TG-ETRX3DVK-QS-013-103 ETRX3DVK Development Kit Quick-Start Guide 1.03 Telegesis is a trademark of Silicon Laboratories Inc. ETRX3DVK Development Kit Quick-Start Guide Your ETRX3DVK contains: 3 x ETRX35xDV

More information