Code Monkey home page Code Monkey logo

Comments (7)

mozzbozz avatar mozzbozz commented on July 24, 2024

Related (implements the features you are looking for): #8
Newer PR (improvement of the first PR): #13

from adafruit_bme280_library.

solars avatar solars commented on July 24, 2024

is this still open? I notice that sparkfun already has this for quite some time so I might switch

from adafruit_bme280_library.

Elfe avatar Elfe commented on July 24, 2024

in my code I reset the chip after reading the data to reduce power usage
without reset the esp32 + sensor is at about 350µA with the ESP32 in deep sleep
with reset the esp32 + sensor is at about 12µA

a public reset function would be nice

read stuff...
I2Cbus.beginTransmission(BMX280_ADDRESS);
I2Cbus.write(0xE0);
I2Cbus.write(0xB6);
I2Cbus.endTransmission();
sleep

from adafruit_bme280_library.

hoffmannjan avatar hoffmannjan commented on July 24, 2024

this functionality is fully tested in master now :). thanks guys!

from adafruit_bme280_library.

solars avatar solars commented on July 24, 2024

@hoffmannjan is this documented somewhere?

from adafruit_bme280_library.

hoffmannjan avatar hoffmannjan commented on July 24, 2024

@solars I'll add proper doxygen in this repo next week probably, but for now there is some hints in the code
https://github.com/adafruit/Adafruit_BME280_Library/pull/13/files#diff-35e01fdd369e009c1e031cd9e83dac0bR169
and you can also look at whole comments section at #13

from adafruit_bme280_library.

sergerold avatar sergerold commented on July 24, 2024

@solars I'll add proper doxygen in this repo next week probably, but for now there is some hints in the code
https://github.com/adafruit/Adafruit_BME280_Library/pull/13/files#diff-35e01fdd369e009c1e031cd9e83dac0bR169
and you can also look at whole comments section at #13

Please could someone confirm which method to use for sleep mode? Should I be setting MODE_FORCED? If so, where?

Thanks

from adafruit_bme280_library.

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.