Other Parts Discussed in Thread: CC1352P
Tool/software:
Dear Ryan,
We are currently working on the dmm_zed_switch_remote_display_app_CC1352P_2_LAUNCHXL_tirtos7_ticlang project and would like to clarify a few points regarding the Zigbee and BLE stacks:
-
The Zigbee stack appears to be functioning correctly.
-
The BLE stack seems to be partially working — we can detect the device using the LightBlue application — but we have a few questions:
a. Establishing a connection with LightBlue takes approximately 10 seconds, despite our device advertising with a period of around 100 ms. Is this delay expected, or is there a configuration we should review?
b. We are currently able to send data from LightBlue to the device (both single characters and strings), and we handle it using the function
RemoteDisplay_processAppMsg(pMsg). Can you confirm this is the correct approach?c. What function or API should we use to send data (e.g., a character or string) from the device back to the LightBlue application?
Thank you in advance for your support.