Coder Social home page Coder Social logo

Comments (4)

jayakarthigeyan avatar jayakarthigeyan commented on May 29, 2024

no matching function for call to 'TwoWire::requestFrom(uint8_t&, unsigned int, uint8_t&, unsigned int, unsigned int)'

if(m_i2cbus->requestFrom(m_slaveAddress, 1U, regAddress, 1U, 1U) > 0)

no matching function for call to uint8_t TwoWire::requestFrom(uint8_t, size_t, bool)

 uint8_t requestFrom(uint8_t address, size_t quantity, bool stopBit);

from dps310-pressure-sensor.

mhollfelder avatar mhollfelder commented on May 29, 2024

Sorry for the delayed reply, we have been working on the problem in the meantime as also other boards were affected.

We are preparing a new release (1.0.4) which was tested by me right now for the mentioned hardware:

  • Arduino/Genuino Zero
  • Arduino/Genuino MKR1000
  • NodeMCU

One of the reasons was a non-consistent type of the function parameter variable types.
We fixed this and hope that it will work for a broad range of available boards right now.
However, I only could test the successful compilation, but no real-world use for the boards as the hardware is not available for me at the moment.
Therefore, if you face additional issues, please let me know.

I will release the new version 1.0.4 as soon as possible for downloading in the Arduino IDE.
If you'd like to test it earlier, you could already download this repo and replace the files.

Best regards,

Manuel

from dps310-pressure-sensor.

jayakarthigeyan avatar jayakarthigeyan commented on May 29, 2024

Hi,

I already have a tested library based on Software I2C which I have tested in all the three boards, Arduino Zero, Arduino MKR1000 and NodeMCU with hardware. I posted this as part of project description few days back in hackster.io

You can see this at the project link given below:
https://www.hackster.io/jayakarthigeyan/smart-desk-clock-to-save-power-using-iot-at-home-office-cd1695

from dps310-pressure-sensor.

mhollfelder avatar mhollfelder commented on May 29, 2024

Thank you very much for your feedback and your work, looks really amazing!
In case you need help, feel free to open an issue here again.

Best regards,

Manuel

from dps310-pressure-sensor.

Related Issues (18)

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.