-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
Conflict with OneWire? #138
Comments
Yes there is probably a conflict, I dot not have a DS18B20, but I will try to find a way to test it. |
Hey hey, ok so I had success. The following versions had a compiler issue:
The error was:
When I tried
Tried version
So it appears the bug is with |
ok thanks for doing the test, Do you see pin activity on your GPIO 33 (oneWireBus) in the GPIOViewer web application ? |
Any time :) Yes, I do see activity on it - but only after a while.
|
Thank again it will help. I do not know yet when I will be able to test it, stay tuned! |
I suspect there is some sort of a conflict with the OneWire library. When I comment out my
gpio_viewer.begin();
line (i.e. everything is loaded and set up, but I don't start the viewer) I get the normal 22 degrees or whatever the DS18B20 measures. But, the moment I have that line in the code I get -127. From looking at the OneWire code, that means "Device not connected".Here is my code for sample:
Sample output of "normal" operation with it commented out:
Sample output of "broken" operation when it is enabled and running:
The text was updated successfully, but these errors were encountered: