News

This Arduino Mega sketch uses direct port read and bit manipulations to sniff an i2c bus running at up to 100 kHz. The analysis of the i2c communication is displayed on the Serial monitor. Connect SDA ...
This repository contains Arduino code and documentation for interfacing with an I2C (Inter-Integrated Circuit) LCD (Liquid Crystal Display). The code is designed to facilitate easy integration of I2C ...
This articles describes how you can use I2C (TWI) communication, Arduino and temperature sensors to measure 3 different temperatures. It can be very helpful when you want to measure the outside, ...
[Johngineer] found himself in need of an I2C sniffer, but didn’t have one available. Necessity is the mother of invention, so he put together this I2C sniffer sketch for Arduino. The arduino will ...
Among all the Arduino boards, the Uno is most folks' go-to choice, and for good reason. It's the perfect platform to get started with Arduino, it's capable enough to handle a wide range of tasks, and ...