Skip to content

Sends temperature and humidity data to Thingspeak from a SHT sensor connected to Raspberry

Notifications You must be signed in to change notification settings

tamasharasztosi/sht_raspberry_thingspeak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

sht_raspberry_thingspeak

Sends temperature and humidity data to Thingspeak from a SHT sensor connected to Raspberry

Requires sht-sensor library to be installed: https://github.com/mk-fg/sht-sensor

Basic usage:

python sht_thingspeak.py

Sends data in every 10 mins:

crontab -e

*/10 * * * * /usr/bin/python /home/pi/sht_thingspeak.py

The connections are SCK pin: GPIO 21, DATA pin: GPIO 18

tamasharasztosi, 2018

About

Sends temperature and humidity data to Thingspeak from a SHT sensor connected to Raspberry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages