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.

CC2650 SmartRF06 EB Sample Project Build Errors

Other Parts Discussed in Thread: CC2650, CC2640, BLE-STACK

I just received the CC2650-DK today with the two evaluation boards (SmartRF06EB) and BLE boards (CC2560WM-7ID).  The demo came right up out of the box and I was able to transfer packets from one board to the other.  I then programmed the RTOS-simplelink example using Code Composer Studio that makes an LED on the board flash while running the function heartBeatFxn.

Now I'm having trouble building the GlucoseSensor example and several other examples.  I get errors (see attached print screen).  According to the software developer's guide, "Except for the SimpleLink Bluetooth Smart CC2650 SensorTag, most sample applications described in this section are intended to run on the SmartRF06 Evaluation Board using a CC26xx Evaluation Module."  I selected in the project properties to use the CC2650F128, which is the chip on the board I have attached to the SmartRF06.


Any thoughts?

Thanks

  • Hi Matthew,

    For the BLE-Stack v2.0, CC2650 & CC2640 can be considered the same. CCS is very sensitive to changes in the chip family setting due to functional dependencies. Please delete the project from your workspace, re-import, and rebuild with the default settings.

    Best wishes
  • That took care of the errors, thank you. The software developer's guide says for the Glucose Sensor app, that "When not connected, the right button is used to toggle advertising on and off. When in connection, the up button sends a glucose measurement and glucose context." Shouldn't I be able to see the device on my smart phone once I hit the right button on the evaluation board? I've toggled it multiple times and nothing.  Also, I've added breakpoints and they're not reached.

  • I guess fifth time's a charm. Didn't change anything just imported and built a couple other apps. The SimpleBLECentral app finally loaded and the menu showed up on the LCD, but it wasn't discoverable even after setting it to be. When I went back to the Glucose Sensor app I can now see it on my device. However it won't pair, the default passcode is 19655?
    #define DEFAULT_PASSCODE 19655

    After further reading of the Software Developer's Guide and the description of the Sample Applications, I'm starting to assume that none of the applications are intended to communicate with any other device other than the other Bluetooth and evaluation board.  Is this correct?  Is there an example project that runs in CCS that can pair and transmit data to a smart phone?