Add BME680
disruptex opened this issue · 2 comments
disruptex commented
The current I2C code does not have a scan for BME680 Arduino.
PaulStoffregen commented
Any chance you know what address number(s) is uses? I'm pretty busy with lots of other software, so if you have this it could save me from finding the datasheet and reading through it to see where they mention the address. (and why do so many datasheets not list this as a specification and only bury it in a huge block of text??)
disruptex commented
Hi Paul,
case 0x76: Serial.print(F("MS5607,MS5611,MS5637,BMP280, BME680")); break;
case 0x77: Serial.print(F("BMP085,BMA180,BMP280,MS5611, BME680")); break;
Anoop
From: Paul Stoffregen <notifications@github.com>
Reply-To: PaulStoffregen/Wire <reply@reply.github.com>
Date: Monday, 3 September 2018 at 11:07 pm
To: PaulStoffregen/Wire <Wire@noreply.github.com>
Cc: Anoop Dixit <anoop.dixit@disruptex.com>, Author <author@noreply.github.com>
Subject: Re: [PaulStoffregen/Wire] Add BME680 (#10)
Any chance you know what address number(s) is uses? I'm pretty busy with lots of other software, so if you have this it could save me from finding the datasheet and reading through it to see where they mention the address. (and why do so many datasheets not list this as a specification and only bury it in a huge block of text??)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#10 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AdJVqbMzS5Scw4rQhR_j4bu11jXEtOVBks5uXSmLgaJpZM4WW92H>.