Coder Social home page Coder Social logo

ads1232's Introduction

ADS123X

A Simple Non-blocking Library for reading from Texas Instruments ADS1232 MultiChannel 24-bit ADC For Bridge Sensors.

To simplify its use, only the DOUT, SCLK, PDWN and SPEED communication connections are physically required.

The library has been adapted for use with faster processors such as the ESP32 and uses functions such as Offset calibration which can minimize Input Offset Error errors to the level of noise at any temperature.

one function example: ERROR_t get_units(float& value, byte times = 1, bool Calibrating = false);

Errors returned by the library include:

NoERROR,
TIMEOUT_HIGH,     // Timeout waiting for HIGH
TIMEOUT_LOW,      // Timeout waiting for LOW
WOULD_BLOCK,      // weight not measured, measuring takes too long
STABLE_TIMEOUT,   // weight not stable within timeout
DIVIDED_by_ZERO 

based on these libraries:

HX711: by bodge -> https://github.com/bogde/HX711

ADS123X by Hamid Saffari -> https://github.com/HamidSaffari/ADS123X

ADS1232: by Jeffrey M. Kubascik -> https://github.com/jeffkub/beer-gauge/tree/master/firmware/beer-gauge

ads1232's People

Contributors

hardmax avatar

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.