mindstorms icon indicating copy to clipboard operation
mindstorms copied to clipboard

Operate LEGO MINDSTORMS Inventor Hub from your computer

Results 3 mindstorms issues
Sort by recently updated
recently updated
newest added

Could you please add the bluetooth connection to the library, it will be very helpful

How can I set the motor A to 20°, for example? ```py import mindstorms import time hub = mindstorms.Hub() time.sleep(1) motor_a = hub.port.A.motor motor_a.run_to_position(20) ``` Because this code only moves...

Is it possible to play my own audio file that is on my computer on the hub via `hub.sound.play()`?