Hardware Hookup
Connecting via Qwiic
Connecting to the Qwiic Environmental Combo Breakout - ENS160/BME280 is simple. You will just need a microcontroller and a Qwiic cable. In this case, we used an ATmega328P as the microcontroller (we specifically tested the Arduino Libraries with the SparkFun RedBoard Qwiic). Insert one end of the Qwiic cable into the Qwiic Environmental Combo Breakout's Qwiic connector and the other end of the cable to your microcontroller's Qwiic connector. Then insert a USB cable into the RedBoard Qwiic to power and program.
Connecting via PTH I2C and Interrupt Pins
Note
For temporary connections to the PTHs, you could use IC hooks to test out the pins. However, you'll need to solder headers or wires of your choice to the board for a secure connection. You can choose between a combination of header pins and jumper wires, or stripping wire and soldering the wire directly to the board.
For users that are connecting to the PTH I2C and interrupt pins on the edge of the board, you will need to connect the RedBoard Qwiic and sensor like the table listed below. For users that are connecting to a different microcontroller, make sure to connect to its respective pins for the I2C and interrupt pins as they may be defined differently.
RedBoard Qwiic
(I/O set to 3.3V!) |
Environmental Combo Breakout ENS160/BME280 (Qwiic) |
---|---|
3.3V | 3.3V |
GND | GND |
SCL (A5) | SCL |
SDA (A4) | SDA |
2 | INT |
Note that you will also need to also make sure that the logic levels are matched to 3.3V if you are not connecting the Qwiic connector (this connector has built-in logic level circuits on the I
Note
For users using the RedBoard Plus, there is a I/O switch available as opposed to an I/O jumper. You could flip the switch toward the 3.3V side to set the logic level as well.