Other Parts Discussed in Thread: CC2640, CC2650
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.
Hi,
I tried going through the multi role example and had the following queries :
1 ) Will multirole support SNP architecture ?
2 ) We had a requirement of communicating with the host. I.e CC2640R2 chip needs the send and receive data to the host also. So that was the primary reason we were looking at SNP , so that we can develop the business intelligence in the host and use the firmware, just to handle the BT part. If multi role example does support SNP, what is the IPC mechanism ( we have a requirement were in we need to send the data that CC2640R2 receives from a mobile client to the host and send the data that host gives to CC2640R2 to the mobile client ) that we can use to communicate with the host ? Is there any example which supports such an communication ?
Regards,
Sumanth N
Hi Sumanth,
I believe your best option would be to use the Host Test which will allow you to use UART lines to send HCI commands to the BLE Device. We have a good example using TI's BTool application. (Task 2)
You will need to create your own application code on your mcu/cpu to send the UART commands to our device however, unfortunately btool is not open source.
But you will be able to have full control of the device using HCI commands from an outside host.
Kind Regards,
Rogelio
Hi Rogelio,
Thanks for the response.
I went through the SNP doc and was looking for an example in host side where
Regards,
Sumanth N
Hi Sumanth,
So our best example for host code would be the simplelink bluetooth plugin thats mentioned in the SNP read me
https://www.ti.com/tool/SIMPLELINK-SDK-BLUETOOTH-PLUGIN
I recommend trying the simple_application_proccesor example or simple_AP for short.
Once you have the plugin downloaded. Make sure to check out the user guide located under docs.
Kind Regards,
Rogelio