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
After make changes How to identify the coordinator
After make changes i got error in zigbeeint() function
Sir please give the answer early