Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

MichalSkoula/pi-dashboard

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

pi-dashboard

Personal project. Dashboard for my Raspberry, showing temperature, pressure, humidity etc. Available sensors: LM75, DHT11, BMP180, Capacitive sensor, ... (all plugged into Arduino).

Live demo: https://ledtech.skoula.cz

web-dashboard

Vue application - frontend. Fetch JSON from webserver, show it and repeat.

arduino-sensor

Arduino connected to Raspberry, sending JSON via serial connection.

image

raspberry-cron

Python script to fetch data from sensors, save to database and JSON file.

install

  • sudo apt install fswebcam motion python-pandas libffi-dev
  • pip install psutil gpiozero pyserial mysql-connector-python requests plotly paramiko scp

About

Raspberry script which fetches sensor data from Arduinos, takes pictures with webcameras, uploads it to webserver and then present it on Vue.js dashboard.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published