Tag Archives: data collection

Raspberry Pi Data to Google Sheets

A Raspberry Pi 3B is configured to bring in sensor data through a ADC (analog to digital converter) connected to the pi’s I2C (Inter-Integrated Circuit) serial interface. (I’m using the ADS7830 module that came with a kit that contained all … Continue reading

Posted in Industrial Automation, Projects | Tagged , , , , | Leave a comment

Use Linear Regression to Find Slope of Many Datapoints

Here is the implementation of a program that analyses several days worth of data coming from a sensor that might change a tiny amount over that time.  We were interested in how much of a change over time occurred, so … Continue reading

Posted in Industrial Automation | Tagged , , , | Leave a comment