Other Parts Discussed in Thread: CC2540,
Hi,
For SDK 1.50.00.71 Host test example.
Can you share flow of commands to add characteristics those used in simple peripheral example of same SDK ?
Regards,
Bhavin
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.
Bhavin,
Forgive me if I'm missing the exact question you are asking. To clarify, you are trying to add your own custom profile/services to host test correct?
As noted this e2e post for a CC2540, we recommend that you take a look at the other Network Processor (NWP) options.
http://processors.wiki.ti.com/index.php/CC254X_WITH_EXT_MCU
It may be best to opt for the network processor custom solution, in order to avoid parsing and handling all ATT trafic on your host MCU. This would mean that you add your own custom service to host test, rebuild the example and follow the guidance given here: http://processors.wiki.ti.com/index.php/BLE_HostTest_Add_Cmds
I should note that the link above is dated and written for CC254x but the concept still applies.
It may also be helpful to review SimpleLink Academy to learn more about the CC2640R2 in general.
Bhavin,
As stated in the previous post, to do a custom NWP profile with Host Test is quite complex and requires knowledge of BLE & the TI_BLE_Vendor_Specific_HCI_Guide.pdf which you can find in your SDK (simplelink_cc2640r2_sdk\docs\blestack\ble_user_guide).
We do not have an exact example of what you are asking, but maybe you can take portions of the "Custom Profile SimpleLink Academy" and adjust the host test example accordingly.
Aside from these resources, I do not know of any further resources that would be exactly what you're looking for.
Part Number: CC2640R2F
Hi,
I am using host test of SDK 1.50.00.71.
I used some commands to run peripheral example using HCI commands and its advertising using HCI tester tool on PC.
Now i want to make connection with generic app available in google store " BLE scanner ", so when i connect , it gets connected but what are the services device have its not displaying. so is there any commands to show the characteristics and services or need some setting during sending of peripheral HCI commands ?
Regards,
Bhavin