Laurens Valk
Laurens Valk
Re: question about tests. Have a look at variants like these: ``` drive_base.curve(-120, -360) # Drives Clockwise in Rev print("Test 11 - CW Curve Rev (radius 12cm) - motorL.speed() =...
This is primarily an issue for the hub setup blocks, so possibly the solution can be somewhat specific to these blocks. - Perhaps configure BLE and/or IMU in a separate...
Since broadcasting and observing is hub independent, maybe they can be separate blocks. Taking it a step further, it could even be separate in the Python API, though we'd want...
@ggramlich: Feel free to create these as issues directly. Basically, anything that has a "yes we can"/"no we can't" answer can just be an issue, so don't hold back :smile:...
Good suggestion, though a good bit of work will be needed to make this work. Ideally, we'd use something built into Blockly for this. I think this could work well...
It looks like some work has been done upstream in https://github.com/google/blockly/pull/7521 It doesn't seem to be merged into a release yet.
@JDwyer009, would you like to give this a try? To try it, download one of the firmware links in the post above. In Pybricks, begin installing the firmware as usual....
For what it's worth, this variant doesn't have special treatment or siding it one way for the zero case.
Thanks for the input! It is currently structured like this because the tutorial pages are generated in the same way as the sets pages. I feel like the whole site...
Thanks for opening this. We're happy to take a pull request. Eventually it would be nice to have an overview on our website. > Does it have a bootloader mode?...