This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LAUNCHXL-CC1352R1: Configure DMM to use BLE Central mode

Part Number: LAUNCHXL-CC1352R1
Other Parts Discussed in Thread: CC1352R

HI everyone, I'm working with CC1352R and I want to modify DMM example to be Ble Central device and WSN node in order to get data from a Ble peripheral device then send it to Wsn concentrator . However, I found out that in the DMM policy table there is no option to use DMM as BLE Central device and WSN node so how can I configure the DMM policy table? Thanks 

  • Hi Lyn,

    The DMM policies that is defined are what has currently been tested/exist in examples. If you would like to try with the BLE central instead I would guess you could simply reuse the "BlePeripheral" one. It might not be ideal depending on how the DMM scheduler treat BLE peripheral connections (for example there could be corner cases not present for central devices and vise versa).

    Another option is to play around and add your own stack type. This should work just fine but it would be treated as a generic stack as the DMM would not know what kind of stack it defines.