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.

LAUNCHXL-CC2650: Project Zero code not matching Doc in TI Resource Explorer

Expert 2780 points

Part Number: LAUNCHXL-CC2650
Other Parts Discussed in Thread: CC2640R2F, CC2650, CC2650MODA

hello,

I also use the Simplelink sample, the UUID is different from the document.(UUID FFF0 - FFF4)
ProjectZero is displayed in SimpleLink SDK Explorer, but it will not connect with timeout even if it is selected.

HW
MSP-EXP432P401R
BOOSTXL-CC2650MODA

SW
CCSv 8.0
simplelink_msp432_sdk_1_30_00_40
simplelink_sdk_ble_plugin_1_40_00_42

OR
CCS Cloud

I confirmed the next, but ProjectZero could not register because there are not some files.
simplelink_academy_01_11_00_0000

Regards,
Da

  • Hi Da,

    Please make sure you're using the version of Project Zero meant for CC2650 (not the version meant for CC2640R2F). This project is not supported in CCS Cloud, you will have to install CCS locally.

    What document in TI Resource Explorer are you referencing?

  • Hi Da,

    Did you get it to work?

    I will close this thread due to inactivity.
  • Hi,

    I installed the latest package and checked it, but project zero will not be able to connect
    because it becomes timeout even if I select a connection.

    Downloaded URL
    www.ti.com/.../SIMPLELINK-SDK-BLUETOOTH-PLUGIN

    Consols

    --------- Project Zero Example ---------
    Initializing the user task, hardware, BLE stack and services.
    LEDService: Registered callbacks to application.
    ButtonService: registered callbacks to application
    DataService: Registered callbacks to application.
    LEDService: Registered service, 1 attributes
    ButtonService: Registered service, 2 attributes
    DataService: Registered service, 2 attributes

    When writing "Simple Application Processor" in this state,
    LED control will operate.
    Operation other than LED seems not to work well.

    --------- Simple Application Processor Example ---------
    Application Processor Initializing...
    Done!
    State set to idle.
    Starting advertisement...
    Done!
    Waiting for connection (or timeout)...
    Peer connected! (Peer: 0x55C08C258AE0) 
    Advertisement has been canceled!

    Regards,
    Da

  • I was able to run Project Zero.
    The UUID is also displayed correctly.

    The method that solved the problem is to restart IPhone.


    When running the eLock demo, the problem occurred that one of the two CC2650MODA would not work.
    Problems occurred when Project Zero was executed using CC2650MODA which can run eLock.
    When I confirmed with SmartFR studio, I was able to check logs with problems on the host side.
    So I restarted iPhone and the problem was solved.

    After this, when I ran Project Zero, it worked normally.


    Thank you for your cooperation.