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

i2c ACK bit not read properly #54

Open
GoogleCodeExporter opened this issue Mar 3, 2016 · 0 comments
Open

i2c ACK bit not read properly #54

GoogleCodeExporter opened this issue Mar 3, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Write any byte on the i2c bus, the first byte with the slave address will do;
2. Call getAck(context) function
3. Compare the result with what you see by monitoring the i2c bus (I use an 
oscilloscope)

What is the expected output? What do you see instead?
GetAck should return ACK(0), but it returnes NACK(1)

What version of the product are you using? On what operating system?
1.3 on Linux (Ubuntu)

Please provide any additional information below.
Even though on the scope I see an ACK (9th bit on the data line is low), the 
output of GetAck is always NACK. In fact it's NACK regardless of what I see on 
the scope.

Original issue reported on code.google.com by [email protected] on 7 Apr 2015 at 3:23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant