-
Hi,
Is there any plan to add i2c device memory operations? as here:
[https://docs.micropython.org/en/latest/library/machine.I2C.html#machine.I2C.readfrom_mem](https://docs.micropython.org/en/latest…
-
hi ! i used your study about MPU9250 and that was very useful. thank you in advance.
when i run the code : byte d = readByte(AK8963_ADDRESS, AK8963_WHO_AM_I); // Read WHO_AM_I register for AK89…
-
Hello,
I am trying to use MPU9250 Arduino Library. I see the `uint8_t dmpInitialize();` in line 902 of MPU9250.h, but I can't find it in MPU9250.cpp and have a compile error of class MPU9250' has …
-
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…
-
I have tried mpu9250 init code you wrote and the moment i set the BYPASS_EN bit to 1 the I2C bus goes berserk
(INT_PIN_CFG, 0bxxxxxx1x) # BYPASS_EN = 1
(USER_CTRL, 0bxx0xxxxx) # I2C_MST_EN = 0
i see i…
-
Hi,
I'm trying to use your lib with this board because the code given by the reseller is not working correctly.
I'm just starting arduino for this application and it is not as easy as I thought.
Do…
-
I've tried to communicate with the [STEPPER MOTOR](https://docs.m5stack.com/#/en/module/stepmotor) module using the following code, it kept getting `0xFF` response from the device. I've tried changing…
-
It's a very helpful project. I have test it but found that there is no orientation output,but body rate.Does it mean that when using RC controller, it will be like FPV or Acro mode? And if I want to u…
-
### Is your feature request related to a problem? Please describe.
I was trying to build a flight controller with the ESP32 using MPU6050. But I just couldn't find suitable flight control s…
-
hi sir. first thank you for your effort . i have the stm32f405rgt6 dev board (not WE ACT STUDIO ) I have flashed arduplane firmware to it using inav and connected the mpu9250 with spi2 in the dev boar…