N900 Hardware Bus I2c

(Bus 2)
m (direct links)
Line 12: Line 12:
* 0x32 [[N900 Hardware LED]]
* 0x32 [[N900 Hardware LED]]
* 0x60 [[N900 headphone amplifier]]
* 0x60 [[N900 headphone amplifier]]
-
* 0x63 [[N900 Hardware FM Radio Transmitter]]
+
* 0x63 [[N900 FM radio transmitter|FM radio transmitter]]
* 0x55 [[N900 Hardware Charge Meter]]
* 0x55 [[N900 Hardware Charge Meter]]
* 0x6B [[N900 Hardware Battery Charger]]
* 0x6B [[N900 Hardware Battery Charger]]
Line 20: Line 20:
* 0x0c [[N900 Hardware Autofocus|Lens focus ]]
* 0x0c [[N900 Hardware Autofocus|Lens focus ]]
* 0x1d [[N900 accelerometer|Accelerometer]]
* 0x1d [[N900 accelerometer|Accelerometer]]
-
* 0x22 [[N900 Hardware FM Receiver|FM Receiver]]
+
* 0x22 [[N900 FM radio receiver|FM Receiver]]
* 0x3e [[N900 camera sensor|Front Camera (control)]]
* 0x3e [[N900 camera sensor|Front Camera (control)]]

Revision as of 15:40, 30 August 2010

I2C is a simple serial bus, used in many devices.

Contents

Hardware

Bus 1

Bus 2

Bus 3

Bus ?

Software

The N900 software driving I2C comes in three flavors.

Firstly, there are a large number of kernel drivers.

Then, there are a small number of devices 'bit banged' through I2C ioctls - BME for example does this with the charge meter and battery charger.

Finally, there are probably some I2C components in the Rapuyama and assorted cellphone/GPS hardware. These are not visible to the casual developer. (you have to open the N900 and probe stuff, or hack the phone firmware).