Giter Site home page Giter Site logo

Comments (3)

aemondis avatar aemondis commented on August 16, 2024

I have tried updating the BME680 driver to 3.5.9 and also followed the steps for compiling BSEC from the project's GitHub Readme - and I now have a different error entirely, pointing right back to the DFRobot libraries:

C:\My Documents\Arduino\libraries\DFRobot_BME680-master\DFRobot_BME680.cpp: In member function 'int8_t DFRobot_BME680::iaqUpdate()':
C:\My Documents\Arduino\libraries\DFRobot_BME680-master\DFRobot_BME680.cpp:116:86: error: 'calc_gas_resistance' was not declared in this scope

 bme680_data.gas_resistance = calc_gas_resistance(gasADC, gasRange, &bme680_sensor);

                                                                                  ^

exit status 1
Error compiling for board Arduino/Genuino Uno.

from dfrobot_bme680.

rado99 avatar rado99 commented on August 16, 2024

I face the same problem here. Did you fixed the problem? Any suggestions, because I am on the first step with a lot of errors.

from dfrobot_bme680.

bryn51 avatar bryn51 commented on August 16, 2024

Was this problem ever solved. (?)
I have the situation where the library compiles and links and runs OK (on a Arduino Mega 2560 with plenty of memory) using the example ino files, but when I add similar code to my own project, (after fixing all typos etc) I get errors similar to the above. The error is caused by an unhappy linker, but its entirely unclear as to what is the cause. I have tried lots of things, spending hours on the issue, but I'm flying blind.
At this point, I am chasing why the linker is unable to find bme_update_subscription. That function appears to have gone missing. It is defined (templated) in bsec_interface.h but neither I nor the linker can find the function code. There are other similar issues with other functions.

from dfrobot_bme680.

Related Issues (19)

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.