Forum Replies Created
- AuthorPosts
- August 25, 2020 at 6:10 am #16129manbehindthemadnessParticipant
I am using that exact filter; however, I’m getting around +-8 degrees in the noise
August 23, 2020 at 3:09 am #16109manbehindthemadnessParticipantAfter inspecting the numbers this seems to only relate to the tilt compensated heading value, the gyro values are spot on.
August 9, 2020 at 2:57 am #16055manbehindthemadnessParticipantSo I did a full header trace with a DVM and discovered that one of the 3.3v pin-sockets on the header was misshaped, I replaced the header with an extra I had on the bench and I am in business! I will report back once I actually use the module in practice to confirm general compatibility.
August 9, 2020 at 1:22 am #16054manbehindthemadnessParticipantI was able to locate the related portion of the driver code, but have found no solution as of yet.
line 320:
default:
dev_err(&drv_data->adapter.dev,
“mv64xxx_i2c_fsm: Ctlr Error — state: 0x%x, ”
“status: 0x%x, addr: 0x%x, flags: 0x%x\n”,
drv_data->state, status, drv_data->msg->addr,
drv_data->msg->flags);
drv_data->action = MV64XXX_I2C_ACTION_SEND_STOP;
mv64xxx_i2c_hw_init(drv_data);
drv_data->rc = -EIO;
}https://elixir.bootlin.com/linux/latest/source/drivers/i2c/busses/i2c-mv64xxx.c
August 8, 2020 at 3:07 am #16052manbehindthemadnessParticipantInteresting, I am experiencing the exact same problem with my GPS data, however I am able to pull in the i2c data from the other sensors.
- AuthorPosts