minimu-9-ahrs-arduino icon indicating copy to clipboard operation
minimu-9-ahrs-arduino copied to clipboard

Windows freeze

Open Riteshlogin opened this issue 5 years ago • 2 comments

I'm using a Teensy 4.0 connected to the MiniIMU-9 v5, and can get printouts from it just fine. However, I've tried to use the python application to get an idea of how good this module is at measuring orientation, and the windows the python module generates keep freezing, and if I click on them eventually "Not Responding" shows up in the title bar. I have uncommented the #define IMU_V5, and because I was afraid the Teensy 4.0 might be too fast, I added a one millisecond delay after the print statements. In the terminal, the values I'm getting seem to make sense (as in I can independently change r,p, and y by moving the module around) and I never get "Invalid line".

Riteshlogin avatar Jun 12 '20 07:06 Riteshlogin

If you are still looking for help getting this to work, could you check that you have the required versions of everything installed? Unfortunately, this Python program is now quite old and has not really been updated, so you need some very specific (and usually older) versions of all the software for it to run correctly. I was able to get it working today with:

These links should go directly to the installer downloads.

kevin-pololu avatar Oct 24 '20 02:10 kevin-pololu

Ah, that's probably the root of the issue. Thank you for that info, I'll try that out.

Riteshlogin avatar Oct 26 '20 05:10 Riteshlogin