Skip to content

dipakgmx/DHT11

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DHT11

A C++ implementaion for the Raspberry Pi to read temperature and humidity values from the DHT11 sensor and save into a sqlite3 db.

Usage

Specify the GPIO pin in the constructur call for the DHT11 object within the main() function.

Specify the sampling time also in the main() function by setting the delay value (here specified as 5 minutes delay(300000) ). Note that the delay is specified in milliseconds.

About

Read DHT11 values and save into sqlite3 db

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published