Part Number: LAUNCHXL-CC2650
Other Parts Discussed in Thread: CC2650,
Hi,
I want to communicated two CC2650LP board via BT and also connect a ST IoT Node board using BT.
Could any one tell me which example could help me?
Thank you
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: LAUNCHXL-CC2650
Other Parts Discussed in Thread: CC2650,
Hi,
I want to communicated two CC2650LP board via BT and also connect a ST IoT Node board using BT.
Could any one tell me which example could help me?
Thank you
Hey Angel,
As YiKai mentioned, there are multiple ways of getting started. You can start by using loading simple_peripheral on one board. On the second, you can load either Host Test or simple_central to connect to the peripheral device. There is a simple_central project example on our github here.
Take a look at the software developer's guide, located in the SDK_INSTALL_DIR > docs > SWRU393.
It may also help to review our SimpleLink Academy modules. Note, these modules are designed for the CC2640R2 devices (one of our newer devices), but should provide the insight needed to understand things on the CC2650.
Hey Angel,
Take a look at the BLE Software Developer's Guide located in the docs folder in your install directory of the BLE-STACK.
Additionally, you can take a look at the SimpleLink Academy modules to learn more. Please note that the modules were designed for a newer device, so the code may not directly translate. However, the concepts are the same.