DS18B20 sensors as W1Device #153
Unanswered
RobinQuante
asked this question in
Q&A
Replies: 3 comments 5 replies
-
|
This looks like Pi4J v1.x code. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
No component-specific implementation is foreseen, but I think the DHT11 sensor is also a one-wire device, and an example implementation is available in the CrowPi project: |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
Pi4J v2 still does not support 1-wire(like DS18B20)? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
i have 2 DS18B20 sensors with the one wire communication.
i have read all devices and geht back the ID 28-3c01e0769c2e
but when i call
master.getDeviceById("28-3c01e0769c2e");
the master dont find any Device and return null.
Beta Was this translation helpful? Give feedback.
All reactions