-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No data received via Main Serial #14
Comments
We know that there is an issue running the DMP on MPU-6050A, running on MPU-6050 is ok. However i think your issue is in the Serial communication as I read your comment. |
Hi, I couldn't get DMP to work with MPU-6050A. |
Couldn't post a message on invensense forum, I guess it was moderated, need to try again. |
Thanks for the response! I have purchased an FTDI adapter and it seems that the problem is the serial communication. I have tried multiple times to upload the Debug Variant but it always fails before flashing completely. Disabling the MPU allows me to flash the Debug Variant, but again, nothing is sent :( |
Hello, I am having some problems in getting data from the IMU with an Arduino via Serial. First I have to say that im new to this kind of projects, so I apologize if can't explain properly.
I have a sideboard with a GD32F130 C6T6 and a MPU-6050A. I have unlocked the micro and then flashed it (with lot of difficulties because most of the time I get errors meanwhile writing the pages). Before flashing, I modified config.h to have the Hoverboard Variant because it includes the Serial Control via serial port (I have also tested with Serial Feedback deactivated).
Then, I modified this Arduino program to define the same Feedback struct that is sent via serial by the Sideboard.
And finally, I connected the 3.3V and GND pins from the SWD programming pins to power the board, and the GND and RX (pin number 2) pins from Arduino have been connected to GND and TX from the connector that connects the Mainboard with the Sideboard.
However, Arduino does not receive anything via serial. In fact, I have enabled DEBUG_RX in the Arduino program and I only receive 0s.
I have also tested to disable DMP as said in this comment, but again nothing happens.
I don't know what is wrong and I don't have more ideas. Any help would be appreciated.
Thanks
The text was updated successfully, but these errors were encountered: