Project Documentation on I2C MEDICAL DEVICE IMPLEMENTATION

Published on Mar 02 2011 // Electronics, Projects

Warning: Missing argument 2 for wpdb::prepare(), called in /home3/nithish/public_html/btechzone.com/wp-content/plugins/sharebar/sharebar.php on line 112 and defined in /home3/nithish/public_html/btechzone.com/wp-includes/wp-db.php on line 990

Warning: Missing argument 2 for wpdb::prepare(), called in /home3/nithish/public_html/btechzone.com/wp-content/plugins/sharebar/sharebar.php on line 124 and defined in /home3/nithish/public_html/btechzone.com/wp-includes/wp-db.php on line 990
  • Sharebar

Project Document on I2C MEDICAL DEVICE IMPLEMENTATION

ABSTRACT

I2C (I2C) is an acronym for Inter Integrated Circuit. The I2C bus is a bi-directional, two-wire serial bus that provides a communication link between IC’s. There are three data transfer speeds for the I2C bus: standard (100 Kbps), fast (400 Kbps), and high-speed (3.4 Mbps). All are backward compatible. I2C bus has two wires called serial data (SDA) and serial clock (SCL), carry information between the devices connected to the bus. Each device is recognized by a unique address and can operate as either a transmitter or receiver, depending on the function of the device.In addition to transmitters and receivers, devices can also be considered as masters or slaves when performing data transfers. A master is the device which initiates a data transfer on the bus and generates the clock signals to permit that transfer. At that time, any device addressed is considered a slave. In medical systems we can operate multiple device controlling i.e temp meter, b.p meter, e.c.g, pulse meter, and other medical scanning device inbuilt using i2c technology.

Project Document Submitted by:

Ramu pasagadi

kietcollege, Andhrapradesh, kakinada

CLICK HERE TO DOWNLOAD THE DOCUMENTATION

Leave a comment