Skip to content

Arduino library for the Silabs Si7005 temperature/humidity sensor

Notifications You must be signed in to change notification settings

jjalling/Arduino-Si7005

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What ?

This is a Arduino library for the Silabs Si7005 temperature/humidity sensor. The library makes it easy to use the sensor and all of its features.

Why ?

Because I think it's an interesting sensor, and I wanted to test it. I couldn't find any library or sample code on the internet, so i wrote my own.

Getting started

Copy the directory Si7005 to you Arduino library folder.

Load the Arduino IDE and open the example program from the file menu.

The humidity measurement is dependant on the temperature measurement, and uses the last measured temperature. If no temperature measurement is done at all, a default value of 25.0C is used.

Who ?

Written by Jonas Bo Jalling, jonas@jalling.dk

License ?

/*


  • "THE BEER-WARE LICENSE" (Revision 42):
  • jonas@jalling.dk wrote this file. As long as you retain this notice you
  • can do whatever you want with this stuff. If we meet some day, and you think
  • this stuff is worth it, you can buy me a beer in return. Jonas Bo Jalling

*/

About

Arduino library for the Silabs Si7005 temperature/humidity sensor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages