Sensors¶
Manage the sensors attached on the Raspberry of the MAZI toolkit.
Note
For the interaction with the sensors attached on the MAZI toolkit you can use the MAZI backend script mazi-sense.sh. Check more info here.
Sensehat¶
Examples of mazi-sense.sh usage:
- Take measurements from sensehat each 2 seconds for the next 10 seconds
sudo bash mazi-sense.sh -n sensehat -d 10 -i 2
- Display the status of the sensehat module
sudo bash mazi-sense.sh -n sensehat -a
- Take measurements from sensehat each 2 seconds for the next 10 seconds and store them in the database
sudo bash mazi-sense.sh -n sensehat -d 10 -i 2 -s
Sht11¶
To be filled soon