-
I got involved in a MPU6050 project, honestly this one really hearts! No well known documentation and not having an error free code anywhere
> https://www.i2cdevlib.com/devices/mpu6050#source
> Du…
-
Hi everyone!
I have problem with quaternions. When I connect MPU6050 and read quaternions data (I dont rotate it), almost every time first quaternions data is different but data should be [1, 0, 0, 0…
-
MPU6050的DMP example中的gpio_interrupt_deinit,在文件中找不到,是指INT引脚的外部中断呢?
-
Use of MPU6050 (gyroscopic sensor) library.
- [ ] Wrap code in a dedicated class
- [ ] Stream data through Serial (format to be defined)
- [ ] Add sample output file for testing purposes
-
I'm getting the folllowing errors
make
gcc -g rpi-mpu6050.c -o rpi-mpu6050
rpi-mpu6050.c: In function ‘main’:
rpi-mpu6050.c:46:20: warning: implicit declaration of function ‘i2c_smbus_read_byt…
-
WARNING: library MPU6050 claims to run on avr, samd, sam, esp8266, esp32, stm32, renesas, renesas_portenta, renesas_uno architecture(s) and may be incompatible with your current board which runs on …
-
I am using micro ros to send imu data from a esp32 to my laptop running ros(on a virtual machine). The topic shows up, and so does the data except that it just outputs the same values over and over, e…
-
Hello, when I load the project this errors occurs:
Arduino: 1.8.3 (Mac OS X), Placa:"Arduino Nano, ATmega328"
libraries/arduino-self-balancing-robot-master/MPU6050.cpp.o (symbol from plugin): I…
-
Hi guys what have to be done to get the Tap feature that the datasheet is promoting?
Probably another version of [dmpMemory](https://github.com/jrowberg/i2cdevlib/blob/master/Arduino/MPU6050/MPU6050_…
-
The library is not working on the last version of the SDK (3.2).
The serial output is always:
```
=======================================================
temp : 36.51
accX : 0.00 accY : 0.00…