We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Actual Behaviour
When using sensors working on I2C protocol, the data is off the chart and does not get updated.
Expected Behaviour
I2C library should provide accurate results
Steps to reproduce it
Connect sensors to I2C pins and try to capture data from them.
LogCat for the issue
06-19 08:31:58.023 14942-14997/org.fossasia.pslab E/PacketHandler: Error in packetHandler Reading 06-19 08:31:58.023 14942-14997/org.fossasia.pslab V/CommunicationHandler: TO read : 1 06-19 08:31:58.073 14942-14997/org.fossasia.pslab E/CommunicationHandler: Read Error: 1 06-19 08:31:58.218 14942-14976/org.fossasia.pslab V/CommunicationHandler: TO read : 14 06-19 08:31:58.218 14942-14976/org.fossasia.pslab E/CommunicationHandler: Read Error: 13 06-19 08:31:58.218 14942-14976/org.fossasia.pslab E/PacketHandler: Error in packetHandler Reading 06-19 08:31:58.218 14942-14976/org.fossasia.pslab V/CommunicationHandler: TO read : 1 06-19 08:31:58.273 14942-14976/org.fossasia.pslab E/CommunicationHandler: Read Error: 1 06-19 08:31:58.418 14942-14994/org.fossasia.pslab V/CommunicationHandler: TO read : 14 06-19 08:31:58.423 14942-14994/org.fossasia.pslab E/CommunicationHandler: Read Error: 13 06-19 08:31:58.423 14942-14994/org.fossasia.pslab E/PacketHandler: Error in packetHandler Reading 06-19 08:31:58.423 14942-14994/org.fossasia.pslab V/CommunicationHandler: TO read : 1 06-19 08:31:58.478 14942-14994/org.fossasia.pslab E/CommunicationHandler: Read Error: 1
Screenshots of the issue
Would you like to work on the issue? Yes
The text was updated successfully, but these errors were encountered:
Can this issue be closed? I2C works fine for newly implemented sensors and old sensors will be checked in #2594,
Sorry, something went wrong.
Fixed in #2527
CloudyPadmal
No branches or pull requests
Actual Behaviour
When using sensors working on I2C protocol, the data is off the chart and does not get updated.
Expected Behaviour
I2C library should provide accurate results
Steps to reproduce it
Connect sensors to I2C pins and try to capture data from them.
LogCat for the issue
06-19 08:31:58.023 14942-14997/org.fossasia.pslab E/PacketHandler: Error in packetHandler Reading
06-19 08:31:58.023 14942-14997/org.fossasia.pslab V/CommunicationHandler: TO read : 1
06-19 08:31:58.073 14942-14997/org.fossasia.pslab E/CommunicationHandler: Read Error: 1
06-19 08:31:58.218 14942-14976/org.fossasia.pslab V/CommunicationHandler: TO read : 14
06-19 08:31:58.218 14942-14976/org.fossasia.pslab E/CommunicationHandler: Read Error: 13
06-19 08:31:58.218 14942-14976/org.fossasia.pslab E/PacketHandler: Error in packetHandler Reading
06-19 08:31:58.218 14942-14976/org.fossasia.pslab V/CommunicationHandler: TO read : 1
06-19 08:31:58.273 14942-14976/org.fossasia.pslab E/CommunicationHandler: Read Error: 1
06-19 08:31:58.418 14942-14994/org.fossasia.pslab V/CommunicationHandler: TO read : 14
06-19 08:31:58.423 14942-14994/org.fossasia.pslab E/CommunicationHandler: Read Error: 13
06-19 08:31:58.423 14942-14994/org.fossasia.pslab E/PacketHandler: Error in packetHandler Reading
06-19 08:31:58.423 14942-14994/org.fossasia.pslab V/CommunicationHandler: TO read : 1
06-19 08:31:58.478 14942-14994/org.fossasia.pslab E/CommunicationHandler: Read Error: 1
Screenshots of the issue

Would you like to work on the issue?
Yes
The text was updated successfully, but these errors were encountered: