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

Updated Hex Files #77

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/ble/profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,11 @@ Known issue: the firmware on micro:bits shipped initially to schools contains th
The following sections elaborate on the description of a service and/or its characteristics. For full details see the [micro:bit Bluetooth profile specification](https://lancaster-university.github.io/microbit-docs/resources/bluetooth/bluetooth_profile.html)

### All Services Enabled Hex File
The 'bluetooth-services' hex file (Either [without Magnetometer Service](/resources/BLE_All_Services_DAL_2-1-1-No-Mag.hex.zip) or [without DFU Service](/resources/BLE_All_Services_DAL_2-1-1-No-DFU.hex.zip)) (originally written in C++) enables all the Bluetooth services listed below and will indicate when the micro:bit is connected and disconnected via Bluetooth. The source can be found [here.](https://github.com/lancaster-university/microbit-samples/blob/master/source/examples/bluetooth-services/main.cpp)

| | With Magnetometer | With DFU |
|-----------------|-------------------|----------|
| With Pairing | [Magnetometer & Pairing](/resources/microbit-mag-pairing.hex.zip) | [DFU & Pairing](/resources/microbit-dfu-pairing.hex.zip) |
| Without Pairing | [Magnetometer & No Pairing](/resources/microbit-mag.hex.zip) | [DFU & No Pairing](/resources/microbit-dfu.hex.zip) |

### About the Device Information Service

Expand Down
Binary file added docs/resources/microbit-dfu-pairing.hex.zip
Binary file not shown.
Binary file added docs/resources/microbit-dfu.hex.zip
Binary file not shown.
Binary file added docs/resources/microbit-mag-pairing.hex.zip
Binary file not shown.
Binary file added docs/resources/microbit-mag.hex.zip
Binary file not shown.