News

This repository contains an Arduino project showcasing master-slave communication using the I2C protocol. With this setup, a master Arduino can send targeted commands to multiple slave Arduinos, each ...
An Arduino library for I²C device operations. This is an abstraction class which can be used for all I²C devices to manage its access in register access level. On addition to the device abstraction, ...
The venerable I²C bus has never been more popular. Most modern microcontrollers either have a hardware I²C interface or are capable of bit-banging one in software. Many sensors, AD and DA converters, ...
I had one of those why-didn’t-I-think-of-it moments this week, reading this article about multiplexing I2C on the ESP32 microcontroller. The idea is so good, and so simple, that it’s almost silly that ...
[Wayne] wrote in to share an item he just finished working on, an I 2 C GPS shield for the Arduino. While other GPS solutions have existed for quite some time, his caught our eye due to its feature ...