Pycharm/Intellij Extension for Pybricks #2775
shaggysa
started this conversation in
Show and tell
Replies: 1 comment 1 reply
|
This is a useful workflow for teams coaching with Pybricks. The main thing I would document alongside the demo is the compatibility boundary: Pybricks hub firmware, pybricksdev or brickpipe versions, supported IDE versions, and which hub models expose the same Bluetooth behavior. The runner should also make the lifecycle explicit:
For distribution, a signed release or clear installation instructions would make it easier for coaches to deploy without cloning source. A small compatibility table and a recorded failure log for connection, compile, download, run, and cancel would complement the excellent demo and make support questions much easier to answer. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This is a tool I made primarily for a team I help coach, but I figured others might find it useful.
Features
Demo
demo.mp4
Download
https://github.com/shaggysa/pybricks-runner/releases
Related projects
Pybricks-runner utilizes brickpipe, which provides an asynchronous JSON api for interacting with pybricksdev. I would highly recommend checking it out if you want to create your own pybricks GUI.
All reactions