Bluetooth: Continuous Glucose Monitoring Service (CGMS) Sample Issue

I'm using the NRF52833 DK, v3.0.2 SDK. Example usage: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/peripheral_cgms/README.html

I can connect to the board using the iOS NRF Toolbox, but my phone isn't receiving any data. I remember that data was sent automatically after enabling notify before.

*** Booting nRF Connect SDK v3.0.2-89ba1294ac9b ***
*** Using Zephyr OS v4.0.99-f791c49f492c ***
Starting Bluetooth Peripheral CGM sample
[00:00:00.007,568] <inf> fs_nvs: 2 Sectors of 4096 bytes
[00:00:00.007,598] <inf> fs_nvs: alloc wra: 0, d28
[00:00:00.007,598] <inf> fs_nvs: data wra: 0, 370
[00:00:00.007,720] <inf> bt_sdc_hci_driver: SoftDevice Controller build revision: 
                                            89 9a 50 8a 95 01 9c 58  fc 39 d2 c1 10 04 ee 02 |..P....X .9......
                                            64 ce 25 be                                      |d.%.             
[00:00:00.010,650] <inf> bt_hci_core: HW Platform: Nordic Semiconductor (0x0002)
[00:00:00.010,681] <inf> bt_hci_core: HW Variant: nRF52x (0x0002)
[00:00:00.010,711] <inf> bt_hci_core: Firmware: Standard Bluetooth controller (0x00) Version 137.20634 Build 2617349514
[00:00:00.010,986] <inf> bt_hci_core: No ID address. App must call settings_load()
Bluetooth initialized
[00:00:00.012,481] <inf> bt_hci_core: Identity: CE:30:8D:31:C2:6E (random)
[00:00:00.012,512] <inf> bt_hci_core: HCI: version 6.0 (0x0e) revision 0x10f3, manufacturer 0x0059
[00:00:00.012,542] <inf> bt_hci_core: LMP: version 6.0 (0x0e) subver 0x10f3
Session starts.
Advertising successfully started
Connected 64:0C:91:15:E9:5F (public)
[00:00:04.808,288] <inf> cgms: CGMS Measurement: notification enabled
[00:00:04.808,349] <inf> cgms: CGMS RACP: indication enabled
[00:00:04.808,410] <inf> cgms: CGMS SOCP: indication enabled
Security changed: 64:0C:91:15:E9:5F (public) level 4
[00:00:04.838,165] <wrn> bt_l2cap: Ignoring data for unknown channel ID 0x003a

The Android version of the NRF Toolbox no longer has the "Continuous Glucose" option; it only has "Connect".

Parents Reply Children
Related