Skip to content

bajun/raspberry_sensors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Sensors

This repository contains script for obtaining data from Adafruit DHT sensor (https://www.adafruit.com/product/385) and mh-z19 sensor (https://revspace.nl/MHZ19) It's using aiohttp as web-framework for rendering results and websocket connection, Chart.js for building graphics and specific libs for read from sensors (I'm too lazy to play with GPIO, yeah)

Tested on Python 3.6 version.

Installation :

  1. Plug all needed sensors according to the instructions. (don't forget to enable serial connection via raspi-config)
  2. Install from requirements.txt all needed modules
  3. Make changes in your configuration files according to your setup
  4. Make changes in services/*.service files, according to your enviroment
  5. Launch services (I recommend official manual https://www.raspberrypi.org/documentation/linux/usage/systemd.md)
  6. Enjoy :)

About

aiohttp + raspberry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published