## All the enviroplot files for the Enviro pHAT ## Introduction: Collect data from the Enviro pHAT with Python, process it and create graphs with gnuplot ## Files: The Python file to collect data, this script collects data from the Enviro pHAT and writes to the csv file: * ### [enviroplot_python.py] The sh file that bundles the files in correct order: * ### [enviroplot_bash.sh] * Wraps the scripts together and can be run regularly via a cron job The following gnuplot scripts interpret the .csv rows and produce the .png graphs: * ### [temp_pressure_all.plot] * Shows Temperature and Pressure over all collected data * ### [temp_pressure_last7days.plot] * Shows Temperature and Pressure over the last 7 days * ### [temp_pressure_last24hours.plot] * Shows Temperature and Pressure over the last 24 hours