Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic implementation to support pybricks hubs #165

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Aug 14, 2022

  1. Basic implementation to support pybricks hubs

    This commit adds a new hub type: PybricksHub. To use the new hub,
    you need to have Pybricks firmware installed on your hub, see
    https://pybricks.com for further instructions.
    
    For now, the hub is only available in the Node.js, not in the Web-
    Bluetooth implementation. Properties like firmware version are not
    implemented yet. You can connect, compile, upload and run Python code
    and send and recieve data via NUS with one connected Pybricks hub
    at a time.
    Debenben committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    8d9207e View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. Update pybricks implementation to newer version

    Changes to bluetooth communication according to
    https://github.com/pybricks/technical-info/blob/master/pybricks-ble-profile.md#profile-v120
    
    Currently, compatible firmware can be installed from
    https://beta.pybricks.com/
    Debenben committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    f29a9c6 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2022

  1. Rename generic bluetooth characteristics constants

    The characteristics are part of generic specifications such as
    https://btprodspecificationrefs.blob.core.windows.net/assigned-values/16-bit%20UUID%20Numbers%20Document.pdf
    Some are also supported by pybricks
    Debenben committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    fb97c7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54d0bc9 View commit details
    Browse the repository at this point in the history