Skip to content

Commit

Permalink
Add pairing and non pairing hex files
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-sam committed May 21, 2019
1 parent a7b92a8 commit 7c8cb9c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
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.

0 comments on commit 7c8cb9c

Please sign in to comment.