Getting started
Arduino library
To install the Arduino library, you can use the Arduino Library Manager or download it directly from GitHub:
TMP117 High-Accuracy Temperature Sensor Arduino Library
TMP117 Arduino library by Soldered
ℹ️
Are you a first-time Arduino user? For a detailed tutorial on getting started with Arduino, refer to this section of our docs:
Getting started with Arduino
A comprehensive tutorial on how to set up and upload code to an Arduino board for the first time, from scratch!
Connections
Below is an example connection diagram for Dasduino CONNECTPLUS using the Qwiic connector. These pins will be used in the examples throughout this documentation.
| Dasduino CONNECTPLUS | TMP117 Breakout Board |
|---|---|
| Qwiic | Qwiic |
ℹ️
If you prefer, you can manually connect using I²C pins:
| Dasduino CONNECTPLUS | TMP117 Breakout Board |
|---|---|
| IO21 (Default SDA pin) | SDA |
| IO22 (Default SCL pin) | SCL |
| 3V3 | VCC |
| GND | GND |
| IO25 (any digital pin works) | ALERT (optional) |