Barometric sensor - BMP180 -Address Error or Dead??

Breakout boards, sensors, other Adafruit kits, etc.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
User avatar
killabyte
 
Posts: 12
Joined: Thu Oct 16, 2014 5:37 pm

Re: Barometric sensor - BMP180 -Address Error or Dead??

Post by killabyte »

Hello thanks for the quick reply, im tesing with a raspberri pi 512mb model.

Ive got the i2c pins setup correctly but when i run "i2cdetect -y 1" i get the following:

Image


Image
Image
Image

User avatar
adafruit_support_mike
 
Posts: 67485
Joined: Thu Feb 11, 2010 2:51 pm

Re: Barometric sensor - BMP180 -Address Error or Dead??

Post by adafruit_support_mike »

It looks like you have your clock line connected to the wrong pin. You have it on the SCLK pin (used for SPI) but it needs to be up at the SCL pin (right next to SDA).

User avatar
killabyte
 
Posts: 12
Joined: Thu Oct 16, 2014 5:37 pm

Re: Barometric sensor - BMP180 -Address Error or Dead??

Post by killabyte »

adafruit_support_mike wrote:It looks like you have your clock line connected to the wrong pin. You have it on the SCLK pin (used for SPI) but it needs to be up at the SCL pin (right next to SDA).
It kinda looks like that but however the pinout is like so:

Yellow - Ground to Ground
Black - SCL to SCL
Red - SDA to SDA
White - 3.3v to VIN

User avatar
tdicola
 
Posts: 1074
Joined: Thu Oct 17, 2013 9:11 pm

Re: Barometric sensor - BMP180 -Address Error or Dead??

Post by tdicola »

Just to check what happens if you run:

Code: Select all

i2cdetect -y 0
This will check i2c bus 0 which some of the early Raspberry Pi revisions used instead of bus 1 like more recent ones.

User avatar
killabyte
 
Posts: 12
Joined: Thu Oct 16, 2014 5:37 pm

Re: Barometric sensor - BMP180 -Address Error or Dead??

Post by killabyte »

Image

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

Re: Barometric sensor - BMP180 -Address Error or Dead??

Post by adafruit_support_rick »

Please email [email protected] with a link to this thread for a replacement BMP180

User avatar
killabyte
 
Posts: 12
Joined: Thu Oct 16, 2014 5:37 pm

Re: Barometric sensor - BMP180 -Address Error or Dead??

Post by killabyte »

Hello i received my new sensor, however the same exact issue is happening :( please help.

Not sure if i have another dud or if my pi cobbler could be bad?

Please advise

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

Re: Barometric sensor - BMP180 -Address Error or Dead??

Post by adafruit_support_rick »

More likely you have some bad jumpers of a bad breadboard. Try moving around on the breadboard. Try some different jumpers.

User avatar
killabyte
 
Posts: 12
Joined: Thu Oct 16, 2014 5:37 pm

Re: Barometric sensor - BMP180 -Address Error or Dead??

Post by killabyte »

Hello i just tried two sets of jumpers, along with several positions on my bread board with no avail, any other suggestions?

User avatar
tdicola
 
Posts: 1074
Joined: Thu Oct 17, 2013 9:11 pm

Re: Barometric sensor - BMP180 -Address Error or Dead??

Post by tdicola »

Do you have any other I2C devices you can test with your Raspberry Pi? Or do you have an Arduino you can test with the BMP180? One tricky thing is that it's possible to damage the I2C pins on the Raspberry Pi if you accidentally power a device with 5 volts instead of 3.3 volts. If the pins are damaged then you won't see I2C devices or be able to talk to them like you see.

User avatar
killabyte
 
Posts: 12
Joined: Thu Oct 16, 2014 5:37 pm

Re: Barometric sensor - BMP180 -Address Error or Dead??

Post by killabyte »

i do have another raspberri pi i could try, but unfortunate i wont until i get some more in the mail from other sources.

Ill post back with results

thanks for the help

User avatar
killabyte
 
Posts: 12
Joined: Thu Oct 16, 2014 5:37 pm

Re: Barometric sensor - BMP180 -Address Error or Dead??

Post by killabyte »

Still same results with a different raspberri pi :(


Image

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

Re: Barometric sensor - BMP180 -Address Error or Dead??

Post by adafruit_support_rick »

Can you bypass the cobbler and jumper directly from the GPIO header to the BMP180?

User avatar
killabyte
 
Posts: 12
Joined: Thu Oct 16, 2014 5:37 pm

Re: Barometric sensor - BMP180 -Address Error or Dead??

Post by killabyte »

Image

Hello i tried using another accessory i just got in the mail. Above is me testing the Matrix keypad on my raspi pi

Seems like everything is working fine connected thru the cobbler and breadboard.

Thanks

User avatar
killabyte
 
Posts: 12
Joined: Thu Oct 16, 2014 5:37 pm

Re: Barometric sensor - BMP180 -Address Error or Dead??

Post by killabyte »

i also just tested the keypad with bypassing the cobbler still working fine.

Thanks

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

Return to “Other Products from Adafruit”