diff --git a/docs/ble/profile.md b/docs/ble/profile.md index 29ca791..8216c55 100644 --- a/docs/ble/profile.md +++ b/docs/ble/profile.md @@ -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 diff --git a/docs/resources/microbit-dfu-pairing.hex.zip b/docs/resources/microbit-dfu-pairing.hex.zip new file mode 100644 index 0000000..a6e03ba Binary files /dev/null and b/docs/resources/microbit-dfu-pairing.hex.zip differ diff --git a/docs/resources/microbit-dfu.hex.zip b/docs/resources/microbit-dfu.hex.zip new file mode 100644 index 0000000..f667b08 Binary files /dev/null and b/docs/resources/microbit-dfu.hex.zip differ diff --git a/docs/resources/microbit-mag-pairing.hex.zip b/docs/resources/microbit-mag-pairing.hex.zip new file mode 100644 index 0000000..9877e23 Binary files /dev/null and b/docs/resources/microbit-mag-pairing.hex.zip differ diff --git a/docs/resources/microbit-mag.hex.zip b/docs/resources/microbit-mag.hex.zip new file mode 100644 index 0000000..5d5369a Binary files /dev/null and b/docs/resources/microbit-mag.hex.zip differ