Code Monkey home page Code Monkey logo

Comments (8)

Scott216 avatar Scott216 commented on June 9, 2024

How are they wired? Are you using in parasitic mode? I would try adding a short delay between each reading. Also, you could check for -127 and if that's what you got, then read it again.

Here's a link to my function that I use to read 60 sensors: http://git.io/vt1x0

from arduino-temperature-control-library.

kluczyk11 avatar kluczyk11 commented on June 9, 2024

Thanks for answer , three wires , no parasitic mode , readings every 15 minutes and this is strange. Becouse when reading is good (every 15 minutes) for nine DS18B20 and I connect tenth DS18B20 the readings are changening every second or 2 seconds. If something is wrong this strange reading should be every 15 minures.Should I set readings for example every 8 minutes for three DS18B20 , every 7 minutes for another three DS18B20........ Becouse now Arduino tries to read all ten DS18B20 every 15 miuntes.

from arduino-temperature-control-library.

Scott216 avatar Scott216 commented on June 9, 2024

Does your code read all 10 at the same time? If so, I'd add a delay between each one; 100mS should be enough. I'm using 50 mS and that works pretty good.

from arduino-temperature-control-library.

kluczyk11 avatar kluczyk11 commented on June 9, 2024

Thanks, I will change the code and check.

from arduino-temperature-control-library.

RobTillaart avatar RobTillaart commented on June 9, 2024

More sensors implies the line is longer and you might need a smaller pull up resistor.
What value do you use now?

from arduino-temperature-control-library.

kluczyk11 avatar kluczyk11 commented on June 9, 2024

I have 4,7 k ohm.

from arduino-temperature-control-library.

RobTillaart avatar RobTillaart commented on June 9, 2024

Try a 3K3 or 2K2 when you have 10 sensors

from arduino-temperature-control-library.

kluczyk11 avatar kluczyk11 commented on June 9, 2024

I tried 2,2 k ohm and it works perfect. Thanks a lot !!!!!!!

from arduino-temperature-control-library.

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.