Paulie92
Paulie92
I have the same experience. I am working on project of artificial horizon and I have the MPU mounted vertically on the PCB. I am also working with the fix...
I think the calibration of acelerometer have no effect there. As you once set fix offset to ensure, that all 3 axis returning approx. 16384 when oriented vertically with this...
I found what I assumed that DMP have to know to work properly, when the MPU is not in the default orientation (Z is the vertically axis). On this link:...
I tried to implement the `dmp_set_orientation` to the MPU6050_6Axis_MotionApps_V6_12.h and put the siplified code int the `dmpInitialize()`: ``` uint8_t MPU6050::dmpInitialize() { // Lets get it over with fast Write everything...
Is there any example how to call this function in the code? unfortunately I have no idea how can I use it. Thank you
Hi, I have similar problem. I am sending 60 packets from one ESP32 to another one every 50ms- The first 3 packets from the group can be read normal, but...
Thank you @wezleysherman, it helps me so much! I just had to keep in mind, that the setSwapBytes(true); command have to be in code either.
Hi, I am using a serial bluetooth app on my phone and the connection seems to be stable. But I dont use the connection for a long time - max....
Hi, I heve exactly the same problem. I was also trying to send the command via Arduino IDE serial monitor also without success. But I am wondering, what should mean...
The new version does not work for me now at all. I even cannot cannot connect via bluetooth. Also via the the USB serial connection I cannot see the NMEA...