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

Deprecate ubluepy #1

Open
wants to merge 8 commits into
base: bluetooth
Choose a base branch
from
Open

Commits on Mar 11, 2019

  1. all: Add bluetooth module for BLE.

    Rebased to master with the help of Mirko Vogt.
    aykevl committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    3b0bed0 View commit details
    Browse the repository at this point in the history
  2. extmod/modbluetooth: Add Bluetooth.advertise_raw().

    This is useful for more advanced use cases, like iBeacon/Eddystone.
    aykevl committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    9f059ed View commit details
    Browse the repository at this point in the history
  3. extmod/modbluetooth: Add Bluetooth.add_service().

    At the moment, only a service is created. Characteristics within a
    service cannot yet be added.
    aykevl committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    a7eaba9 View commit details
    Browse the repository at this point in the history
  4. extmod/modbluetooth: Add support for 128-bit UUIDs.

    128-bit proprietary UUIDs can be passed using strings. Dashes and
    capitalization are ignored.
    aykevl committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    d194ac2 View commit details
    Browse the repository at this point in the history
  5. extmod/modbluetooth: Add support for characteristics.

    Add support for adding characteristics to services. They can be read and
    written on both the esp32 and the nrf. Events of any kind (notifications
    etc.) haven't been implemented yet.
    aykevl committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    62de90d View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. nrf/bluetooth: Deprecate nrf-port ubluepy module.

    Removing nrf-port Bluetooth LE drivers and micropython
    wrapper objects/modules. Also, deprecating the legacy
    examples using ubluepy.
    glennrub committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    c7b7604 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5930918 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c7e0c9 View commit details
    Browse the repository at this point in the history