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.

OTA_Dongle project set channellist for dongle

Other Parts Discussed in Thread: CC2538, CC2530, Z-STACK

Hi,

I can not set channel for my dongle equipment in f8wConfig.cfg, but I can set it for my sampleswitch example.

I don't know what is the different?

  • If you are using the same device type and stack for OTA Dongle and SampleSwitch, they should be using the same f8wConfig.cfg file. There is only 1 file for all CC2530 projects and 1 for all CC2538 projects, in IAR you can open the file location to check by right clicking on it in the workspace explorer and choosing "Open Containing Folder".

    If you are using Z-Stack 3.0, it may also help to disable the secondary channel mask to ensure your Coordinator is not starting on a different channel. You can do this by:

    #define BDB_DEFAULT_SECONDARY_CHANNEL_SET 0

    in bdb_interface.h