You can get the Python code from this folder.
The data logger command line running on the Raspberry Pi 2 showing all available commands. |
The script provides the following commands for accessing the Sense HAT sensors:
temp
(gets the current temperature)pressure
(gets the current air pressure)humid
(gets the current relative humidity)time
(gets the current time/date)
You can also set up a 'log' which will automatically log data from the sensors to a csv file. The duration of the log run and the time interval between measurements can be set through commands.
This log shows the change in temperature and humidity over a few hours. |
Running a log. |