Boyd Fletcher

Results 19 comments of Boyd Fletcher

so i tried downloading the a64 .whl file and installing it but it doesn't appear to recognize python 3.12.2 user@bigsky Python % pip3 install pybricksdev-1.0.0a46-py3-none-any.whl Processing ./pybricksdev-1.0.0a46-py3-none-any.whl Collecting aioserial=1.3.0 (from...

Honestly, this discussion just confuses things and i really think misses the point. As a user of the API, if do reset_angle on a motor to 0 then all movements...

documentation suggestion for the run_* series of function. you might want to add a note that if you set wait to false then the function can not have an "await"...

Btw, I got the following from Lego today in response to a bug and feature request for Lego Spike Python “Sue commented: Hi bcfletcher Thank you very much for your...

tried using run_target. seems to be more reliable. new question: is there a way to move using run_angle and run_target such that if the motor stalls it will release and...

Thanks I will try that. Have y’all thought about adding a Boolean for stall detect to run_angle and run_target? I did the following: ``` async def isStalled(attachment) -> bool :...

I posted a similar request at #2175

thanks but I still believe the current approach for using hub_menu with block is not a viable approach for kids. its not really clear in Block how to generate non...

btw, we primarily use straight python on my FLL teams. but we want to start using Block Coding in the "Recreational" Team so they can start learning. #2175 and #2173...

> > There does not appear to be a way in block coding to use hub_menu() which severely limits the ability to use block coding in FLL since you can't...