-
Notifications
You must be signed in to change notification settings - Fork 15
ValueError: Incorrect family code in device address. #14
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
Comments
which exact device? |
please show an entire wiring diagram including pullup resistor |
With pull up resistor no errors, all working. This is my fault for not reading the docs, so sorry! Put my writeup on https://github.com/robmarkcole/circuitpython-projects/tree/master/1-wire%20temperature |
all good, we'll add a warning : ) |
Fixed by #15. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Attempting to use the DS18X20 with Metro M4 Airlift Lite with circuitpython 5.0.0-beta.0 with the
ds18x20_simpletest.py
example. I hit this error, so am now setting a large_maximum_devices
. However I now hit a different error -ValueError: Incorrect family code in device address.
The text was updated successfully, but these errors were encountered: