In the above example now i am getting Bluetooth connection butg how to make to work as both ble+coordiantor
In the above example now i am getting Bluetooth connection butg how to make to work as both ble+coordiantor
Hi.
You set the device role as zb_set_network_coordinator_role in main(void) and use the correct library, libzboss.a.
Best regards,
Andreas
Sir can you please send the complete file Sir
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
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
After make changes How to identify the coordinator
After make changes i got error in zigbeeint() function
Sir please give the answer early
Hi.
Remove ZB_ED_ROLE from the preprocessor definition:
Best regards,
Andreas
sir now I am getting error in
initially in the project nrf_radio_driver and i have change to nrf_radio_driver_softdevice is it correct ?
after including this file nrf_radio_driver_softdevice i am getting error
sir please give the Answer early
Sir I am getting linking error in zigbee_init() funnction
Hi.
You have not done as I explained below according to your screenshot.
Here is the project configured as a coordinator:
Best regards,
Andreas