WEBENCH is a registered trademark of Texas Instruments.
SmartRF is a trademark of Texas instruments.
iPhone, iPad, iPhone 4S, iPad 3 are registered trademarks of Apple Inc.
App Store is a trademark of Apple Inc. (service mark).
Embedded Workbench is a registered trademark of IAR Systems.
I2C is a trademark of NXP.
Bluetooth is a registered trademark of SIG, Inc.
All other trademarks are the property of their respective owners.
The intent of this user's guide is to describe in detail the Gas Sensor Platform with Bluetooth®LowEnergy Reference Design from Texas Instruments. After reading this user's guide, a user should better
understand the features and usage of this reference design platform.
The Gas Sensor Platform with Bluetooth low-energy (BLE) is intended as a reference design that
customers can use to develop end-products for consumer and industrial applications to monitor gases like
carbon monoxide (CO), oxygen (O2), ammonia, fluorine, chlorine dioxide etc. . BLE adds a wireless
feature to the platform that enables seamless connectivity to an iPhone®or an iPad®. Customers can
easily replace the targeted gas sensor based on their application, while keeping the same analog frontend (AFE) and BLE design. The system runs on a CR2032 coin-cell battery. AFE from TI — LMP91000 —
interfaces directly with the electrochemical cell. The LMP91000 interfaces with CC2541 which is a BLE
system on a chip from TI.
An iOS application running on an iPhone 4S®and newer generations or an iPad 3®and newer
generations lets customers interface with this reference platform. Customers can use and customize the
iOS application, the hardware files and firmware source code of CC2541, which TI provides as an open
source. The Gas Sensor Platform with BLE provides customers with a low-power, configurable AFE and
the option to integrate wireless features in gas-sensing applications. This platform helps customers access
the market faster and helps differentiate from performance, power, and feature sets.
The platform complies with the below certifications on wireless:
•EN 300 328 compliant
•FCC 15.247 compliant
•IC RSS-210 compliant
The platform complies with the below certifications on EMC:
•FCC – FEDERAL COMMUNICATIONS COMMISSION Part 15, Class B
•IC – INDUSTRY CANADA ICES-003 Class B
•EN 301 489-17
The heart of this reference platform is the AFE from TI, the LMP91000. The LMP91000 is perfect for use
in micropower, electrochemical-sensing applications. The LMP91000 provides a complete signal-path
solution between a sensor and a microcontroller that generates an output voltage proportional to the cellcurrent. This device provides all of the functionality for detecting changes in gas concentration based on a
delta current at the working electrode.
The LMP91000 is programmed to support multiple electrochemical sensors, such as 3-lead toxic gas
sensors (see Figure 1-4) and 2-lead galvanic cell sensors (see Figure 1-5) with a single design as
opposed to multiple discrete solutions. The AFE supports gas sensitivities over a range of 0.5 to 9500
nA/ppm. It also allows for an easy conversion of current ranges from 5 to 750 µA, full scale.
The adjustable cell-bias and transimpedance amplifier (TIA) gain are programmed through the I2C™
interface. The I2C interface can also be used for sensor diagnostics. An integrated temperature sensor can
be read by the user through the VOUT pin and used to provide additional signal correction in the µC or
monitored to verify temperature conditions at the sensor. The AFE is optimized for micropower
applications, and operates over a voltage range of 2.7 to 5.25 V. The total current consumption can be
less than 10 μA. Additional power-saving capabilities are possible by switching off the TIA and shorting the
reference electrode to the working electrode with an internal switch
The LMP91000 supports many different toxic gases and sensors, and is configured to address the critical
parameters of each gas.
www.ti.com
6
Gas Sensor Platform Reference Design User's GuideSNOA922–April 2013
Transimpedance Amplifier — TIA provides an output voltage that is proportional to the cell current. TIA
provides seven programmable internal-gain resistors and allows the external-gain resistor to
connect to the LMP91000.
(V
ref_div–Vout
V
out
Input — The LMP91000 provides a 3-electrode solution — counter electrode (CE), reference electrode
(RE), working electrode (WE) (see Figure 1-4), as well as a 2-electrode solution — short the CE
and RE (see Figure 1-5).
Variable Bias — Variable bias provides the amount of bias voltage required by a biased gas sensor
between RE and WE. This bias voltage can be programmed to be 1% to 24% of the supply, or it
can be VREF. The bias can also be negative or positive depending on the type of sensing element.
V
Divider — This is the voltage at the noninverting pin at TIA. This voltage can be programmed to be
ref
either 20%, 50%, or 67% of the supply, or it can be VREF. The V
of the full-scale input range of the analog-to-digital converter (ADC) and sufficient headroom for the
counter electrode of the sensor to swing in case of sudden changes in the gas concentration.
•How to select the appropriate V
– If the current at pin WE (Iwe) is flowing into the TIA, then the V
of V
– If Iweis flowing out of the TIA, then the V
•Assume V
•Assume Variable Bias is set to 2% of V
•Assume V
= (V
ref
The V
) / (RTIA) = I
) – (RTIA × Iwe)(2)
ref_div
.
divider in that case would be 0.82 V. The noninverting input to A1 woul;d be
Control Amplifier A1 — A1 is a differential amplifier used to compare the potential between WE and RE.
The error signal is amplified and applied to the CE. Changes in the impedance between the WE
and RE cause a change in the voltage applied to CE in order to maintain the constant voltage
between WE and RE.
Temperature Sensor — An on-board temperature sensor provides a ±3˚C accuracy. The sensor can be
used by an external µC to correct for performance over temperature.
Serial Interface — Calibration and programming is done through the I2C digital interface. Calibration and
state-of-health monitoring is enabled by the I2C interface. As mentioned before, health monitoring
is very important because chemical cells can degrade over time.
1.1.2 Examples of Firmware and iOS Calculation
This section explains the signal path and signal processing as implemented in the Gas Sensor Platform,
from the sensor to LMP91000, to CC2541 and to the iOS application.
1.1.2.1O2Sensor Example
The following example uses the O2sensor from the Alphasense A2 series (see Section 1.3.1).
A change in µA current of the sensor indications a change in gas concentration. The LMP91000
processes the current and uses the linear TIA stage to convert the current to analog voltage (see
Figure 1-1). The analog voltage is then sent to CC2541. The CC2541 then converts the raw analog
voltage to a digital signal through a 12-bit ADC and transmits the signal through the Bluetooth radio to an
iOS device. The iOS device then performs postprocessing.
www.ti.com
1.1.2.1.1 Postprocessing Steps as Implemented in the iOS
•Covert voltage (binary to decimal).
– In this example, we assume that CC2541 transmits 0348h in its VOUT field. iOS software converts
this hexadecimal voltage into a decimal value:
0348h = 840(3)
•Since the ADC is inside the CC2541 is a 12-bit resolution (2s complementary).
– Thus the ADC resolution inside CC2541:
2.5 V / (211-1) = 0.001221(4)
– Note: LM4120 provides a fixed 2.5V precision reference to both LMP91000 and CC2541 in this
reference platform and thus we have used 2.5 V above to calculate the ADC resolution inside
CC2541 .
•Multiply the decimal value from Equation 8 with the ADC resolution:
840 × 0.001221 = 1.025 V(5)
(V
ref_div–Vout
) / (RTIA) = I
•V
•RTIA above is set to 7000.
•Thus current at pin WE (Iwe) flowing into the TIA is ~91 µA (fresh air calibration).(6)
here is 67% of V
ref_div
we_fresh air
.
ref
•To change the O2concentration, if you exhale (breathe out) on the O2sensor; the VOUT would
increase. Let's assume that CC2541 transmits 03B0h in its VOUT field. 03B0h will translate to 944 in
decimal. (see Equation 8).
– 944 × 0.001221 = 1.152 V
•Thus current at pin WE (Iwe) flowing into the TIA in this case would be: (1.667– 1.152) / 7000 =
73.5 µA
•In Equation 11, the calibrated fresh air WE (Iwe) value is 91 µA. For calibration, this can be set to
correspond - 20.9%.
•When we exhale (breathe out) on the O2sensor; the normalized O2percentage would then be:
(73.5 × 20.9) / 91 = 16.88%(7)
8
Gas Sensor Platform Reference Design User's GuideSNOA922–April 2013
The following example uses the CO sensor from the Alphasense CO-AF series (see Section 1.3.1).
A change in µA current of the sensor indications a change in gas concentration. The LMP91000
processes the current and uses the linear TIA stage to convert the current to analog voltage (see
Figure 1-1). The analog voltage is then sent to CC2541. The CC2541 then converts the raw analog
voltage to a digital signal through a 12-bit ADC and transmits the signal through the Bluetooth radio to an
iOS device. The iOS device then performs postprocessing.
1.2.1 Postprocessing Steps as Implemented in the iOS
•Covert voltage (binary to decimal).
– In this example, we assume that CC2541 transmits 019Fh in its VOUT field. iOS software converts
this hexadecimal voltage into a decimal value:
019Fh = 415(8)
•Since the ADC is inside the CC2541 is a 12-bit resolution (2s complementary).
– Thus the ADC resolution inside CC2541:
2.5 V / (211-1) = 0.001221(9)
– Note: LM4120 provides a fixed 2.5V precision reference to both LMP91000 and CC2541 in this
reference platform and thus we have used 2.5 V above to calculate the ADC resolution inside
CC2541 .
•Multiply the decimal value from Equation 8 with the ADC resolution:
415 × 0.001221 = 0.506 V(10)
(V
ref_div–Vout
•Based on the CO-AF specification, the sensitivity of the sensor is 55-90nA/ppm. In the iOS software,
the sensitivity is set to 70nA/ppm (~average of the range).
– 857nA × 70nA/ppm= ~12ppm
•Note: The RTIA for the CO-AF sensor is set to 7000. This ensures that the full range of the CO-AF
sensor (0-5000ppm) can be utilized without clipping.
) / (RTIA) = - I
•As Iweis flowing out of the TIA in case of CO sensor, then the V
•RTIA above is set to 7000.
•Thus current at pin WE (Iwe) flowing out of the TIA is ~857nA (fresh air calibration).(11)
we_fresh air
CO Sensor Example
divider should be set to 20% of V
ref
.
ref
1.3Supported Sensor Types
The Gas Sensor Platform from TI can be used either with a 3-lead amperometric cell (not included) (see
Figure 1-4) and a 2-lead galvanic cell (not included) in potentiostat configuration (see Figure 1-5) by a
minor resistor change shown in Figure 5-4.
•For a 3-lead amperometric cell (CO), R43 must be un-installed.
•For a 2-lead galvanic cell (O2) R43 must be installed.
•Low-power configurable AFE (LMP91000) that provides flexibility for customers to use the same AFE
for different gas-sensing platforms and configure different platforms with a simple firmware update
•Provides reference design for BLE antenna design - leveraging low-cost trace antenna
•Enables customers to use the platform to incorporate wireless features in gas-sensing applications
•TI provides BLE firmware and iOS application software as open-source to help customers get to the
market faster.
•The platform is comprised of two boards that are stacked together and are referred to as SAT0009
(power board) and SAT0010 (AFE and Bluetooth board).
LMP91000
•Supply voltage 2.7 to 5.25 V
•Supply current (average over time) <10 μA
•Cell-conditioning current up to 10 mA
•Reference electrode bias-current (85°C) 900 pA (max)
•Output drive-current 750 μA
•Complete potentiostat circuit to interface to most chemical cells
•Programmable cell-bias voltage
•Low-bias voltage drift
•Programmable TIA gain 2.75 to 350 kΩ
•Sink and source capability
•I2C-compatible digital interface
•Ambient operating temperature –40°C to +85°C
•Package: 14-pin WSON
•Supported by WEBENCH Sensor AFE Designer
LM4120
•Small SOT23-5 package
•Low dropout voltage: 120 mV Typ @ 1 mA
•High output voltage accuracy: 0.2%
•Source and sink current output: ±5 mA
•Supply current: 160 μA Typ.
•Low temperature coefficient: 50 ppm/°C
•Enable pin
•Fixed output voltages: 1.8, 2.048, 2.5, 3.0, 3.3, 4.096 and 5.0 V
•Industrial temperature range: –40°C to +85°C
TPS61220
•Up to 95% efficiency at typical operating conditions
– 2.4-GHz low-energy compliant and Proprietary RF System-on-Chip (SoC)
– Supports 250-kbps, 500-kbps, 1-Mbps, 2-Mbps data rates
– Excellent link budget, enabling long-range applications without external front-end
– Programmable output power up to 0 dBm
– Excellent receiver sensitivity (–94 dBm at 1 Mbps), selectivity and blocking performance
– Suitable for systems-targeting compliance with worldwide radio frequency regulations
– ETSI EN 300 328 and EN 300 440 Class 2 (Europe), FCC CFR47 Part 15 (US), and ARIB STD-
T66 (Japan)
– Few external components
– Reference design provided
– 6-mm × 6-mm QFN-40 package
– Pin-compatible with CC2540 (when not using USB or I2C)
– Active-mode RX down to: 17.9 mA
– Active-mode TX (0 dBm): 18.2 mA
– Power mode 1 (4-μs Wake-Up): 270 μA
– Power mode 2 (Sleep Timer On): 1 μA
– Power mode 3 (External Interrupts): 0.5 μA
– Wide supply-voltage range (2 V – 3.6 V)
– TPS62730-compatible low power in active mode
– RX down to: 14.7 mA (3-V supply)
– TX (0 dBm): 14.3 mA (3-V supply)
– Powerful 5-Channel direct memory access (DMA)
– General-purpose timers (one, 16-bit; two, 8-bit)
– IR generation circuitry
– 32-kHz sleep timer with capture
– Accurate digital RSSI support
– Battery monitor and temperature sensor
– 12-bit ADC with eight channels and configurable resolution
– AES security coprocessor
– Two powerful UARTs with support for several serial protocols
– 23 general-purpose I/O pins
– I2C interface
– Two I/O pins with LED-driving capabilities
– Watchdog timer
– Integrated high-performance comparator
•Development tools
– CC2541 Evaluation Module Kit (CC2541EMK)
– CC2541 Mini Development Kit (CC2541DK-MINI)
– SmartRF™ software
– IAR Embedded Workbench®available
2.2Featured Applications
The Gas Sensor Platform with BLE Reference Platform is designed to demonstrate how a configurable
AFE can be used with a low-power wireless radio to provide a reference platform that will help customers
develop their next-generation gas-sensing solutions for:
•Industrial: gas-sensing application
•Consumer: carbon monoxide-sensing application
•Healthcare facilities: gas-sensing application
2.3Highlighted Products
The Gas Sensor Platform with Bluetooth Low-Energy Reference Design features the following devices:
For battery life calculations, it is highly recommended that the customer reviews CC2541 Battery Life
Calculation, SWRA347.
It is impossible to use a single metric to compare the power consumption of a BLE device to another
device. For example, a device gets rated by its peak current. While the peak current plays a part in the
total power consumption, a device running the BLE stack only consumes current at the peak level during
transmission. Even in very high throughput systems, a BLE device is only transmitting for a small
percentage of the total time that the device is connected (see Figure 3-4).
www.ti.com
Figure 3-4. Current Consumption
In addition to transmitting, there are other factors to consider when calculating battery life. A BLE device
can go through several other states, such as receiving, sleeping, and waking-up from sleep. Even if the
current consumption of a device in each different state is known, there is not enough information to
determine the total power consumed by the device. Each layer of the BLE stack requires a certain amount
of processing to remain connected and to comply with the specifications of the protocol. The MCU takes
time to perform this processing, and during this time, current is consumed by the device. In addition, some
power might be consumed while the device switches between states (see Figure 3-5). All of this must be
considered in order to get an accurate measurement of the total current consumed.
18
Figure 3-5. Current Consumption-Active vs Sleep Modes
The following data was simulated using the High-Frequency Structural Simulator (HFSS) from ANSYS
(www.ansys.com/hfss).
The Gas Sensor Platform with BLE platform is a stackup of two 1-inch diameter boards (see Figure 4-1).
The goals of the antenna simulations include the following:
•Validate that the 2.45-GHz antenna performs as expected.
•Estimate the influence of the battery board, by running simulations with and without the battery board.
4.1Simulations With the Battery Board (SAT0009)
Both boards were used in the first simulation to determine the affect of the power board (SAT0009) on the
BLE antenna located on SAT0010 (see Figure 4-2, Figure 4-3, and Figure 4-4).
Figure 4-4. Antenna Simulations Electrical Field Propagation With Power Board
The power board (SAT0009) was used in the next simulation to determine if the BLE antenna resulted in
an improvement to the performance of SAT0010 (see Figure 4-5, Figure 4-6, and Figure 4-7).
Figure 4-5. Antenna Simulations Setup Without Battery Board
•The battery board does not significantly influence the antenna (see Table 4-1).
•Good omnidirectional radiation pattern is found.
– Low peak gain of 1.2.
•Antenna radiation efficiency is estimated at 54%.
4.3Conclusion
•Overall board size is very small.
– Reduces the antenna efficiency from an estimated 70% to 54%.
– Influences the match of the antenna to become only 6 dB.
•By increasing the last inductor from 3 to 5 nH, the match is improved.
4.4FCC Reports
The Gas Sensor Platform is compliant with FCC and EU radiation requirements. For additional
information, see the following documents:
NOTE:Capacitors C29 and C32 on SAT0010 provide low-pass filtering to the analog output signals
(Vout and C2) from LMP91000. In the schematic, they are placed as placeholders and
shown as DNP (Do not populate). During testing of this platform it was noted that a value of
.01 µF was most optimized for C29 and C32 for this particular platform. Customers can finetune this selection based on their system design.
Figure 5-4. CO - O
Figure 5-5. Filter
2
SNOA922–April 2013Schematics and Bill Of Materials
One of the development platforms for the CC2451 8051 microcontroller is the IAR development platform.
See http://www.iar.com/ for information on this platform.
To communicate to the development platform through IAR, the CC Debugger is required. See Section 3.1.
The CC Debugger must be connected to the 10-pin header on the SAT0010 board. Make sure that the
notch on the cable that connects to the 10-pin header is facing away from the sensor or toward the
outside. If connected properly, the LED on the CC Debugger should turn green.
The number of times the Bluetooth radio communicates with the iOS application can be easily changed by
using the highlighted variable shown in Figure 7-10.
Figure 7-11. Sensor Section
The firmware has a case statement to easily change from a CO sensor to an O2sensor, as shown in
Figure 7-11. Note the x in front of the CO option.
Texas Instruments (TI) provides the enclosed Evaluation Board/Kit/Module (EVM) under the following conditions:
The user assumes all responsibility and liability for proper and safe handling of the goods. Further, the user indemnifies TI from all claims
arising from the handling or use of the goods.
Should this evaluation board/kit not meet the specifications indicated in the User’s Guide, the board/kit may be returned within 30 days from
the date of delivery for a full refund. THE FOREGOING LIMITED WARRANTY IS THE EXCLUSIVE WARRANTY MADE BY 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 THE INDEMNITY SET FORTH
ABOVE, NEITHER PARTY SHALL BE LIABLE TO THE OTHER FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES.
Please read the User's Guide and, specifically, the Warnings and Restrictions notice in the User's Guide prior to handling the product. This
notice contains important safety information about temperatures and voltages. For additional information on TI's environmental and/or safety
programs, please visit www.ti.com/esh or contact TI.
No license is granted under any patent right or other intellectual property right of TI covering or relating to any machine, process, or
combination in which such TI products or services might be or are used. TI currently deals with a variety of customers for products, and
therefore our arrangement with the user is not exclusive. TI assumes no liability for applications assistance, customer product design,
software performance, or infringement of patents or services described herein.
REGULATORY COMPLIANCE INFORMATION
As noted in the EVM User’s Guide and/or EVM itself, this EVM and/or accompanying hardware may or may not be subject to the Federal
Communications Commission (FCC) and Industry Canada (IC) rules.
For EVMs not subject to the above rules, this evaluation board/kit/module is intended for use for ENGINEERING DEVELOPMENT,
DEMONSTRATION OR EVALUATION PURPOSES ONLY and is not considered by TI to be a finished end product fit for general consumer
use. It generates, uses, and can radiate radio frequency energy and has not been tested for compliance with the limits of computing
devices pursuant to part 15 of FCC or ICES-003 rules, which are designed to provide reasonable protection against radio frequency
interference. Operation of the equipment may cause interference with radio communications, in which case the user at his own expense will
be required to take whatever measures may be required to correct this interference.
General Statement for EVMs including a radio
User Power/Frequency Use Obligations: This radio is intended for development/professional use only in legally allocated frequency and
power limits. Any use of radio frequencies and/or power availability of this EVM and its development application(s) must comply with local
laws governing radio spectrum allocation and power limits for this evaluation module. It is the user’s sole responsibility to only operate this
radio in legally acceptable frequency space and within legally mandated power limitations. Any exceptions to this are strictly prohibited and
unauthorized by Texas Instruments unless user has obtained appropriate experimental/development licenses from local regulatory
authorities, which is responsibility of user including its acceptable authorization.
For EVMs annotated as FCC – FEDERAL COMMUNICATIONS COMMISSION Part 15 Compliant
Caution
This device complies with part 15 of the FCC Rules. Operation is subject to the following two conditions: (1) This device may not cause
harmful interference, and (2) this device must accept any interference received, including interference that may cause undesired operation.
Changes or modifications not expressly approved by the party responsible for compliance could void the user's authority to operate the
equipment.
FCC Interference Statement for Class A EVM devices
This equipment has been tested and found to comply with the limits for a Class A digital device, pursuant to part 15 of the FCC Rules.
These limits are designed to provide reasonable protection against harmful interference when the equipment is operated in a commercial
environment. This equipment generates, uses, and can radiate radio frequency energy and, if not installed and used in accordance with the
instruction manual, may cause harmful interference to radio communications. Operation of this equipment in a residential area is likely to
cause harmful interference in which case the user will be required to correct the interference at his own expense.
FCC Interference Statement for Class B EVM devices
This equipment has been tested and found to comply with the limits for a Class B digital device, pursuant to part 15 of the FCC Rules.
These limits are designed to provide reasonable protection against harmful interference in a residential installation. This equipment
generates, uses and can radiate radio frequency energy and, if not installed and used in accordance with the instructions, may cause
harmful interference to radio communications. However, there is no guarantee that interference will not occur in a particular installation. If
this equipment does cause harmful interference to radio or television reception, which can be determined by turning the equipment off and
on, the user is encouraged to try to correct the interference by one or more of the following measures:
• Reorient or relocate the receiving antenna.
• Increase the separation between the equipment and receiver.
• Connect the equipment into an outlet on a circuit different from that to which the receiver is connected.
• Consult the dealer or an experienced radio/TV technician for help.
For EVMs annotated as IC – INDUSTRY CANADA Compliant
This Class A or B digital apparatus complies with Canadian ICES-003.
Changes or modifications not expressly approved by the party responsible for compliance could void the user’s authority to operate the
equipment.
Concerning EVMs including radio transmitters
This device complies with Industry Canada licence-exempt RSS standard(s). Operation is subject to the following two conditions: (1) this
device may not cause interference, and (2) this device must accept any interference, including interference that may cause undesired
operation of the device.
Concerning EVMs including detachable antennas
Under Industry Canada regulations, this radio transmitter may only operate using an antenna of a type and maximum (or lesser) gain
approved for the transmitter by Industry Canada. To reduce potential radio interference to other users, the antenna type and its gain should
be so chosen that the equivalent isotropically radiated power (e.i.r.p.) is not more than that necessary for successful communication.
This radio transmitter has been approved by Industry Canada to operate with the antenna types listed in the user guide with the maximum
permissible gain and required antenna impedance for each antenna type indicated. Antenna types not included in this list, having a gain
greater than the maximum gain indicated for that type, are strictly prohibited for use with this device.
Cet appareil numérique de la classe A ou B est conforme à la norme NMB-003 du Canada.
Les changements ou les modifications pas expressément approuvés par la partie responsable de la conformité ont pu vider l’autorité de
l'utilisateur pour actionner l'équipement.
Concernant les EVMs avec appareils radio
Le présent appareil est conforme aux CNR d'Industrie Canada applicables aux appareils radio exempts de licence. L'exploitation est
autorisée aux deux conditions suivantes : (1) l'appareil ne doit pas produire de brouillage, et (2) l'utilisateur de l'appareil doit accepter tout
brouillage radioélectrique subi, même si le brouillage est susceptible d'en compromettre le fonctionnement.
Concernant les EVMs avec antennes détachables
Conformément à la réglementation d'Industrie Canada, le présent émetteur radio peut fonctionner avec une antenne d'un type et d'un gain
maximal (ou inférieur) approuvé pour l'émetteur par Industrie Canada. Dans le but de réduire les risques de brouillage radioélectrique à
l'intention des autres utilisateurs, il faut choisir le type d'antenne et son gain de sorte que la puissance isotrope rayonnée équivalente
(p.i.r.e.) ne dépasse pas l'intensité nécessaire à l'établissement d'une communication satisfaisante.
Le présent émetteur radio a été approuvé par Industrie Canada pour fonctionner avec les types d'antenne énumérés dans le manuel
d’usage et ayant un gain admissible maximal et l'impédance requise pour chaque type d'antenne. Les types d'antenne non inclus dans
cette liste, ou dont le gain est supérieur au gain maximal indiqué, sont strictement interdits pour l'exploitation de l'émetteur.
【【Important Notice for Users of this Product in Japan】】
This development kit is NOT certified as Confirming to Technical Regulations of Radio Law of Japan
If you use this product in Japan, you are required by Radio Law of Japan to follow the instructions below with respect to this product:
1. Use this product in a shielded room or any other test facility as defined in the notification #173 issued by Ministry of Internal Affairs and
Communications on March 28, 2006, based on Sub-section 1.1 of Article 6 of the Ministry’s Rule for Enforcement of Radio Law of
Japan,
2. Use this product only after you obtained the license of Test Radio Station as provided in Radio Law of Japan with respect to this
product, or
3. Use of this product only after you obtained the Technical Regulations Conformity Certification as provided in Radio Law of Japan with
respect to this product. Also, please do not transfer this product, unless you give the same notice above to the transferee. Please note
that if you could not follow the instructions above, you will be subject to penalties of Radio Law of Japan.
(address) 24-1, Nishi-Shinjuku 6 chome, Shinjuku-ku, Tokyo, Japan
For Feasibility Evaluation Only, in Laboratory/Development Environments. Unless otherwise indicated, this EVM is not a finished
electrical equipment and not intended for consumer use. It is intended solely for use for preliminary feasibility evaluation in
laboratory/development environments by technically qualified electronics experts who are familiar with the dangers and application risks
associated with handling electrical mechanical components, systems and subsystems. It should not be used as all or part of a finished end
product.
Your Sole Responsibility and Risk. You acknowledge, represent and agree that:
1. You have unique knowledge concerning Federal, State and local regulatory requirements (including but not limited to Food and Drug
Administration regulations, if applicable) which relate to your products and which relate to your use (and/or that of your employees,
affiliates, contractors or designees) of the EVM for evaluation, testing and other purposes.
2. You have full and exclusive responsibility to assure the safety and compliance of your products with all such laws and other applicable
regulatory requirements, and also to assure the safety of any activities to be conducted by you and/or your employees, affiliates,
contractors or designees, using the EVM. Further, you are responsible to assure that any interfaces (electronic and/or mechanical)
between the EVM and any human body are designed with suitable isolation and means to safely limit accessible leakage currents to
minimize the risk of electrical shock hazard.
3. You will employ reasonable safeguards to ensure that your use of the EVM will not result in any property damage, injury or death, even
if the EVM should fail to perform as described or expected.
4. You will take care of proper disposal and recycling of the EVM’s electronic components and packing materials.
Certain Instructions. It is important to operate this EVM within TI’s recommended specifications and environmental considerations per the
user guidelines. Exceeding the specified EVM ratings (including but not limited to input and output voltage, current, power, and
environmental ranges) may cause property damage, personal injury or death. If there are questions concerning these ratings please contact
a TI field representative prior to connecting interface electronics including input power and intended loads. Any loads applied outside of the
specified output range may result in unintended and/or inaccurate operation and/or possible permanent damage to the EVM and/or
interface electronics. Please consult the EVM User's Guide prior to connecting any load to the EVM output. If there is uncertainty as to the
load specification, please contact a TI field representative. During normal operation, some circuit components may have case temperatures
greater than 60°C as long as the input and output are maintained at a normal ambient operating temperature. These components include
but are not limited to linear regulators, switching transistors, pass transistors, and current sense resistors which can be identified using the
EVM schematic located in the EVM User's Guide. When placing measurement probes near these devices during normal operation, please
be aware that these devices may be very warm to the touch. As with all electronic evaluation tools, only qualified personnel knowledgeable
in electronic measurement and diagnostics normally found in development environments should use these EVMs.
Agreement to Defend, Indemnify and Hold Harmless. You agree to defend, indemnify and hold TI, its licensors and their representatives
harmless from and against any and all claims, damages, losses, expenses, costs and liabilities (collectively, "Claims") arising out of or in
connection with any use of the EVM that is not in accordance with the terms of the agreement. This obligation shall apply whether Claims
arise under law of tort or contract or any other legal theory, and even if the EVM fails to perform as described or expected.
Safety-Critical or Life-Critical Applications. If you intend to evaluate the components for possible use in safety critical applications (such
as life support) where a failure of the TI product would reasonably be expected to cause severe personal injury or death, such as devices
which are classified as FDA Class III or similar classification, then you must specifically notify TI of such intent and enter into a separate
Assurance and Indemnity Agreement.
Texas Instruments Incorporated and its subsidiaries (TI) reserve the right to make corrections, enhancements, improvements and other
changes to its semiconductor products and services per JESD46, latest issue, and to discontinue any product or service per JESD48, latest
issue. Buyers should obtain the latest relevant information before placing orders and should verify that such information is current and
complete. All semiconductor products (also referred to herein as “components”) are sold subject to TI’s terms and conditions of sale
supplied at the time of order acknowledgment.
TI warrants performance of its components to the specifications applicable at the time of sale, in accordance with the warranty in TI’s terms
and conditions of sale of semiconductor products. Testing and other quality control techniques are used to the extent TI deems necessary
to support this warranty. Except where mandated by applicable law, testing of all parameters of each component is not necessarily
performed.
TI assumes no liability for applications assistance or the design of Buyers’ products. Buyers are responsible for their products and
applications using TI components. To minimize the risks associated with Buyers’ products and applications, Buyers should provide
adequate design and operating safeguards.
TI does not warrant or represent that any license, either express or implied, is granted under any patent right, copyright, mask work right, or
other intellectual property right relating to any combination, machine, or process in which TI components or services are used. Information
published by TI regarding third-party products or services does not constitute a license to use such products or services or a warranty or
endorsement thereof. Use of such information may require a license from a third party under the patents or other intellectual property of the
third party, or a license from TI under the patents or other intellectual property of TI.
Reproduction of significant portions of TI information in TI data books or data sheets is permissible only if reproduction is without alteration
and is accompanied by all associated warranties, conditions, limitations, and notices. TI is not responsible or liable for such altered
documentation. Information of third parties may be subject to additional restrictions.
Resale of TI components or services with statements different from or beyond the parameters stated by TI for that component or service
voids all express and any implied warranties for the associated TI component or service and is an unfair and deceptive business practice.
TI is not responsible or liable for any such statements.
Buyer acknowledges and agrees that it is solely responsible for compliance with all legal, regulatory and safety-related requirements
concerning its products, and any use of TI components in its applications, notwithstanding any applications-related information or support
that may be provided by TI. Buyer represents and agrees that it has all the necessary expertise to create and implement safeguards which
anticipate dangerous consequences of failures, monitor failures and their consequences, lessen the likelihood of failures that might cause
harm and take appropriate remedial actions. Buyer will fully indemnify TI and its representatives against any damages arising out of the use
of any TI components in safety-critical applications.
In some cases, TI components may be promoted specifically to facilitate safety-related applications. With such components, TI’s goal is to
help enable customers to design and create their own end-product solutions that meet applicable functional safety standards and
requirements. Nonetheless, such components are subject to these terms.
No TI components are authorized for use in FDA Class III (or similar life-critical medical equipment) unless authorized officers of the parties
have executed a special agreement specifically governing such use.
Only those TI components which TI has specifically designated as military grade or “enhanced plastic” are designed and intended for use in
military/aerospace applications or environments. Buyer acknowledges and agrees that any military or aerospace use of TI components
which have not been so designated is solely at the Buyer's risk, and that Buyer is solely responsible for compliance with all legal and
regulatory requirements in connection with such use.
TI has specifically designated certain components as meeting ISO/TS16949 requirements, mainly for automotive use. In any case of use of
non-designated products, TI will not be responsible for any failure to meet ISO/TS16949.
ProductsApplications
Audiowww.ti.com/audioAutomotive and Transportation www.ti.com/automotive
Amplifiersamplifier.ti.comCommunications and Telecomwww.ti.com/communications
Data Convertersdataconverter.ti.comComputers and Peripheralswww.ti.com/computers
DLP® Productswww.dlp.comConsumer Electronicswww.ti.com/consumer-apps
DSPdsp.ti.comEnergy and Lightingwww.ti.com/energy
Clocks and Timerswww.ti.com/clocksIndustrialwww.ti.com/industrial
Interfaceinterface.ti.comMedicalwww.ti.com/medical
Logiclogic.ti.comSecuritywww.ti.com/security
Power Mgmtpower.ti.comSpace, Avionics and Defensewww.ti.com/space-avionics-defense
Microcontrollersmicrocontroller.ti.comVideo and Imagingwww.ti.com/video
RFIDwww.ti-rfid.com
OMAP Applications Processorswww.ti.com/omapTI E2E Communitye2e.ti.com
Wireless Connectivitywww.ti.com/wirelessconnectivity