Skip to content
/ PyDHT Public

Python + Arduino DHT sensor | Temprature monitoring

Notifications You must be signed in to change notification settings

iAliF/PyDHT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyDHT

A python script that receives DHT sensor data from the Arduino board through the Serial port and saves it into the InfluxDB

How To Set Up

Arduino

The Arduino board should be connected to the PC through the USB

Requirements

Circuit

image

Python

  1. Create a virtual environment
  2. Activate the virtual environment
  3. Install requirements using pip install -r requirements.txt
  4. Rename .env.example to .env and fill in the data
  5. start script using python main.py [-v] <PORT> <BAUD>. Also, the help command is available python main.py --help

InfluxDB Dashboard

image

You can build and customize your dashboard to monitor DHT data

Also, You can download and import this dashboard from this gist

About

Python + Arduino DHT sensor | Temprature monitoring

Topics

Resources

Stars

Watchers

Forks