GithubHelp home page GithubHelp logo

Comments (3)

oliver30982 avatar oliver30982 commented on June 25, 2024

Hi,

I had the same problem and solved it by putting

if (read8(HMC5883_ADDRESS_MAG, HMC5883_REGISTER_MAG_MR_REG_M) == 0xFF) return false;

directly after Wire.begin();

Oliver

from adafruit_hmc5883_unified.

budryerson avatar budryerson commented on June 25, 2024

Thanks, Oliver. Adafruit should add that correction to their library.

I cobbled together my own library from bits and pieces of this and the Honeywell version. In my setup, I request the ID from the device and fail if I get other than "H43".

But these days, everyone uses an IMU of some kind with the mag compass built in. I don't think anyone but a masochist would use this device anymore.

from adafruit_hmc5883_unified.

zs6buj avatar zs6buj commented on June 25, 2024

Thanks Guys, but alas oliver30982's patch didn't immediately work for me on v1.8.5. Eventually I determined that, in my environment

(read8(HMC5883_ADDRESS_MAG, HMC5883_REGISTER_MAG_MR_REG_M)

returns 3 when the HMC5883 is present, and 0 when it is not.

In all fairness, my "HMC5883" might not be the real McCoy, as it came off an old CX-20 Quad. The chip is, however, marked L883.

I hope this is useful to someone.

from adafruit_hmc5883_unified.

Related Issues (7)

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.