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-CC1350: sensor and collector example 如何切到 FH Mode?

Part Number: LAUNCHXL-CC1350

Sensor and Collector example 原來可以很快的加入網路(State Changed: 3)

但當我調整 Sensor and Collector  config.h

/*! FH disabled as default */
#define CONFIG_FH_ENABLE true//false         

之後就無法順利加入網路?

若要使用 Frequency Hopping Mode 是否還有其他需要設定的項目?

  • 在SDK安装路径C:/ti/simplelink_cc13x0_sdk_4_20_00_05/docs/ti154stack/html/ti154stack/configuring-stack.html

    configuring-stack中介绍了如何配置成各种模式

    FEATURE_FREQ_HOP_MODE: Defining this compile flag will compile only the frequency hopping mode of operation in the final executable image. For out of box example application, you would need to disable the compile option FEATURE_ALL_MODES and then enable this compile option as in the following::

    /*! If defined, builds the image with all the modes of operation (frequency hopping, beacon mode and non beacon mode) */
    #undef FEATURE_ALL_MODES

    /*! If defined, builds the image with the frequency mode of operation */
    #define FEATURE_FREQ_HOP_MODE