-
Notifications
You must be signed in to change notification settings - Fork 75
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
1-wire analyser works incorrect #228
Comments
Dear aivs, I did encounter very similar issues regarding onewire timing and parsing while working with DS1820 and another Dalas one wire memory within a dell lapto charger. Based on my investigation the problem is connected with over-simplified pulse tracing/parsing and with timing limits that are not close enough to the one wire protocol specifications (e.g. http://pdfserv.maximintegrated.com/en/an/AN937.pdf). I am working on a fix and preparing a pull request. |
…constants to better match datasheet tolerances
@tudorp : it appears your changes caused a test failure in the 1-wire decoder. Are you able to verify whether this is due to a faulty test or due to your changes? |
On dangerousprototypes.com/forum I found, that users can successfully analyze 1-wire.
![screenshot7](https://cloud.githubusercontent.com/assets/2894860/10936103/75072210-82fb-11e5-9e23-f5534e4baddc.png)
But for me 1-wire analyser not works correctly.
See screenshots:
by arhi » Wed Sep 07, 2011 10:33 pm - All OK
by aivs » Tue Nov 03, 2015 4:49 pm - Bad analyzed bytes (ols 0.9.7.2 with Arduino UNO)
As you can see, impulses are identical, but analyzed bytes different.
Can you check, is 1-wire analyzer works?
The text was updated successfully, but these errors were encountered: