I2C address

General project help for Adafruit customers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
luc
 
Posts: 10
Joined: Thu Nov 08, 2012 1:14 am

I2C address

Post by luc »

Hi friends,

1- Does someone knows if these i2c boards can be used in the same i2c bus?
INA219 High Side DC Current Sensor Breakout - 26V ±3.2A Max
ADXL335 - 5V ready triple-axis accelerometer
BMP085 Barometric Pressure/Temperature/Altitude Sensor
DS1307 Real Time Clock breakout board


they dont have configurable pins i2c address like:
ADS1115 16-Bit ADC - 4 Channel with Progrmmable Gain Amplifier

2 - Does someone knows about add one more "simulated" (but funcional) I2C port in Raspberry pi?

Thanks

User avatar
adafruit_support_rick
 
Posts: 35092
Joined: Tue Mar 15, 2011 11:42 am

Re: I2C address

Post by adafruit_support_rick »

Luc wrote:1- Does someone knows if these i2c boards can be used in the same i2c bus?
INA219 High Side DC Current Sensor Breakout - 26V ±3.2A Max
ADXL335 - 5V ready triple-axis accelerometer
BMP085 Barometric Pressure/Temperature/Altitude Sensor
DS1307 Real Time Clock breakout board
They all have different I2C addresses, except for the ADXL335, which is not an I2C device:

INA219 : address 0x40
BMP085 : address 0x77
DS1307 : address 0x68

ADXL335 - three analog outputs.

All three can be used on the same bus.
2 - Does someone knows about add one more "simulated" (but funcional) I2C port in Raspberry pi?
I have not done this. Someone else may know.

User avatar
luc
 
Posts: 10
Joined: Thu Nov 08, 2012 1:14 am

Re: I2C address

Post by luc »

Thank you so much.

tldr
 
Posts: 466
Joined: Thu Aug 30, 2012 1:34 am

Re: I2C address

Post by tldr »

a while back phil burgess wrote about an i2c bus embedded in the hdmi interface. wonder if that can be gotten at on the pi.

User avatar
static
 
Posts: 188
Joined: Thu Dec 23, 2010 6:21 pm

Re: I2C address

Post by static »

During my Raspberry Pi reading, someone posted about nullifying one of the I2C lines (Voltage? Ground?) into an I2C device to enable multiple I2C devices with the same address on the same bus. You'd tie up a GPIO port for each I2C device with a conflicting port, but you should be able to do it.

Locked
Please be positive and constructive with your questions and comments.

Return to “General Project help”