This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Sir How make zigbee+Ble in nrf52840 by using example BLE UART and Zigbee Color Dimmer Light Switch Example

In the above example now i am getting Bluetooth connection butg how to make to work as both ble+coordiantor

Parents Reply
  • Hi.

    I think you can manage to make these modifications yourself.

    It is two simple steps.

    In the function zigbee_init(void), you change

    zb_set_network_ed_role(IEEE_CHANNEL_MASK);

    to

    zb_set_network_coordinator_role(IEEE_CHANNEL_MASK);

    and you remove the library libzboss.ed.a in your Zigbee folder inside the project, and replace it with the file libzboss.a found in external\zboss\lib\gcc.

    These are basic steps I think you will be able to do just fine :-)

    Best regards,

    Andreas

Children
Related