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.
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