App note: Sending I2C-bus signals via long communications cables

Extend I2C communication distance with this app note (PDF) from NXP. Reliable I2C-bus communication at high data rates, and over many meters, can be achieved using widely available twisted- pair communication cable (e.g. Category 5e and similar 4-pair cables, as typically used for Ethernet communications). The two bidirectional I2C-bus signals, SDA and SCL, are split […]

app note: Isolating I2C interfaces

an I2C isolation solution from Analog Devices, app note can be found here. The Inter-Integrated Circuit (I2C®) bus is a two-wire bidirectional bus used for low speed, short-distance communication between integrated circuits. Developed by Philips 1980 in the early 1980s for use amongst ICs on a single board, I2C today is increasingly being used in […]

Lsquaredc, a library for I2C communications for Linux devices

A library for I2C communications for Linux devices – the Lsquaredc by Jan Rychter, that is available at Github: Lsquaredc is a tiny Linux library that allows you to access I2C (IIC, I²C, or I squared C) from userspace without causing excessive pain and suffering. The library uses the Bus Pirate convention for specifying I2C sequences, supports repeated […]

Breakout module for Si7005 temperature and humidity sensor

Raj of Embedded Lab has written up documentation on his  Si7005 breakout board: The Si7005 is a digital relative humidity and temperature sensor from Silicon Labs. It integrates fully factory-calibrated humidity and temperature sensor elements with an analog to digital converter, signal processing and an I2C host interface in a single monolithic CMOS sensor IC. The Si7005 […]

App note: Interfacing FT2232H hi-speed devices to I2C bus

Simplify USB to I2C connectivity by using this app note from FTDI. The FT2232H and FT4232H are the FTDI’s first USB 2.0 Hi-Speed (480Mbits/s) USB to UART/FIFO ICs. They also have the capability of being configured in a variety of serial interfaces using the internal MPSSE (Multi-Protocol Synchronous Serial Engine). This application note illustrates how […]

Tips and tricks using the 24LC256 I2C EEPROM memories

Jechavarria shared some tips and tricks on using the 24LC256 I2C EEPROM  memories: I resume this brief series of articles with another device I usually use. It’s the popular 24LC256 I2C EEPROM memory, from Microchip. First of all, you can find the datasheet here. This memory has a 32K x 8 bytes of capacity (36768 bytes if you […]

I2C LED Display from Hacked Voltmeter

Tom writes: I turned up this cool project write up that reprogrammed a cheap LED voltmeter for use as a general purpose 7 segment display with I2C communication. These voltmeters cost about $3 instead of $10 for an equivalent LED display backpack from Adafruit. NB the author used a Bus Pirate to troubleshoot the bitbanged […]

I2C communications and Android applications

Here’s an open source project by Dimitar Gamishev which demonstrates how to communicate using I2C in Android applications. As shown in this project Dimitar uses this code with an A13-OLinuXino running Android to drive relays and read ADCs and GPIOs on a connected MOD-IO board. Tsvetan Usunov via the contact form.

Lean, efficient I2C LCD Arduino library

Sam from lincomatic has released his new I2C LCD Arduino library. Known as LiquidTWI2, its a lean, high speed I2C LCD Library representing an extension of the work done by FalconFour on his LiquidTWI library, with the addition of support for Arduino 1.0+ and for Adafruit RGB LED Shield (MCP23017-based). Via the contact form.