I am using CC2650STK with Debug Dev Pack.
I can successfully run all the example programs in TI-RTOS part but after completing that when i moved to actually creating BLE applications to learn and test the BLE fundamantals i cannot run any example code.
After going to BLE Fundamentals the first instruction that you get is to go through " Project Zero getting started instructions on dev.ti.com ". But on dev.ti.com that project is ONLY for CC2650 LAUNCHPAD, hence i went back to CCS and looked around and found that Project Zero also exists for SensorTag. I Built and Debugged the Project zero app and stack without any errors. After that i installed the BLE Scanner App which was recommended in the " Project Zero getting started instructions on dev.ti.com " as i do not have a second CC2650 based hardware. After debugging i turned on the App but unfortunately it does not detect the CC2650 device(it will be shown by the name of "Project Zero") hence i am not able to test the turning ON and OFF of LEDs by sending data and notifications from Button presses.
What should i do?