pybricks / support

Pybricks support and general discussion
MIT License
109 stars 6 forks source link

[Bug]ev3 micro-python Release R3 Motor problem #7

Closed johnscary-ev3 closed 4 years ago

johnscary-ev3 commented 4 years ago

Looks like when I do a sound file playback and a motor fixed angle move at the same time, the motor can go crazy at high speed and not stop at requested angle.

My application is multi-threaded and so sound playbacks and motor moves can happen at same time. This worked fine in earlier LEGO release of micro-python.

Is this a bug?

johnscary-ev3 commented 4 years ago

I am using Ultrasonic sensors in regular mode. I am sometimes using two of them but did not see any interference in that they each seemed to detect things put in front of them. Also I noticed the "freeze" warning in the documentation when using Silent mode.

If you have anything you would like me to test with respect to "wandering" motors please let me know. Since I am retired and also on virus lockdown, I have a lot of free time ;0)

laurensvalk commented 4 years ago

It seems then that most of the questions here are resolved.

So we can close this. Thank again for all the help @johnscary-ev3!