m5stack / M5-Schematic

Most of the schematics of M5Stack boards
130 stars 44 forks source link

Clarity regarding MPU wired #6

Closed jithin917 closed 5 years ago

jithin917 commented 5 years ago

In the file /M5-Schematic-master/Core/m5stick/EspCore.pdf "MPU9250" is wired without connecting the interrupt pin. So the DMP(digital motion processor) in this unit cannot be used. Senodia SH200Q datasheet is also provided in the repository. Both works in operating voltage of 2.6v to 3.6v but later doesnot have a DMP inside. So which mpu is wired ? does it have a dmp ? where to the interrupt pin of mpu 9250 is connected in esp32 pin?. Thank you

graydonli commented 5 years ago

sorry. the interrupt pin of mpu 9250 of stick was not connected to esp gpio.

jithin917 commented 5 years ago

Is there any way I can use the dmp ? Any sample code ?Thank you sir..

On Thu, Apr 18, 2019, 9:19 AM LiHuashen notifications@github.com wrote:

sorry. the interrupt pin of mpu 9250 of stick was not connected to esp gpio.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/m5stack/M5-Schematic/issues/6#issuecomment-484345627, or mute the thread https://github.com/notifications/unsubscribe-auth/ABYZ6KDF2M4OYIPVGNKQO5TPQ7VUTANCNFSM4HBAUFDQ .

graydonli commented 5 years ago

Are you familiar with Embedded programming? I found some code in Github that may help you. You can have a try.

graydonli commented 5 years ago

https://github.com/WHeiu/Uav-control-module/tree/master/%E5%BC%80%E5%8F%91/src/Stm32_New_Program/Src/MPU9250

Sorry, I have not ever used mpu9250 with DMP.

jithin917 commented 5 years ago

Thank you sir. I will try to understand the code. Thank you very much.

On Fri, Apr 19, 2019, 9:41 PM LiHuashen notifications@github.com wrote:

https://github.com/WHeiu/Uav-control-module/tree/master/%E5%BC%80%E5%8F%91/src/Stm32_New_Program/Src/MPU9250

Sorry, I have not ever used mpu9250 with DMP.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/m5stack/M5-Schematic/issues/6#issuecomment-484944560, or mute the thread https://github.com/notifications/unsubscribe-auth/ABYZ6KBILPEBEBBER6XVG53PRHVK3ANCNFSM4HBAUFDQ .

graydonli commented 5 years ago

Not at all