News

PJON, pronounced like the iridescent sky rats found in every city, is a cool one wire protocol designed by [gioblu]. [gioblu] wasn’t impressed with the complications of I2C. He thought one-wi… ...
Anyone interested in doing Arduino to Arduino serial communication, check out this library that handles all of the difficult parsing for you (it even includes delimiting, Consistent Overhead Byte ...
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 ...