Git Product home page Git Product logo

Comments (14)

idesignstuff avatar idesignstuff commented on July 21, 2024

from bme280.

jkores avatar jkores commented on July 21, 2024

Hi, thanks for fast reply.
So I thing, that it is not in my code, because I use included example ;) This library works for me, other libraries doesnt find my module, neither I change I2C adress.

from bme280.

idesignstuff avatar idesignstuff commented on July 21, 2024

from bme280.

theopensourcerer avatar theopensourcerer commented on July 21, 2024

I've been using this library on an ESP8266 with a BME280 connected over I2C and it works fine :-)

from bme280.

idesignstuff avatar idesignstuff commented on July 21, 2024

from bme280.

theopensourcerer avatar theopensourcerer commented on July 21, 2024

Sorry, here's my project and code if it might be of help:

https://github.com/theopensourcerer/esp8266_envmonitor

from bme280.

jkores avatar jkores commented on July 21, 2024

OK,
so I will try to buy new one - i looks, that problem is there.
Thanks to all.

from bme280.

finitespace avatar finitespace commented on July 21, 2024

Jkores,

This sounds to me like you are using a BMP with the BME library, which will work fine, but you will not get humidity. BMP280 is Bosch's pressure sensor for temperature and pressure.. BME280 is Bosch's environmental sensor for temperature, pressure, and humidity.

Tyler

from bme280.

idesignstuff avatar idesignstuff commented on July 21, 2024

from bme280.

finitespace avatar finitespace commented on July 21, 2024

from bme280.

idesignstuff avatar idesignstuff commented on July 21, 2024

from bme280.

jkores avatar jkores commented on July 21, 2024

Hi finitespace, you are right ;)
An one letter and what problems it will makes ;)
Thanks and sorry for stupid problem.

from bme280.

riker65 avatar riker65 commented on July 21, 2024

Hi
I assume the BME280 - which is similar to gy-b11I assume - does provide temp, hum and pressure.

so I do not understand why humidity is not available. Have the same problem.

any solution?

Thanks

from bme280.

finitespace avatar finitespace commented on July 21, 2024

@riker65,

Please read the earlier comments. This is because you have a BMP (often packaged as a BME), which does not show humidity. There is a print statement in the examples that will print which chip model you have.

 switch(bme.chipModel())
  {
     case BME280::ChipModel_BME280:
       Serial.println("Found BME280 sensor! Success.");
       break;
     case BME280::ChipModel_BMP280:
       Serial.println("Found BMP280 sensor! No Humidity available.");
       break;
     default:
       Serial.println("Found UNKNOWN sensor! Error!");
}```

from bme280.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.