Skip to content

Temperature #3

@wallarug

Description

@wallarug

I believe the temperature formula should be:

Option for MPU6050

temp = (raw_temperature / 340.0) + 36.53

or Option for MPU6500

temp = (raw_temperature / 333.87) + 21.0

Rather than exiting formula:

temp = (raw_temperature + 12412.0) / 340.0

This is based on the code available here.

I still question if the MPU6050 values are correct. I get approximately 48 degrees C with the IMU sitting on my desk (I am using an MPU6500 which should have the same registers). The ambient temperature is about 20 degrees C.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions