Sensirion Environmental Sensor Shield
The Sensirion Environmental Sensor Shield (ESS) is a sensor shield that features our SHTC1 humidity and temperature sensor along with a SGP30 total VOC and CO2eq sensor. It has been designed to be used with any reference design that supports I2C, and follows the Arduino footprint, which has been adapted by a lot of reference designs and development kits.
Connecting the ESS
For boards using the Arduino footprint, the board can simply be plugged in by aligning the pin headers and pushing down. For boards that don’t follow the Arduino footprint, there’s two possibilities: the first it to use an adapter board (those are available for example for Raspberry Pi, or 96boards), or simply to use four cables and connect the four pins on the back of the ESS to the corresponding ports on the reference design. The pins are labelled on the back of the ESS, and represent the I2C signal, i.e. VCC, SCL, SDA and GND. The ESS can work with both 3.3V and 5V designs.

Source Code and Getting Started
Arduino
To get started with the ESS on Arduino, please download the library and follow the tutorial.
Cypress WICED SDK
For platforms based on the Cypress WICED SDK, we offer interface drivers and an example application. To get started, check out our WICED SDK tutorial.
Other platforms
We will keep adding new tutorials for platforms other than Arduino, so stay tuned for updates.