Code Monkey home page Code Monkey logo

Comments (2)

abelectronicsuk avatar abelectronicsuk commented on July 21, 2024

I have added better exception handling to the ADC Pi class so it should hopefully give you a more accurate error message when a problem occurs. I have also added functions for setting and getting the i2c addresses for the two ADC chips. The new functions are called set_i2c_address1(address), set_i2c_address2(address), get_i2c_address1() and get_i2c_address2()

The most common cause for problems initialising the ADC Pi is an issue with the I2C bus. Try checking that the ADC chips are visible on the I2C bus using the command "sudo i2cdetect -y 1". i2cdetect should return a list of detected I2C devices on the bus. The ADC Pi will normally appear on 0x68 and 0x69 unless the address header has been changed from its default jumper positions.

If the ADC Pi does not appear on the I2C bus try going through the steps in our I2C tutorial to check that the I2C bus is configured correctly.

from abelectronics_python_libraries.

SSC-Sheffield avatar SSC-Sheffield commented on July 21, 2024

Awesome!
Thanks for the quick reply!

from abelectronics_python_libraries.

Related Issues (20)

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.