David Lechner
David Lechner
Which hub and firmware version are you using?
> latest firmware So you you are using firmware from https://nightly.link/pybricks/pybricks-micropython/workflows/build/master? What is the exact version?
> couldnt be bluetooth issues since it works on my mac, also it wont work (the logs) The Windows and Mac computers have different Bluetooth adapters, so it could be...
`Motor.close()` was added in https://github.com/pybricks/support/issues/904. I guess it didn't make it into the docs yet. And there isn't a `DriveBase.close()` yet. Side note: `del x` doesn't actually operate on the...
My gut reaction here is to make `await wait(0)` yield once (pretty sure this is what `await asyncio.sleep(0)` does) and do https://github.com/pybricks/support/issues/1460#issuecomment-1952075493.
For EV3, we have https://pybricks.github.io/ev3-micropython/messaging.html For Powered Up hubs, this is not implemented yet.
One thing I have been thinking about that is specific to BLE UART is that we have write with response or write without response in one direction and indicate (with...
Did you install the appropriate USB driver as described in the instruction? Does the device appear (with the correct driver) in the Windows *Device Manager*?
If it isn't there, then it means a driver has already been installed for the DFU device or the hub is not in DFU mode. It is only there if...
> There is no directory similar to \Users\pybricks\Documents. The directory does not matter. It is ignored when you click *Let me pick...*. We could probably delete it or blur it...