Tasmota/lib/lib_i2c/ScioSense_ENS210
Christoph Friese 5d97a73ddf
Add ENS16x (air quality) and ENS210 (temp & RH) sensors (#19479)
* Add files via upload

Added ENS16x library enabling read-out of ENS160 and ENS161 sensor component (follow-up of CCS811 and iAQcore)
Added ENS210 library to read out ENS210 temperature & humidity sensor

* Add files via upload

Add air quality sensor readout for ENS160 and ENS161 checking two possible I2C addresses (follow up sensor for CCS811 and iAQcore)
Add temperature and humidity sensor readout checking two possible I2C addresses

* Update BUILDS.md

Add USE_ENS16x and USE_ENS210

* Update decode-status.py

Add USE_ENS16x and ENS210

* Update I2CDEVICES.md

Add USE_ENS16x and USE_ENS210

* Update my_user_config.h

Add USE_ENS16x and USE_ENS210

* Update support_features.ino

Add USE_ENS16x and USE_ENS210

* Update tasmota_configurations.h

Add USE_ENS16x and ENS210

* Update tasmota_configurations_ESP32.h

Add USE_ENS16x and USE_ENS210

* Update xsns_111_ens16x.ino

Corrected I2X number

* Update xsns_112_ens210.ino

Corrected I2C number

* Disable USE_ENS16x and USE_ENS210 by default

* Added code size information

* cut down in libs

* optimize tasmota side

* fix ens16x web display

* final fix on alternate addresses

* update code & RAM usage

---------

Co-authored-by: Barbudor <barbudor@barbudor.net>
2023-09-24 18:30:15 +02:00
..
src Add ENS16x (air quality) and ENS210 (temp & RH) sensors (#19479) 2023-09-24 18:30:15 +02:00
README.md Add ENS16x (air quality) and ENS210 (temp & RH) sensors (#19479) 2023-09-24 18:30:15 +02:00
keywords.txt Add ENS16x (air quality) and ENS210 (temp & RH) sensors (#19479) 2023-09-24 18:30:15 +02:00
library.properties Add ENS16x (air quality) and ENS210 (temp & RH) sensors (#19479) 2023-09-24 18:30:15 +02:00

README.md

ENS210

Arduino library for the ENS210 temperature & humidity sensor with I2C interface from ScioSense

Introduction

This project is an Arduino library. It implements a driver with examples for the ENS210. The ENS210 chip is a digital temperature & humidity sensor with an I2C interface. The driver in this Arduino library is based on the code supplied by Sciosense, the manufacturer of the chip.

Note that the ENS210 requires a supply voltage of 1.71V .. 1.98V.

The ENS210 is made by Sciosense.

  • The datasheet of the ENS210 is not yet released

Prerequisites

It is assumed that

  • The Arduino IDE has been installed. If not, refer to "Install the Arduino Desktop IDE" on the Arduino site.
  • The library directory is at its default location. For me, Christoph, that is C:\Users\christoph\Documents\Arduino\libraries.

Build an example

To build an example sketch

  • (Re)start Arduino.
  • Open File > Example > Examples from Custom Libraries > ENS210 > ENS210basic.
  • Make sure Tools > Board lists the correct board.
  • Select Sketch > Verify/Compile.