Coder Social home page Coder Social logo

Comments (4)

maarten-pennings avatar maarten-pennings commented on July 23, 2024

Hi, you are using all kinds of boards and libraries that I don't know. I noticed that the ECCX08 also uses i2c. So, I'm wondering if the ECCX08 library sort of resets the i2c library of the ccs811.

Just to check this, you could maybe move the Wire.begin() call to just before ccs811.begin().

from ccs811.

martin-c0des avatar martin-c0des commented on July 23, 2024

@maarten-pennings Thank you for your comment! I realise it's kind of a mess. Surely enough I'm getting "reset failed" when I moved the Wire.begin() call.

ccs811: reset failed
setup: CCS811 begin FAILED
setup: hardware version: 12
setup: bootloader version: 1000
setup: application version: 2000

Do you have any advice on how I can mitigate this issue? Or is it simply an incompatibility between the 2 libraries?

Also - feel free to close this issue as I now understand that it's nothing inherently wrong with your library.

from ccs811.

maarten-pennings avatar maarten-pennings commented on July 23, 2024

Interesting to see that you get begin FAILED, but then get sensible results for the three versions, so i2c communication is working.

I think this is repairable but I can't do this without having your board per libraries.

What I suspect is that the ECCX08 library and wire.begin compete for i2c control. Make sure you have only one i2c begin, and make sure both use the same pins. You might need to like inside the ECCX08 library.

from ccs811.

coelner avatar coelner commented on July 23, 2024

I took the first ECCX08 library I found and found this:
https://github.com/arduino-libraries/ArduinoECCX08/blob/8fb63cea34f2ea58e4cdaa7128db20fea39b73a7/src/ECCX08.cpp#L43

Maybe you can use the Sparkfun library, they do it the right way.

from ccs811.

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.