Send an Inquiry

To receive a quote for your project, please fill in the following information, and we’ll get back to you promptly.

Name*
Company*
Email Address*
Phone/WhatsApp
Part Number*
Quantity*
Message
Submit Inventory List

Please fill in the following information, and we’ll get back to you promptly.

Name*
Company*
Email Address*
Phone/WhatsApp
Upload My List
Message

Texas Instruments 430BOOST-TMP006

Part No.:
430BOOST-TMP006
Manufacturer:
Texas Instruments
Category:
Sensor Evaluation Boards
Package:
Datasheet:
Aetrix430BOOST-TMP006.pdf
Description:
BOOSTER PACK ADP BOARD TMP006
Quantity:
Payment:
Payment
Shipping:
Shipping

Inventory:4,884

Please send an inquiry. Send us your inquiry, and we will respond immediately.

Part Number
Quantity*
Price
Name*
Company
Email*
Comments

Product details

Overview

The 430BOOST-TMP006 from Texas Instruments is an evaluation BoosterPack designed to accelerate development with the TMP006 infrared contactless temperature sensor and MSP430G2553 microcontroller. It integrates a pre-loaded firmware image, on-board TMP006EVM hardware, dual-color LED indicators (D1/D2), pushbutton controls (S1/S2), and UART-based PC communication via LaunchPad backchannel. It supports real-time streaming and untethered flash-based logging of object and local temperature data.

For engineers reviewing the 430BOOST-TMP006 datasheet, 430BOOST-TMP006 pinout, 430BOOST-TMP006 application, or 430BOOST-TMP006 equivalent, this page delivers verified hardware integration details, GUI-supported dual-mode operation (Data Streaming and Data Logging), I²C interface configuration for TMP006, MSP430G2553 firmware architecture, and LabVIEW-based host interaction - all critical for rapid prototyping of non-contact thermal sensing systems.

Technical Context

This BoosterPack implements a complete evaluation system combining the MSP430G2553 MCU (16-bit RISC core, 16 kB Flash, 512 B RAM) with the TMP006 thermopile sensor (I²C interface, ±0.5°C accuracy, 0.5°C resolution, -40°C to 125°C local temp range). Firmware uses hardware UART (USCI module) for PC communication and supports timer-based UART fallback via source modification.

Two operational modes are implemented in firmware: Data Streaming Mode (LED1 ON, continuous UART transmission of object/local temperature) and Data Logging Mode (untethered, battery-powered, flash-resident storage with manual dump via GUI). Calibration is performed via S1 button press, triggering transient-corrected local temperature reference update.

Key Specifications

Parameter Value and Actual Design Meaning
Form Factor BoosterPack-compatible board (20-pin male headers, aligns with MSP-EXP430G2 LaunchPad rev1.4+)
Core MCU MSP430G2553 pre-programmed with user experience firmware (supports Code Composer Studio v5.2 and IAR EW v5.40.3)
Sensor Interface I²C (SCL/SDA routed to P1.6/P1.7; requires P1.6 jumper removal per SLAU440 Section 3.2)
Host Communication Hardware UART via LaunchPad backchannel (P1.1/TXD, P1.2/RXD); configurable to timer-based UART via source edit
Operating Modes Data Streaming Mode (real-time UART output) and Data Logging Mode (flash-resident, battery-operated, GUI-triggered dump)
Calibration & Indication S1 button initiates recalibration; D1 (red) and D2 (green) LEDs indicate relative temperature deviation from calibrated baseline

Availability

The 430BOOST-TMP006 is available at Aetrix Electronics and suitable for thermal sensor evaluation, MSP430-based embedded prototyping, and infrared temperature measurement education requiring stable component supply and full software toolchain support.

Supply support for 430BOOST-TMP006 includes scheduled delivery planning, volume procurement assistance, BOM continuity management, traceable sourcing, and lifecycle availability coordination for OEM customers, industrial embedded developers, connected-device designers, and electronics production programs.

Manufacturer

Texas Instruments is a global semiconductor company specializing in analog, embedded processing, and connectivity technologies, with decades of leadership in low-power microcontrollers and precision sensing solutions.

The 430BOOST-TMP006 belongs to TI's BoosterPack ecosystem - a family of plug-in evaluation modules designed to extend LaunchPad development platforms with validated sensor, power, and interface functionality for rapid proof-of-concept and firmware validation.

FAQ

What is the 430BOOST-TMP006 used for?

The 430BOOST-TMP006 is an evaluation BoosterPack that enables rapid development with the TMP006 infrared temperature sensor and MSP430G2553 MCU. It provides pre-loaded firmware, a LabVIEW GUI, dual-mode operation (streaming and logging), and hardware-level integration - allowing engineers to validate contactless thermal sensing algorithms, test I²C sensor interfacing, and prototype battery-powered monitoring applications without custom PCB design. The 430BOOST-TMP006 serves as a turnkey reference for non-contact temperature measurement systems.

Does the 430BOOST-TMP006 include the MSP430G2553 microcontroller?

Yes, the 430BOOST-TMP006 includes an MSP430G2553 device pre-programmed with the user experience firmware described in SLAU440. This MCU handles TMP006 I²C communication, temperature calculation using the provided API (tmp006_getTemp, tmp006_calculateTemp), LED control, button debouncing, and UART data transmission. The 430BOOST-TMP006 relies on this onboard MSP430G2553 - no external MCU is required for basic operation when used with a compatible LaunchPad baseboard.

How do I switch between Data Streaming and Data Logging modes on the 430BOOST-TMP006?

Mode switching on the 430BOOST-TMP006 is performed either via hardware button or GUI command. Press S2 on the LaunchPad to enter Data Logging Mode (LED1 turns OFF); press S1 to recalibrate. In Data Streaming Mode (LED1 ON), temperature data flows continuously over UART. The GUI provides "Toggle between Data Stream and Data Logger Modes" buttons and supports Erase Flash Data and Dump Flash Data to PC functions - but these require USB connection and are only active in Data Logging Mode. The 430BOOST-TMP006 firmware enforces strict mode separation per SLAU440 Sections 5.1 and 5.2.

What software tools are supported for developing with the 430BOOST-TMP006?

The 430BOOST-TMP006 supports Code Composer Studio v5.2 and IAR Embedded Workbench v5.40.3, with fully commented source code included in the 430boost_tmp006_x_xx_xx_xx.zip package under the /src folder. The API layer (tmp006_init, tmp006_getTemp, etc.) is documented in Doxygen format within the /doc folder. The LabVIEW-based GUI provides real-time visualization, CSV export, and flash memory management - and is installed separately via setup.exe in the gui_installer folder. All tools are freely available and directly referenced in SLAU440 Section 5 and Appendix 6.1.

Is the 430BOOST-TMP006 compatible with newer LaunchPad revisions?

Yes, the 430BOOST-TMP006 is compatible with MSP-EXP430G2 LaunchPad revision 1.4 and above, as explicitly stated in SLAU440 Section 3.1. For rev1.5, J3 jumpers must be set to hardware UART mode (Figure 2); for rev1.4 and below, UART cross-jumpering is required per SLAU318. The 430BOOST-TMP006 pinout aligns with standard BoosterPack mechanical and electrical specifications, and its operation has been validated across these revisions - though users must follow the exact configuration steps in SLAU440 Section 3.2 to ensure reliable I²C and UART functionality.

430BOOST-TMP006 Specifications

Product attributes
Attribute value
Manufacturer:
Texas Instruments
Series:
-
Packaging:
Box
Product Status:
Obsolete
Sensor Type:
Temperature
Sensing Range:
-
Interface:
-
Sensitivity:
-
Voltage - Supply:
-
Embedded:
-
Contents:
Board(s), Cable(s)
Utilized IC / Part:
TMP006

430BOOST-TMP006 FAQ

1.How can I place an order for 430BOOST-TMP006 through Aetrix?

Please submit a Request for Quotation (RFQ) for 430BOOST-TMP006 on Aetrix. Our sales agent will provide a competitive quotation and guide you through the order confirmation once you accept the terms.

2.Are the price and stock information for 430BOOST-TMP006 reliable?

The price and inventory of 430BOOST-TMP006 are updated periodically and may fluctuate due to market conditions. Stock and pricing data are typically refreshed every 24 hours. Quotation validity for 430BOOST-TMP006 is usually 5 days.

3.What payment methods are accepted for 430BOOST-TMP006?

We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for 430BOOST-TMP006 transactions.

Note: Certain payment methods may incur a processing fee.

4.How is shipping managed for 430BOOST-TMP006?

430BOOST-TMP006 orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.

Once your 430BOOST-TMP006 order is processed, you will receive an email with the shipment details and tracking number.

Note: Tracking information may take up to 24 hours to appear. Express delivery typically takes 3–5 business days.

5.How can I obtain technical support or documentation for 430BOOST-TMP006?

For technical support, including 430BOOST-TMP006 datasheets, pinout diagrams, or application guidance, please contact our engineering support team. They can provide detailed documentation and assistance for your 430BOOST-TMP006 requirements.

6.How does Aetrix verify that 430BOOST-TMP006 is sourced from the original manufacturer or authorized distributors?

All 430BOOST-TMP006 products on Aetrix are procured from qualified distributors and authorized channels. Our dedicated quality assurance team conducts strict verification, including traceability checks and, if necessary, third-party testing. This ensures that 430BOOST-TMP006 meets industry standards.

7.What is the process for return or replacement of 430BOOST-TMP006?

All 430BOOST-TMP006 units undergo pre-shipment inspection (PSI). If there is an issue with 430BOOST-TMP006, returns or replacements are accepted under the following conditions:

1.Quantity discrepancies, incorrect items, or visible external defects (such as breakage or corrosion), acknowledged by Aetrix.

2.The issue is reported within 90 days of delivery.

3.The 430BOOST-TMP006 part is unused and in its original packaging.

Return procedure for 430BOOST-TMP006:

1.Submit a request within 90 days.

2.Obtain a Return Material Authorization (RMA) from Aetrix.

430BOOST-TMP006 Tags

  • 430BOOST-TMP006
  • 430BOOST-TMP006 PDF
  • 430BOOST-TMP006 Datasheet
  • 430BOOST-TMP006 Specifications
  • 430BOOST-TMP006 Images
  • Texas Instruments
  • Texas Instruments 430BOOST-TMP006
  • Buy 430BOOST-TMP006
  • 430BOOST-TMP006 Price
  • 430BOOST-TMP006 Distributor
  • 430BOOST-TMP006 Supplier
  • 430BOOST-TMP006 Wholesale
Related Products
1782
1782

Adafruit Industries LLC

SEN0142
SEN0142

DFRobot

2857
2857

Adafruit Industries LLC

3316
3316

Adafruit Industries LLC

2652
2652

Adafruit Industries LLC

3317
3317

Adafruit Industries LLC

163
163

Adafruit Industries LLC

SEN-09269
SEN-09269

SparkFun Electronics

3709
3709

Adafruit Industries LLC

1018
1018

Adafruit Industries LLC

VL53L5CX-SATEL
VL53L5CX-SATEL

STMicroelectronics

3387
3387

Adafruit Industries LLC

Tech Hub

Search

Search

PRODUCT

PRODUCT

PHONE

PHONE

USER

USER