esp-mpu9250 icon indicating copy to clipboard operation
esp-mpu9250 copied to clipboard

MPU9250 driver for the ESP8266 and the ESP32

Results 3 esp-mpu9250 issues
Sort by recently updated
recently updated
newest added

Hey Simon, I think there's a small typo on line 307 of calibrate.c: float avg_radius = (v_avg.x + v_avg.y + v_avg.z) / 2.0; // should be divided by 3

hi im new in esp32 and c program. i was trying to work with this library but no success until i may this changes. in the file i2c-easy.c i add...

Having issues with the code. At first I had some issues with the i2c part of the code ( Changed the following in i2c-easy.c: ` ESP_ERROR_CHECK(i2c_param_config(i2c_master_port, &conf)); ESP_ERROR_CHECK(i2c_driver_install(i2c_master_port, conf.mode));` I...