Skip to content

Arduino library for the 7Semi SHT4x sensor module (SHT40/SHT41/SHT45) for accurate temperature and humidity sensing via I2C.

License

Notifications You must be signed in to change notification settings

7semi-solutions/7Semi-SHT4x-Arduino-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

7Semi-SHT4x-Arduino-Library

This Arduino library provides support for the 7Semi SHT4x Sensor Module, compatible with SHT40, SHT41, and SHT45. It enables precise temperature and humidity sensing over the I2C interface. Built on Sensirion’s SHT4x series, the module is ideal for environmental monitoring and IoT applications.

Arduino License Status


Hardware Required

  • 7Semi SHT4x Sensor (SHT40 / SHT41 / SHT45)
  • Arduino-compatible board
  • I2C connection (SDA, SCL)

Getting Started

1. Installation via Arduino Library Manager

  1. Open Arduino IDE
  2. Go to Library Manager:
    • Arduino IDE 1.x: Sketch > Include Library > Manage Libraries…
    • Arduino IDE 2.x: Click the library icon in the sidebar
  3. Search for:
    • 7Semi SHT4x
  4. Click Install

Then in your sketch: #include <7semi_sht4x.h>

2. Wiring

SHT4x Pin Arduino Pin
SDA A4 (Uno)
SCL A5 (Uno)
VCC 3.3V
GND GND

About

Arduino library for the 7Semi SHT4x sensor module (SHT40/SHT41/SHT45) for accurate temperature and humidity sensing via I2C.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages