KonerDev

Results 24 comments of KonerDev

Yes absolutely. Couldn't you have it read everything live so that you don't need any temporary files at all?

Oh thanks, I didn't know that. And with the script I get an error: ``` Traceback (most recent call last): File "C:\Koner\projects\python\robi-ai\connect-tests\main.py", line 18, in asyncio.run(main()) File "C:\Users\Koner\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 190,...

It looks like this is because bluetooth was turned off. How can I turn it on automatically?

And I still have one question, is it also possible to send individual commands instead of entire files?

Do you have an example of this? And on the [code.pybricks.com](https://code.pybricks.com) website you can also execute individual commands, how does it work there?

Thank you, but can I somehow write the code shown in the resource you gave me into one single file? So first I would need to connect with the hub...

Thanks, but how can I upload the program to the hub, because ```py hub.upload_program('hub_program.py') ``` of course doesn't work?

Thank you so much for your help! When I was just reading through the source code, I came across that you can set wait to False as a parameter for...

But I still have a few questions: 1. How can I use `hub.run()` without the tqdm progress bar 2. How can I receive the data that the hub sends to...