Giter VIP home page Giter VIP logo

Comments (5)

enjoyneering avatar enjoyneering commented on May 29, 2024 1

fixed, see #5

from ahtxx.

davidkleng avatar davidkleng commented on May 29, 2024

Hi, im using ATMEGA328 with MiniCore and have the same problem.
My solution was to simply go to AHTxx.cpp, line 91 and changed the following:

Wire.setWireTimeout(stretch, false);   

with

Wire.setTimeout(stretch);

Everything works just fine.

from ahtxx.

enjoyneering avatar enjoyneering commented on May 29, 2024

Hi folks,

Thank you for feedback. You probably need to update Arduino AVR Core. Recently Wire.setWireTimeout() timeout API method was added to the AVR Wire library. See arduino/reference-en#895

from ahtxx.

gotfredsen avatar gotfredsen commented on May 29, 2024

Hi folks,

Thank you for feedback. You probably need to update Arduino AVR Core. Recently Wire.setWireTimeout() timeout API method was added to the AVR Wire library. See arduino/reference-en#895

I am using an ESP32, not an AVR Core, and both Arduino and ESP32 board files were installed same day. Maybe the changes you are referring to has not yet been implemented for the ESP cores.

from ahtxx.

enjoyneering avatar enjoyneering commented on May 29, 2024

Hi gotfredsen,

You're right. For some reason, Arduino ESP32 uses Wire.setTimeout(stretch) in milliseconds, while Arduino ESP8266 uses setClockStretchLimit(uint32_t) in microseconds. I believe the timeout for the I2C bus in milliseconds is too long, so in the library I'm using microseconds.

The library has been updated. Thank you for your help.

from ahtxx.

Related Issues (17)

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.