cyberz.org

June 8, 2009

Some applications using I2C

Filed under: News — Tags: , , , — andrea @ 10:49 pm

Parallel and serial ports are disappearing from today’s pc making life harder for the people who wants to connect their home-made devices to a pc. The USB bus seems to be very appealing but it has the drawback of complexity while the I2C bus is very easy to implement and it’s widely supported by many devices, with the drawback of no direct pc connection (to be honest it’s used inside the pc, so somewhere on the motherboard there is a i2c bus, but yet I haven’t found any decent connection to the external world to use it – no, i won’t solder things on memory modules). Since the first way to start experimenting with i2c is building an i2c port, I’ve built a parport-to-i2c interface implementing the i2c schematics made by Kosma Moczek with the idea of replacing it with a more modern USB-to-I2C solution in the future.

So here it is the prototype of the parport to i2c interface:

The i2c board

(more…)

Powered by WordPress