Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Give better wiring instructions for 1-wire devices. #2258

Merged
merged 3 commits into from
Jul 24, 2024

Commits on Dec 28, 2023

  1. Give better wiring instructions for 1-wire devices.

    The provided diagram is wrong (10k resistor is in series with the data line, leading to unreliable operation).  I believe it was intended as a pullup (as recommended by the datasheet)
    
    However, since the pi IO pins are not 5v tolerant, to do that we need to pull up to 3.3v.
    
    To avoid confusion, we also power the sensor from 3.3v (the datasheet allows this).
    Hello1024 authored Dec 28, 2023
    Configuration menu
    Copy the full SHA
    ab7c57a View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    deb8942 View commit details
    Browse the repository at this point in the history
  2. fixing pull up

    Ellerbach committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    ffd4237 View commit details
    Browse the repository at this point in the history