This is an Arduino driver for the Renesas HS300x series temperature and humidity sensors (HS3001 / HS3002 / HS3003 / HS3004).
The library provides a simple and efficient interface for reading temperature and humidity over I2C.
Features:
- Blocking and non-blocking measurement APIs
- Celsius, Fahrenheit, and Kelvin temperature output
- Lightweight and dependency-free (apart from Wire)
Option 1: ZIP installation
- Download this repository as a
.zipfile - Open Arduino IDE
- Go to: Sketch => Include Library => Add .ZIP Library…
- Select the downloaded file
Option 2: Install via URL (Arduino CLI)
arduino-cli lib install https://github.com/pdoebler/HS300x.git