pimoroni / bme680-python

Python library for the BME680 gas, temperature, humidity and pressure sensor.
https://shop.pimoroni.com/products/bme680
MIT License
260 stars 93 forks source link

Invalid CHIP ID: 0x60 #12

Closed djcaff263 closed 6 years ago

djcaff263 commented 6 years ago

When running example programs is get Traceback (most recent call last): File "read-all.py", line 6, in <module> sensor = bme680.BME680() File "build/bdist.linux-armv7l/egg/bme680/__init__.py", line 27, in __init__ RuntimeError: BME680 Not Found. Invalid CHIP ID: 0x60 I can't find build/bdist.linux-armv7l/egg/bme680. I'm using the adafruit bme680 board and the chip id is 0xD0. I just dont know where to change this.

djcaff263 commented 6 years ago

I figured it out.

JavanXD commented 5 years ago

What was the problem? Running into the same issue.

djcaff263 commented 5 years ago

Make sure you are actually working with a bee 680 and not a different chip. I had this problem because they sent me the wrong chip so I thought I was working with a 680 but it was actually a 280. Just double check your chip and make sure.

martinharnevie commented 5 years ago

ChipIDs BME680 0x61 BME280 0x60 BMP280 0x58 BMP388 0x50