ProfKingKong

Results 8 comments of ProfKingKong

Thanks for the quick Message. I use this Lego Hub: ![Screenshot from 2022-09-15 14-26-10](https://user-images.githubusercontent.com/113604599/190403241-c27307df-c958-49db-a8ca-9396e25a2c59.png) LEGO Powered Up Technic Hub 88012 I've already looked for the specific port for the AB...

Ok here is the full debug log when i run the demo.py file: ``` 24 DEBUG comms-gatt Starting DeviceManager... 294 INFO comms-gatt Discovering devices... 296 DEBUG comms-gatt Devices: dict_values([, ])...

Sorry for the late feedback. The hub has 3 motors connected. I can control and move every single one. The two motors for driving are on A and B. On...

How did you find out which port goes with what? Because I've looked at the data traffic from the Lego Handy APP and Hub and even with the BLE documentation...

I apologize for the late response. I tried your code, added the Mac address, it establishes the connection and starts running for a moment. But only one motor is running...

It works, so half :) After running your test code, the connection to the hub remains. Then I ran the Demo.py to test it and it ran completely. In other...

I have now written my own little test. Everything works with this: ``` import time from pylgbst import * from pylgbst.hub import MoveHub from pylgbst.messages import MsgVirtualPortSetup from pylgbst import...

Now that it works, I'll try a few more things. so it may well be that i write a subclass for this type of hub. I'll let you know when...