Close

Configuring I2C Sensors with Arduino

A project log for The Cave Pearl Project

Creating a generic data logging platform that is easy to build & modify for many different environmental monitoring projects.

ed-mallonEd Mallon 11/04/2017 at 17:550 Comments

I know it's been ages since I posted, but I've been working on a complete overhaul of the code-base for our data loggers. In the process of untangling all that spagetti, I standardized the I2C sensor functions and posted a little tutorial about it on the project blog:

https://edwardmallon.wordpress.com/2017/11/03/configuring-i2c-sensors-with-arduino/

Even when I grab an off-the-shelf library for something, there are usually a few registers that I have to set before a sensor runs in a mode appropriate for environmental monitoring. 

Discussions