Skip to content

phosphide/esp32-si7021

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esp32-si7021

ESP32 component for the Si7021 sensor, for use with the ESP-IDF build framework.

The ESP32 is a versatile little IoT SoC device that can handle a number of microcontroller tasks for automation and other projects. This component allows the ESP32 to talk with an Si7021 temperature and humidity sensor over the I2C bus.

The use of this component is straightfoward. If the I2C bus in use has not already been initialized, you'll need to call si7021_init(). Otherwise, you'll mostly be interested in si7021_read_temperature() and si7021_read_humidity() both of which return floating point temperature values.

About

Object-oriented version of NSBum's ESP32 component for the Si7021 sensor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 88.5%
  • C++ 10.6%
  • CMake 0.9%