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.

CC2564MODAEM: Using two DK-TM4C129X and two CC2564MODAEM for Bluetopia SPPDemo and client inquiry shows zero results when server is opened.

Part Number: CC2564MODAEM
Other Parts Discussed in Thread: CC256XM4BTBLESW, , CC256XB-BT-SP

Hello,

I am using the CC256XM4BTBLESW stack trying to run the SPPDemo and the code seems to build fine. I am using two separate computers with two separate dk-tm4c129X boards and two CC2564MODAEM boards. However, when following the steps in the "CC256x TI Bluetooth Stack SPPDemo App" pdf from the old wiki, the client is unable to discover the server. No error is displayed, it just says zero devices are discovered.  

I believe that the jumper setup I have is correct with J23 removed while J12 and J13 are set up with the EM_UART. I did have to remove J18 and J20 to plug in the CC2564MODAEM boards however I believe those are just related to temperature sensors so it shouldn't matter?

The following is the command shell console output from the computer being used as a server:

OpenStack().
HCI_VS_InitializeAfterHCIReset
VS_Update_UART_Baud_Rate success.
HCI_VS_InitializeAfterHCIReset Success
Bluetooth Stack ID: 1
Device Chipset: 4.0
BD_ADDR: 0x0017e9e57792

******************************************************************
* Command Options: Server, Client, Help *
******************************************************************

Choose Mode>server

******************************************************************
* Command Options: Inquiry, DisplayInquiryList, Pair, *
* EndPairing, PINCodeResponse, PassKeyResponse, *
* UserConfirmationResponse, *
* SetDiscoverabilityMode, SetConnectabilityMode,*
* SetPairabilityMode, *
* ChangeSimplePairingParameters, *
* GetLocalAddress, GetLocalName, SetLocalName, *
* GetClassOfDevice, SetClassOfDevice, *
* GetRemoteName, SniffMode, ExitSniffMode, *
* Open, Close, Read, Write, *
* GetConfigParams, SetConfigParams, *
* GetQueueParams, SetQueueParams, *
* Loopback, DisplayRawModeData, *
* AutomaticReadMode, SetBaudRate, Send *
* Help, Quit *
******************************************************************

Server>open 1
Server Opened: 1.

The following is the output from the computer being used as a client:

OpenStack().
HCI_VS_InitializeAfterHCIReset
VS_Update_UART_Baud_Rate success.
HCI_VS_InitializeAfterHCIReset Success
Bluetooth Stack ID: 1
Device Chipset: 4.0
BD_ADDR: 0x0017e9e57792

******************************************************************
* Command Options: Server, Client, Help *
******************************************************************

Choose Mode>client

******************************************************************
* Command Options: Inquiry, DisplayInquiryList, Pair, *
* EndPairing, PINCodeResponse, PassKeyResponse, *
* UserConfirmationResponse, *
* SetDiscoverabilityMode, SetConnectabilityMode,*
* SetPairabilityMode, *
* ChangeSimplePairingParameters, *
* GetLocalAddress, GetLocalName, SetLocalName, *
* GetClassOfDevice, SetClassOfDevice, *
* GetRemoteName, SniffMode, ExitSniffMode, *
* Open, Close, Read, Write, *
* GetConfigParams, SetConfigParams, *
* GetQueueParams, SetQueueParams, *
* Loopback, DisplayRawModeData, *
* AutomaticReadMode, SetBaudRate, Send *
* Help, Quit *
******************************************************************

Client>inquiry

Client>
Client>displayinquirylist
Inquiry List: 0 Devices.

As you can see 0 devices are discovered even with the server opened. Any help resolving this issue would be appreciated.

Thanks,

Jeremiah