Part Number: CC2652R
Tool/software: Code Composer Studio
Hi
Iam trying to combine two example projects i.e,simple_peripheral+spimaster codes. Iam trying to add spimaster project to simpleperipheral. How can I do this?
Regards
Harshita.P
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.
Part Number: CC2652R
Tool/software: Code Composer Studio
Hi
Iam trying to combine two example projects i.e,simple_peripheral+spimaster codes. Iam trying to add spimaster project to simpleperipheral. How can I do this?
Regards
Harshita.P
You can use the Sensor Controller to read the sensor and integrate with BLE:
To transfer the value between boards you need to also create a Central/Master device that reads out the sensor value from the GATT Server on the peer device. You can then either read the attribute value with GATT read or implement and enable notifications.
You can refer to SimpleStreamClient_enableNotifications in simple_serial_socket_client on how to enable notifications from a Master device: