Questions tagged [zigbee]

ZigBee is a wireless networking protocol built upon the 802.15.4 communication standard.

ZigBee is a wireless networking protocol built upon the 802.15.4 communication standard and is operating on channels in the 900 MHz or 2.4 GHz frequency range. Created for low-cost, low-power, low-data rate applications, it has been adopted by manufacturers of embedded “smart-home” products.

For additional information, see the Wikipedia page on ZigBee or the website of the ZigBee Alliance, the group that maintains the ZigBee specifications and promotes its use.

297 questions
0
votes
1 answer

Enroll MCCGQ12LM (Aqara Door & Window Sensor T1)

Has anyone successfully enrolled a MCCGQ12LM into a custom coordiantor? I would love to look at some logs, or get some guidelines. I'm trying to enroll my MCCGQ12LM into my CIE, and after writing the CIE address to the CIE Address attribute, i get…
Oleyyh
  • 1
  • 3
0
votes
1 answer

Zig bee <----> CC2530

This question is about zigbee & cc2530 . I bought 2 CC2530 modules . I connected every module to a micro controller ( uC acronym for micro controller ) . One of them , is coordinator ( C acronym for coordinator ) & one else is end device ( E acronym…
0
votes
1 answer

XBee S2C (XB24C) Router-Coordinator Dont send or receive any message

I have 2 XBEE S2c module like these -> Modules I installed XCTU latest software from the internet and set one of the XBee is router, other one is coordinator. I gave them exact same id 4444. After looking tons of website i couldnt communicate them.…
Batur
  • 48
  • 1
  • 9
0
votes
1 answer

Wireshark: Filtering out uninteresting zigbee messages

Are there any Wireshark gurus? I am debugging an issue on my home Zigbee network. I have a sniffer dongle and I can catch all the packets transmitted. Since my network has ~40 devices, the air is quite cluttered with packets I am not really…
0
votes
1 answer

scapy sniffing ZigBee traffic, does not detect ZigBee layers

I'm trying to play with ZigBee protocol using scapy, but captured traffic is not properly recognized. I have created following script: import sys from scapy.sendrecv import sniff def pkt_hnd(pkt): …
omicronns
  • 357
  • 1
  • 10
0
votes
1 answer

Xbee not communicating well

I tried to establish a communicating between two Xbee's as COORDINATOR and ROUTER, this works well in XCTU as they talk well with each other but when I connect De0 nano fpga board with the one Xbee and try to send a specific letter, eg A, I am not…
0
votes
1 answer

How can i merge philips hue mesh with mqtt mesh in home assistant?

My setup is as follows: Home assistant running on a VM server with CC2531 zigbee2mqtt USB stick. Next to server there is a Philips Hue hub. I have a number of Hue lights and switches connected to Philips Hue hub. This is integrated using Philips Hue…
Fd-ski
  • 47
  • 8
0
votes
1 answer

File Transfer With xBee (Raspberry Pi to Laptop)

I've a Raspberry Pi 3 Model B. I want to send a file from Raspberry to Laptop. I configured my xBee (Zigbee) devices and i can send ASCII text between each other on XCTU. I want to transfer a file (1 MB) without XCTU. Can you suggest me a source for…
user14098664
0
votes
1 answer

Unable to send and receive images between 2 Raspberry connected to Zigbee via UART

I have 2 Raspberry Pi4 connected to Zigbee via UART, I wrote the program to receive and send between the two devices. My program can send and receive character data very accurately, but when I send data from a photo, the program never receives…
xeom
  • 13
  • 3
0
votes
1 answer

xbee ansi C library endpoint example

Wondering if anyone has a full working example of how to make a ZCL endpoint using Digi's Xbee ANSI C Library ? The samples directory in that repo has some things, the commission server sample is helpful but I'd love to see an example of the library…
Ulrar
  • 895
  • 8
  • 17
0
votes
1 answer

What is the header size of a packet using Zigbee Protocol

If I am sending data between two IoT devices communicating to each other using the Zigbee protocol Two temperature sensors talking to each other I would like to know the format of one packet and if there is any documentation you suggest I can read.…
ksa
  • 118
  • 8
0
votes
2 answers

Universal PAN id in zigbee

Is there any Universal PAN id in zigbee which can receive packets from different PAN id senders?(For sending packets to all PANid we can use oxFFFF)
Bharat
  • 21
  • 1
  • 4
0
votes
1 answer

No respond from ND. Zigbee Mesh kit

I'm trying to know the address of all nodes in my networks (for now there are only two nodes, concentrator, and router, but I wanna make it simple before going deep). I created my network with my Concentrator by creating my PANID, assigning a…
0
votes
1 answer

How to multicast a message to a destination group in zigbee network?

How can I configure a ZigBee network to multicast some message from the coordinator? I am using API mode in XBee s2 modules. I want send a message that has multiple nodes as the destination. Some kind of broadcast message but not for all devices. Is…
Jawad Khan
  • 13
  • 7
0
votes
2 answers

How to Dynamicaly change channel in Zigbee

(Since we have large number of nodes communicating with each other) To avoid collision of data packets transmitted simultaneously, i want to ask if we partition nodes into groups communicating in same channel shall we change channel dynamically so…
Bharat
  • 21
  • 1
  • 4