Giter Site home page Giter Site logo

BMP280 and Ibus about msrc HOT 9 CLOSED

dgatf avatar dgatf commented on July 17, 2024
BMP280 and Ibus

from msrc.

Comments (9)

dgatf avatar dgatf commented on July 17, 2024

Fixed now. Flash updated code

from msrc.

erwann56 avatar erwann56 commented on July 17, 2024

I always have the BMP values ​​at 0 except TEMP1 at -40.
I did a scan of the i2c port, I can't find my sensor.
I do not understand why. I'll keep you informed.

from msrc.

erwann56 avatar erwann56 commented on July 17, 2024

The i2c scan finds it with the address 076. (dry solder on A4)
The telemetry is always identical temp1 -40 and alt at 0.

For the BMP280, what address should you put 76 or leave 119 (default on Gui)?

from msrc.

dgatf avatar dgatf commented on July 17, 2024
  • Check connections
  • Check SDA/SCL are not swapped
  • You are using arduino at 5V, so you should use the 5V version (4 pins) of the BMP280. See remark. If it is the 3.3v version (6 pins), you may have burnt it (it may not get burn if sensor Vcc is connected to 3.3v, but still could be due to I2C at 5v)
  • If I2C scan doesn't find it, most likely is burnt

from msrc.

erwann56 avatar erwann56 commented on July 17, 2024

I will test again but everything seems OK at the sensor level.
For the I2C address, should I leave 119 or put 76?

sensor test

from msrc.

dgatf avatar dgatf commented on July 17, 2024

If using lua script, use a decimal number 118
If using config.h, use either a hex 0x76 or decimal 118

For the I2C address, should I leave 119 or put 76?

Note that 119 is 0x77, not 0x76

Usually BMP280 is either 0x76 (118) or 0x77 (119). Try both

from msrc.

erwann56 avatar erwann56 commented on July 17, 2024

1644603573840

It was an address problem. I had to put 118.
However, there is a lag for temperature.
Instead of 21°c I have -18°c.

from msrc.

dgatf avatar dgatf commented on July 17, 2024

Temperature and sat formats fixed.

Also added vario for gps.

from msrc.

erwann56 avatar erwann56 commented on July 17, 2024

Everything is perfect.

from msrc.

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.