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.

CC2640R2F: SDK1.50.00.71 host test example not working

Part Number: CC2640R2F

Hi,

I used Host test example of SDK1.50.00.58 with HCI tester with available central command script and its working fine but i wanted to use Host test of SDK1.50.00.71 but its is not working.

Is it issue related to SDK1.50.00.71 or central command script provided on wiki ?

We are more interested to work with SDK1.50.00.71 

Regards,

Bhavin

  • Part Number: CC2640R2F

    Hi,

    I am using HCI_Host example of SDK 1.50.00.58 using HCI_Tester tool, i followed steps from doc available on
    http://processors.wiki.ti.com/index.php/LPRF_BLE_HCITester

    But this doc has provided central example link while i wanted to test multirole or simple peripheral using HCI tester. Can you provided or share link for the same ?

    Regards,

    Bhavin

  • Part Number: CC2640R2F

    Hi,

    I am using HCI_Host example of SDK 1.50.00.58 using HCI_Tester tool, i followed steps from doc available on http://processors.wiki.ti.com/index.php/LPRF_BLE_HCITester 

  • Hi Bhavin,

    I merged your threads because they appear to be related.

    It is possible to configure HostTest as a network processor in any role. All of the necessary commands can be found in the Vendor Specific Guide included with the installer but we do not keep maintained examples of scripts.

    I would recommend using BTool to prototype the behavior you want your device to have, then use the BTool logs to write a script for HCI Tester.

    For your BLE5-Stack Host Test problem, are you using the BLE5 Stack version 5.1.x+ library files in HCI Tester? The BLE5-Stack v1.1.0 APIS are not compatible with older versions. You can get all versions of the library files here: processors.wiki.ti.com/.../LPRF_BLE_HCITester
  • Hi Rachel,

    Thanks for suggestions.

    I tried today Host Test example of 1.50.00.71 with Btool, the thing is that it is able to scan but not scanning some specific devices. In GUI it shows scanned device i.e. 3 but in log it gives information about one only. It seems is it showing in log some specific flag settable adv packet only?

    Apart from this with HCI tester i used BLE5 stack version 5.1.x+ library and central script which is available in url you have provided as a result it gives error while clicking on execution button.

    Regards,
    Bhavin
  • Hi Rachel,
    Is there any specific version of tool and HCI commands that will work with .71 version of SDK for BLE 5 network controller application.
    I believe that the HCI test application shall directly work without any requirement of change.
    The .58 SDK Host test example is working almost fine but that doesn’t support long range.
    Can you please specify the exact toolsets and process to work for .71 example of host test so that we can test the same and start the HCI interface development for MCU.

    Regards
    Prateek
  • Hi Rachel,

    In addition of above query....

    I am also trying to send commands using Btool with SDK .71 version, i want to use this as peripheral example and i given commands of reset,gap init and long range mode but when i give command of GAP_SetAdv Token to set all data type and value but Host test is not excepting this command and sends 0x01 (failure) in response.

    See Tx and Rx response,

    [68] : <Tx> - 12:11:12.118
    -Type : 0x01 (Command)
    -OpCode : 0xFE33 (GAP_SetAdvToken)
    -Data Length : 0x03 (3) byte(s)
    AdType : 0x0A (10) (TX Power Level: 0xXX: -127 to +127 dBm)
    AdvDataLen : 0x01 (1)
    AdvData : 00
    Dump(Tx):
    0000:01 33 FE 03 0A 01 00 .3.....
    --------------------------------------------------------------------
    [69] : <Rx> - 12:11:12.138
    -Type : 0x04 (Event)
    -EventCode : 0x00FF (HCI_LE_ExtEvent)
    -Data Length : 0x06 (6) bytes(s)
    Event : 0x067F (1663) (GAP_HCI_ExtentionCommandStatus)
    Status : 0x01 (1) (Failure)
    OpCode : 0xFE33 (GAP_SetAdvToken)
    DataLength : 0x00 (0)
    Dump(Rx):
    0000:04 FF 06 7F 06 01 33 FE 00 ......3..
    --------------------------------------------------------------------


    Is it related to unreleased version of SDK 1.50.00.71 or else ?

    Regards,
    Bhavin
  • Hi Bhavin,

    As per our earlier discussion with your FAE, the My secure software package of CC2640R2 SDK 1.50.00.71 release has been updated to include the new HCI Tester XML library file. This has also been shared with you via direct support.

    I understand that you have other outstanding threads that we are supporting, but with respect to the XML issue, we believe this is resolved.
    I am clicking TI thinks resolved.
  • Thanks Sean,

    You can closed this particular issue.

    Regards

    Prateek