Writing an I2C Sensor Driver

Digital sensors have become a standard way of collecting data in the physical world. Join me as we delve into the realm of digital bus sensors by creating a driver for an I2C light-to-digital converter.

About Colin Dietrich

I am a Data Scientist for a cloud services company. I used to help organize Puget Sound Python meetups including Hardware Nights; during that time I collaborated with several members to create the Duwamish Lighthouse project which we presented at a meetup.

I started writing drivers for MicroPython after the Lighthouse while working in Oceanography. The driver presented is part of my hobby project to build tools for some of my scientific work while demonstrating a way of generating data on-device that streamlines ETL and analysis.