25 Cent I2C Adapter

Published on 2008-05-14 by Mark VandeWettering

I doubt Iโ€™ll ever need this, but I still think itโ€™s kind of neat. I2C is a two wire serial bus that is used in many microcontrollers to access peripheral devices using only a couple of wires. This hack notes that most modern graphics cards communicate with monitors in a similar way using a technology called โ€œDDCโ€. This allows your graphics card to simply ask the monitor what resolution and scan rates it supports. The hack is to use the DDC stuff to talk to I2C peripherals. I think thatโ€™s pretty cool.

25 Cent I2C Adapter