Git Product home page Git Product logo

Comments (1)

joicetm avatar joicetm commented on June 12, 2024 1

Hi,
you can set analog supply, REFP0-REFN0 or REFP1-REFN1 as your voltage reference. please refer to datasheet section8.3.6 on page number 29 for more information.

you can set this by writing to the config2 register, bits 6,7 selects the external source.

00 : Internal 2.048-V reference
01 : External reference REFP0 and REFN0
10 : External reference AIN0/REFP1 and AIN3/REFN1
11 : Analog supply (AVDD – AVSS)

You can use void Protocentral_ADS1220::writeRegister() function to write the value to config2 reg.

also you should change the macro #define VREF 2.048 in .ino file to the correct value you have used.

from protocentral_ads1220.

Related Issues (15)

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.