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
4
votes
2 answers

Zigbee kernel driver

I'm trying to understand how to implement a Zigbee module(TI CC2530) into Linux. This module will be connected through SPI to a development card (A80 Pro from Merrii). At this point, I'm not sure exactly what I have to do. Do I have to write a…
pakosan
  • 43
  • 1
  • 4
4
votes
1 answer

Communicating arduino and pc using two xbees

It's my first time using Xbee modules. I'm using two Xbee modules Serie 1. They are programmed like this: CH 10 ID 1 DH 0 DL 3 MY 2 CE 0 AND CH 10 ID 1 DH 0 DL 2 MY 3 CE 1 Arduino is running this: const int ledPin = 13; // the pin that the LED is…
MCGBra
  • 240
  • 1
  • 5
  • 13
4
votes
1 answer

What are the differences between Zigbee and Zigbee PRO?

What are the differences (if any) between Zigbee and Zigbee PRO ? I cannot find anything specific on Wikipedia, and on the official Zigbee site it all sums up to some optimizations here and there. Are there any differences in practical use?
Alessandro Da Rugna
  • 4,571
  • 20
  • 40
  • 64
4
votes
2 answers

How to force a multihopping topology with xbee zb?

I use some xbee (s2) modules with zb stack for mesh networking evaluation. Therefore a multi hopping environment has to be created. The problem is, that the firmware handles the association for themselves and there is no way deeper into the stack as…
Tobias Junge
  • 105
  • 1
  • 8
3
votes
3 answers

Communicate with ZigBee device via WiFi

I'm working on some software to manage a device that communicates with a remote control via ZigBee. We would like the device to be able to communicate with a web server and/or smartphone via Wi-Fi, so that our software can interact with it. The…
user1032657
  • 2,451
  • 6
  • 28
  • 38
3
votes
2 answers

XBee PRO S2B communicating with ZigBee HA profile sensors

Is it possible to communicate with ZigBee HA (Home Automation) profile sensors with XBee PRO S2B and if yes, how? Does anyone know where could I find any specification regarding ZigBee HA profile? Thank you far any help!
DavorinP
  • 237
  • 1
  • 5
  • 14
3
votes
1 answer

How to get a list of areas or devices in my home assistant via API

I have checked the home assistant documentation page for API's. I could not get and endpoint that would return a list of created areas(kitchen, living room etc) or a list of all my devices. Is there a way to achieve this?
user7498826
  • 173
  • 3
  • 9
3
votes
1 answer

Decrypting ZigBee paquets

I would like to decrypt Zigbee paquets from a Xiaomi Aqara switch. Here is the raw encrypted frame I sniffed on a network: Raw encrypted frame 61 88 64 47 24 00 00 8A 5C 48 02 00 00 8A 5C 1E 5D 28 E1 00 00 00 01 3C E8 01 00 8D 15 00 01 00 01 12 00…
Fifi
  • 3,360
  • 2
  • 27
  • 53
3
votes
0 answers

How can I find my end devices in my zigbee network with a python script?

Im trying o discover all the devices in my zigbee network through a programable XBee board with a python script. For that I use: xnet = xbee.get_network() xnet.start_discovery_process() while xnet.is_discovery_running(): time.sleep(0.5) devices…
Pablovi96
  • 31
  • 1
3
votes
2 answers

Non standard ZCL package support for CC253x firmware

My problem is: Livolo switches have their own Zigbee gate. I want to connect them from zigbee2mqtt with CC2531 USB dongle. In general it works, but when I turn on/off switch button (on physical device), the switch sends an incorrect ZCL package. I'm…
komelgman
  • 6,949
  • 2
  • 18
  • 18
3
votes
2 answers

XBee3 Coordinator cannot find End_Device during Network Discovery

Currently, I am running XBee3 International Mesh Kit and tried following the given example in the…
3
votes
1 answer

In XBee ZigBee, how to get RSSI of all end-devices from coordinator

What is the right way to get RSSI for each end-device? Scenario: Using ZigBee firmware on XBee Series 2 radio modules, API mode, I have one coordinator and multiple end-devices. Every few seconds, each end-device sends the coordinator a packet…
Tina Tran
  • 41
  • 3
3
votes
2 answers

Force scapy to re-dissect a layer after changes

I am working with a fork of scapy (a Python packet manipulation tool) called scapy-com. This implements 802.15.4 and Zigbee parsing/manipulation, amongst other protocols. A quirk of the Zigbee protcol is found in the network level security header.…
Cybergibbons
  • 464
  • 3
  • 9
3
votes
2 answers

Android to Zigbee communication

I am a college student doing a project on connecting an Android app to a light switch, I am wondering if using Zigbee communications is appropriate.
Conor Smith
  • 31
  • 1
  • 3
3
votes
1 answer

Change PAN ID and disassociation packet in ZigBee

I tried to change ZigBee's PAN ID and node discovery, but as soon as I changed its PAN ID, I received a modem status packet (0x03) that apparently described disassociation. After that, I send ATND command for node discovery, and I got modem status…
REALFREE
  • 4,378
  • 7
  • 40
  • 73
1
2
3
19 20