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.

CC256XB-BT-SP: CC256XB

Part Number: CC256XB-BT-SP

Hi,

 

We are using our custom board (MSP430 - 2418) with PAN1326B Module based on CC2564B chipset (Mounted on our custom board). 

 

The problem here is: (Running SPPLELite demo enabled with __SUPPORT_CC256XB_PATCH__)

When we are sending the Pairing request from the Android phone , we are not able to get PinCode request. 

Other than PinCode Request, we are able to receive all other packets.

 

Same thing we tested on the MSP430-5438 reference board with PAN1326B reference module and we are able to receive PinCode request from the Android Mobile.

 

We would like to know whether we are missing any thing related to firmware.

 

Regards, 

Elango

  • Elango,

    Since the original SPPLEDemoLite does not have a user interface, the PINCode is hard-coded using the DEFAULT_PIN_CODE macro. The lite application is programmed to automatically response using this PIN Code when it receives the atPINCodeRequest event in the GAP_Event_Callback.

    Best regards
  • Thanks for the reply
  • Hi All,

    We are using our custom board (MSP430 - 2418) with PAN1326B Module based on CC2564B chipset (Mounted on our custom board).

    The problem here is we are able to receive pairing code from mobile and the device is able to pair.
    After this when we try to connect with mobile, mobile is not able to display the Tx and Rx characteristics,
    So to overcome this issue, what are the modifications to be done in the source code(SPPLEDEMOLite)?

    Regards,
    Elango.S
  • Hi,

    You do not need to pair the devices to see the BLE service and characteristic. You can just connect from the BLE app. If using and iOS or android app like LightBlue or BLE Scanner, follow the steps explained in the following demo guide.

    Elango S said:

    The problem here is: (Running SPPLELite demo enabled with __SUPPORT_CC256XB_PATCH__)

    When we are sending the Pairing request from the Android phone , we are not able to get PinCode request. 

    Other than PinCode Request, we are able to receive all other packets.

     

    Same thing we tested on the MSP430-5438 reference board with PAN1326B reference module and we are able to receive PinCode request from the Android Mobile.

    OK, so what did you change between these 2 versions of the code (besides the HAL)? Your answer is there!

    Best regards,

    Vihang

  • Hi

    We are using our custom board (MSP430 - 2418) with PAN1326B Module based on CC2564B chipset (Mounted on our custom board).

    we are uisng SPPLELite demo as base for Development.

    when we interact the BLE device with android mobile,we found that BLE device is disconnected and stops advertising after sometimes.
    In debug mode, we found that value of Connection_ID is 189,

    what could be the value of Connection_ID during BLE disconnected State and BLE connected State? and how Connection_ID varies?

    Please help on this.

    Regards,

    Elango.S
  • Hello Ti Team,

    The issue reported by Elango needs a quick solution as the product is under pilot production. Appreciate TI help in overcoming this blocking issue.

    Thanks in advance,

     Narayanan. S

  • Could we get firmware logs of the issue being reported?