GithubHelp home page GithubHelp logo

Comments (3)

ladyada avatar ladyada commented on June 25, 2024

this sensor is discontinued many years ago so we can't test or verify anything about it - we dont own one anymore!

from adafruit_hmc5883_unified.

groundstate avatar groundstate commented on June 25, 2024

OK, but versions of the board are still available and it's still useful because it has lower noise than eg the LIS3MDL.

For anyone reading this who wants to use the 0.88G mode, just add
HMC5883_MAGGAIN_0_9 = 0x00, // +/- 0.88
to the magnetometer gain settings in the .h and
case HMC5883_MAGGAIN_0_9:
_hmc5883_Gauss_LSB_XY = 1370;
_hmc5883_Gauss_LSB_Z = 1370;
break;
to Adafruit_HMC5883_Unified::setMagGain() in the .cpp
I have used conversions from the datasheet but maybe you want to scale the Z conversion (decrease by 12%) like the others in the switch(gain)

from adafruit_hmc5883_unified.

ladyada avatar ladyada commented on June 25, 2024

yah current breakouts are not real hmc's, they're knockoffs - you could submit a PR and we may do a sweep at some point to merge in!

from adafruit_hmc5883_unified.

Related Issues (8)

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.