-
Notifications
You must be signed in to change notification settings - Fork 8
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
base: bluetooth
Are you sure you want to change the base?
Commits on Mar 11, 2019
-
all: Add bluetooth module for BLE.
Rebased to master with the help of Mirko Vogt.
Configuration menu - View commit details
-
Copy full SHA for 3b0bed0 - Browse repository at this point
Copy the full SHA 3b0bed0View commit details -
extmod/modbluetooth: Add Bluetooth.advertise_raw().
This is useful for more advanced use cases, like iBeacon/Eddystone.
Configuration menu - View commit details
-
Copy full SHA for 9f059ed - Browse repository at this point
Copy the full SHA 9f059edView commit details -
extmod/modbluetooth: Add Bluetooth.add_service().
At the moment, only a service is created. Characteristics within a service cannot yet be added.
Configuration menu - View commit details
-
Copy full SHA for a7eaba9 - Browse repository at this point
Copy the full SHA a7eaba9View commit details -
extmod/modbluetooth: Add support for 128-bit UUIDs.
128-bit proprietary UUIDs can be passed using strings. Dashes and capitalization are ignored.
Configuration menu - View commit details
-
Copy full SHA for d194ac2 - Browse repository at this point
Copy the full SHA d194ac2View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 62de90d - Browse repository at this point
Copy the full SHA 62de90dView commit details
Commits on Mar 19, 2019
-
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.
Configuration menu - View commit details
-
Copy full SHA for c7b7604 - Browse repository at this point
Copy the full SHA c7b7604View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5930918 - Browse repository at this point
Copy the full SHA 5930918View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c7e0c9 - Browse repository at this point
Copy the full SHA 1c7e0c9View commit details