News

cerastar-i2c - Junkers Cerastar I2C bus interfacing This repository is a work-in-progress implementation of microcontroller software (esp. Arduino Nano, 5V) to interact with a Junkers Cerastar ZWR/ZSR ...
I2C_implementation Hello everyone, here is the I2C implementation between Arduino Nano boards one device (Master) communicates with another device (Slave) over the I2C bus. The Master initiates ...
Hitachi’s HD44780 based 16×2 character LCD are very cheap and widely available, and is an essential part for any project that displays information. Using the LCD backpack, desired data can be ...
I2C protocol makes it easier to connect more ICs using only 2 wires SDA and SCL and allows communication between them at relatively low speed. The I2C bus or TWI (Two Wire Interface) allows a single ...
A lot of great ICs use I2C to communicate, but debugging a non-working I2C setup can be opaque, especially if you’re just getting started with the protocol/bus. An I2C bus scanner can be a he… ...