Part Number: CC2650EM-7ID-RD
Other Parts Discussed in Thread: CC2650, CC2640, CC2650STK, CC1310, CC1350, CC2650MODA
I am trying to find the "SPP BLE Server" and "SPP BLE Client" for SmartRF06 EVA Board + CC2650EM-71D, since it has been mentioned that the SPP BLE Client and SPP BLE Server application have been ported to use BLE Stack v2.2 and support the CC2650..... http://processors.wiki.ti.com/index.php/CC2640_UART_to_BLE_Bridge
Unfortunately I couldn't find any for CC2650. Instead I found CC2640 "SPP BLE Server" and "SPP BLE Client" in BLE Stack V2.1.
Then I flashed the "CC2640_SmartRF-7ID_SPPBLEClient_noPM.hex" and "CC2640_SmartRF-7ID_SPPBLEServer_noPM.hex" to two SmartRF06 EVA Board + CC2650EM-71D boards.
They can advertise and connected each other
Server side 232 message:
Hello from SPP BLE Server!
Advertising...Waiting for connection...
Connected to client!
Client side 232 message:
Hello from SPP BLE Client!
CONNECTED!
Starting Discovery...Discovering services...Found Serial Port Service...Data Char Found...CCCD for Data Char Found...
Notification enabled...
Link parameters updated:
Connection Handle: 0
Connection Interval: 20 ms
Connection Latency: 0
Connection Timeout: 2000 ms
***** Message sent from server!!
I can send 232 message from Server to Client but not the other way around, server cannot receive any message from the client terminal.
Is that because of the compatibility problem between CC2640 and CC2650? Anyone has encounter the same issue and how to resolve?
I cannot compile the CC2640 IAR project, where can I found the "SPP BLE Server" and "SPP BLE Client" IAR project files for CC2650?