adafruit / circuitpython

CircuitPython - a Python implementation for teaching coding with microcontrollers
https://circuitpython.org
MIT License
3.96k stars 1.16k forks source link

Add BME680 driver to Pypi #981

Closed cemclellan closed 6 years ago

cemclellan commented 6 years ago

Please add the BME680 CircuitPython driver to Pypi. Information below:

I am following the excellent Learning Guide CircuitPython on Linux and Raspberry Pi at https://learn.adafruit.com/circuitpython-on-raspberrypi-linux?view=all.

I have a BME680, not the BME280 and I would like to connect it to the Raspberry Pi using CircuitPython.

I installed the BME280 driver as per the instructions, hoping it might work, but I get the following error message: RuntimeError: Failed to find BME280! Chip ID 0x61 [~/Python_Source/CircuitPython/BME280]

0x61 is the correct ID for the BME680 I have.

Apparently the BME280 driver is testing for 0x60.

ladyada commented 6 years ago

OK try this! https://pypi.org/project/adafruit-circuitpython-bme680/

cemclellan commented 6 years ago

Wow! That was quick, thanks!!!

On Sun, Jul 1, 2018 at 4:52 PM, ladyada notifications@github.com wrote:

OK try this! https://pypi.org/project/adafruit-circuitpython-bme680/

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/adafruit/circuitpython/issues/981#issuecomment-401635856, or mute the thread https://github.com/notifications/unsubscribe-auth/AALNqaWA2y7x4uKyIxFBZiyjGChlm9Lkks5uCUS7gaJpZM4U-eQI .

ladyada commented 6 years ago

ok! closing, re-open if it doesnt work (we didnt test it, just deployed)