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.
Hello everyone.
I'm sorry if I'm repeating the post but the solution given to a similar question not solved my problem.
Recently acquired the CC2650 development kit launchpad with the intention to use the example spp_ble_server available here:
Unfortunately after building and downloading the example using CCS 6.2 and 5.2.6 compiler my cell phone can not find the launchpad on the network.
The only warning that the compiler is giving is:
Description Resource Path Location Type
Invalid project path: Duplicate path entries found (/ spp_ble_server_cc2650lp_app [Include path] isSystemInclude: true IncludePath: C: / ti / tirtos_cc13xx_cc26xx_2_18_00_03 / products / tidrivers_cc13xx_cc26xx_2_16_01_13 / packages), path: [/ spp_ble_server_cc2650lp_app]. spp_ble_server_cc2650lp_app pathentry Entry Path Problem
There are no errors on the building process.
What can be wrong?
Thank you
Hello everyone
I'm actually working at the SPP BLE Server code example of cc2650 launchpad.
the code build and debug successfully (I'm using ccs v6.2)
I'm using an android application Ble scanner to connect with my cc2650 lanchpad
here the link of the android application :
play.google.com/.../details
But I can't connect to my smartphone either I can't found the server(cc2650 launchpad) !!
what I'm supposed to do to fix or change this problem ?
it is the problem on the android application ?