Hello. i testing zigbee coordinaator example with zigbeee device. Device was joined to Zigbee coord/ network.
Couldn't i get device payload data in coordinator source code (as sniffer)?
Hello. i testing zigbee coordinaator example with zigbeee device. Device was joined to Zigbee coord/ network.
Couldn't i get device payload data in coordinator source code (as sniffer)?
I don't think the coordinator has the feature to sniff Zigbee packet, at least in our implementation.
If you don't have any encryption on the application, any node in the network can decrypt messages, however, it won't notify application on every packet unless it's the broadcast packet or it's the unicast packet to itself.
I would suggest you to use a dedicated Zigbee sniffer instead, could be as low as $10.
Thanks. I already have Zigbee sniffer on CC2530 USB stick. I want to made custom gateway for Xiaomi zigbee sensors using nrf52 zigbee stack. I thouth i can do it using coordinator example. Encryrtion for Xiaomi was presented. There is similar project.
I want that Xiaomi senors will be join Gateway network and i will parse their data payload. What's the right way?
You are talking about Promiscuous mode. But we don't support that in our ZBOSS stack.
We also don't have a BLE gateway solution yet. What we have in our multi protocol example is a node that can delivery BLE command to the Zigbee network (more like proprietary commands, and only one way).
You are talking about Promiscuous mode. But we don't support that in our ZBOSS stack.
We also don't have a BLE gateway solution yet. What we have in our multi protocol example is a node that can delivery BLE command to the Zigbee network (more like proprietary commands, and only one way).