As featured in the XtendedGreg YouTube Live Stream: https://youtube.com/live/L9yt2NOktGs
This Gist is a procedure on how to enable I2C functionality on Alpine Linux running on a Raspberry Pi. I2C is a high speed communications interface that allows interacting with sensors and periferals efficiently. In this example, we will be connecting an SHT31-D temperature and humidity sensor to create a basic logger using Python. Follow these steps and you will be well on your way to integrating it into your next project!
- Enable I2C bus in usercfg.txt file on the root of the boot drive
- From the console remount the boot drive for read/write
