"Home" for scripts and utilities I've written for working with Internet o' Things (IoT) devices---predominantly those manufactured by Adafruit and the Raspberry Pi Foundation. See README
in individual folders.
Folder | Description |
---|---|
fswebcam-max31865/ |
Script to sample from an Adafruit PT1000 RTD Temperature Sensor Amplifier MAX31865, take a photo using fswebcam , label the photograph with a timestamp and temperature reading, then write the sample to a CSV. |
fswebcam-max31865-scd41/ |
Sample from an Adafruit PT1000 RTD Temperature Sensor Amplifier MAX31865 and Adafruit SCD-41 - True CO2 Temperature and Humidity Sensor, take a photo using fswebcam , label the photograph with sensor readings, write data samples to individual Redis Streams. |
fswebcam-scd30/ |
Script to sample from an Adafruit SCD-30 - NDIR CO2 Temperature and Humidity Sensor, take a photo using fswebcam , label the photograph with a timestamp, CO2, relative humidity, and temperature reading then write the sample a Redis Stream. |