Skip to content

winkj/ess_EEL

Repository files navigation

Sensirion ESS EEL

This is library to add support for the Sensirion ESS to Atmosphere IoT

Features

This implementation features:

  • Support for SHTC1 humidity & temperature sensor
  • Support for SGP30 Total VOC & CO2 equivalent sensor
  • CRC checksums to detect I2C bus errors
  • cache readouts

Usage:

  1. Use the EEL builder to create an EEL from the code
  2. Open Atmosphere IoT
  3. create a new project
  4. Select "Add element", then "Import" and select the EEL built in step 1
  5. Place an interval element (leave it at 1000 ms)
  6. Place an ESS element
  7. Place four DebugPrint elements
  8. On the interval element, create four events triggering the sensor read events on the ESS for temperature, humidity, tvoc and CO2eq
  9. Create events to connect the sensor data read triggers with the print ability; map each sensor trigger to a different print out
  10. export the code, compile, enjoy

Your design should look like this:

Studio

The output in the Arduino serial monitor should look like this:

Serial logger

Notes

This has only been tested on the Arduino Mega platform

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published