9 - libraries/AirQuality_Sensor/
10 - libraries/DustSensor/
11 - libraries/Humidity_Temperature_Sensor/
12 - libraries/LCD_Display9696/
18 Upload on /dev/ttyUSB0 (to be adapted)
19 --------------------------------------
20 $ make DEVICE_PATH=/dev/ttyUSB0 upload
22 Collect in rrd/ from /dev/ttyUSB0 (to be adapted)
23 -------------------------------------------------
24 $ ./collect.pl /dev/ttyUSB0 &
26 Generate .png in view/
30 Generate .png in view/ for specific dates
31 ----------------------------------------
32 $ make view/png years=2015 months=11 days="01 02"
34 or by using full file paths:
36 $ make view/{humidity,particles,quality,temperature}/2015/11/01.png
38 Generate .html5 in view/
39 -----------------------
42 Generate .html5 in view/ for specific dates
43 ------------------------------------------
44 $ make view/html5 years=2015 months=11 days="01 02"
46 or by using full file paths:
48 $ make view/2015/11.html5