Skip to content

jipp/i2cSensorLib

Repository files navigation

Build Status

i2cSensorLib

The library has the goal to provide the same command syntax for different i2c connected sensors. It can be used by Arduino IDE or PlatformIO.

supported architectures

  • esp8266
  • esp32
  • avr

supported sensors (and compatible)

  • BH1750 (digital ambient light intensity sensor)
  • BME280 (digital barometric pressure, temperature and humidity sensor)
  • BMP180 (digital barometric pressure and temperature sensor)
  • SHT3X (digital humidity and temperature sensor)
  • dummy (simulate values for light intensity, temperature, humidity and presure)
  • memory (display free heap of esp8266/esp32)
  • CCS811 (digital gas sensor for monitoring indoor air quality)
  • tof sensor (discance sensor)

needed libraries

  • Wire.h

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages