-
Notifications
You must be signed in to change notification settings - Fork 24
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
Disorder Serial.print in Multi-IMU using #34
Comments
Sorry for the delayed post. Example "in order" code: void loop() { Z |
Thanks for update. Besides, very appreciate for alll your work. The whole library is very helpful for me to get a quick start with MPU imus. |
Hi Homer,
Veyry appreciate for your work in this build this library.
I am new learner in this. When I try the "Simp;e+MPU6050_4_MPUs_Example", signal transmitted to serial port is disoreder as figure below:
![image](https://private-user-images.githubusercontent.com/70750021/241231333-8fc2e576-5233-4357-9972-89dbd6cc7bfa.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NTUwMDYsIm5iZiI6MTczOTQ1NDcwNiwicGF0aCI6Ii83MDc1MDAyMS8yNDEyMzEzMzMtOGZjMmU1NzYtNTIzMy00MzU3LTk5NzItODlkYmQ2Y2M3YmZhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDEzNTE0NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWI2MWEzMjQ4NGMxNmE3NzViYzY4NWMxNmYzYmNiZGU2OTEzODNhNGIxN2RiZGZlZmNmZTlkNWVkYjFlYjgzOGImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.iQig_fY919zGAeRXtYSaxd5fVb6n8Xk-pIeN2B1fQZY)
I want record all data via seral port. Therefore, I want signal from different sensor are delivered Data from in a synchronized or orderly manner like "sensor1,sensor2,sensor3,sensor4; sensor1,sensor2,sensor3,sensor4;.....". I have tried to read all the code to find a way modify the disoreder data flow, but I am not familiar with this coding languages, and can not find a way to dealing with this. Could you please tell me if there are any solution to realize an order serial.print based your library. Thanks
The text was updated successfully, but these errors were encountered: