KonerDev

Results 24 comments of KonerDev

What am I doing wrong? ### main.py ```py import asyncio import os from pybricksdev.ble import find_device from pybricksdev.connections.pybricks import PybricksHub os.environ["TQDM_DISABLE"] = "1" async def connect_to_hub(): try: device = await...

Sadly it still does not work ### hub.py ```py from pybricks.pupdevices import Motor from pybricks.parameters import Port # Standard MicroPython modules from usys import stdin, stdout motor = Motor(Port.A) while...

Unfortunately it still doesn't work: ### main.py ```py import asyncio import os from pybricksdev.ble import find_device from pybricksdev.connections.pybricks import PybricksHub os.environ["TQDM_DISABLE"] = "1" async def connect_to_hub(): try: device = await...

Like this? ### main.py ```py import asyncio import os from pybricksdev.ble import find_device from pybricksdev.connections.pybricks import PybricksHub os.environ["TQDM_DISABLE"] = "1" async def connect_to_hub(): try: device = await find_device() hub =...

Hi, unfortunately I still have a problem with my code. Because when I run this, an error occurs in the console. ### main.py ```py import asyncio import os os.environ["TQDM_DISABLE"] =...

Unfortunately I get an error from the hub ### hub.py ```py from pybricks.pupdevices import Motor from pybricks.parameters import Port, Color from pybricks.hubs import InventorHub from pybricks.tools import wait from usys...

Can you show me the code with this cooperative multitasking? And where can I get the beta firmware? And should I just "install" the beta over the old version or...

So can I just install the beta firmware while the normal firmware is still installed? And how can I then tell the hub to use the beta firmware? Or have...

I have the same problem Magisk 26.4 (26400) Android 13 OneUI 5.1

I fixed it by installing https://github.com/chiteroman/PlayIntegrityFix/releases