pslab-android icon indicating copy to clipboard operation
pslab-android copied to clipboard

I2C read issues

Open Vikum94 opened this issue 6 years ago • 0 comments

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 screenshot_2018-06-19-08-32-38

Would you like to work on the issue? Yes

Vikum94 avatar Jun 19 '18 03:06 Vikum94