Getting started
Arduino library
To install the Arduino library, you can use the Arduino Library Manager or download it directly from the GitHub repository:
IIS2DULPX Accelerometer breakout Arduino library
Soldered-IIS2DULPXTR-Accelerometer-Arduino-Library
ℹ️
First time Arduino user? For a detailed tutorial on how to get started with Arduino, see this section of our docs:
Getting started with Arduino
A full, comprehensive tutorial on how to fully set up and upload code for the first time on an Arduino board, from scratch!
Connections
Below is an example connection diagram for Dasduino CONNECTPLUS. These pins will be used in the examples throughout this documentation.
| Dasduino CONNECTPLUS | Breakout Board |
|---|---|
| Qwiic | Qwiic |
ℹ️
If you prefer, you can use I2C pins to manually connect:
| Dasduino CONNECTPLUS | Breakout Board |
|---|---|
| IO21 (Default SDA pin) | SDA |
| IO22 (Default SCL pin) | SCL |
| VCC | VCC |
| GND | GND |
⚠️
The IO21 and IO22 pins can differ for your personally used board, so make sure to validate the information before you start working!
If you also want to use interrupt-based features (wake-up, tap detection, etc.), connect one of the interrupt pins:
| Dasduino CONNECTPLUS | Breakout Board |
|---|---|
| Any digital input pin | INT1 or INT2 |