diff --git a/docs/ble/profile.md b/docs/ble/profile.md index 29ca791..095f639 100644 --- a/docs/ble/profile.md +++ b/docs/ble/profile.md @@ -150,7 +150,7 @@ 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) +The 'bluetooth-services' hex file (Either [without Magnetometer Service](/resources/microbit-dfu.hex.zip) or [without DFU Service](/resources/microbit-mag.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) ### About the Device Information Service 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.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