Giter VIP home page Giter VIP logo

ads1220_we's People

Contributors

wollewald avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ads1220_we's Issues

About AIN2 pin

Hello, I am having a problem with AIN2 pin.

The other pins are well working like if I connect AIN0 to GND, it shows few miliV only which is very close to GND. However, for AIN2 pin, it shows about 500 mV. Why does it happen? Even, I am not using with IDAC function.

And according to your tutorial, I checked that your AIN2 (microVolt) is about 800 mV.

Thank you for reading.

Passing SPIClass in the constructor

Thank you very much for this library.

ESP32 has got two SPI interfaces namely VSPI (default) and HSPI. When passing a custom SPIClass to use the HSPI interface the setup gets stuck after reading a single value. After several attempts to assign different pins and avoiding restricted pins, I found that there is a method ( void ADS1220_WE::command(uint8_t cmd) ) in the file ADS1220_WE.cpp where there the global SPI is used instead of custom member_spi assigned in the constructor .

Changing the line SPI.transfer(cmd) to _spi->transfer(cmd) solves the problem when assigning a different SPI interface in ESP32.

Kindly advice if this change is correct and if it could be a possible bug fix

Acquisition speed problem

I set the sensor to continuous mode, and then collected data. I found that the speed of the sensor is very slow, and it can only collect 30 times per second,How to improve the acquisition speed? For example, collect data 100 times per second?

”ADS1220_WE“ usage

How to use "SPIClass *s" in ADS1220_WE(int cs, int drdy, SPIClass *s), I would be grateful if you could tell me

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.