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
3
votes
1 answer

Identifying the Data transferred from XBee when using Python and python-xbee

A Xbee Series 2 in Router AT configuration with a potentiometer wiper output connected to XBee's pin 20 AD0 is supposed to send the analog data every 100 ms. It was set with ATD02 and ATIR64. A Xbee Series 2 in Coordinator API config is connected to…
Nyxynyx
  • 61,411
  • 155
  • 482
  • 830
3
votes
1 answer

Creating a ZigBee network

For a school project our client wants us to create a ZigBee network either using the Texas instruments cc2531 or a XBee. We've got a CC2531 with some sensors from Cleode. In their program, named cleobee, everything works fine. The connection is…
Rick Slot
  • 156
  • 1
  • 7
3
votes
1 answer

XBee Send To All

I have a simple xbee network operating where there are a bunch of slaves operating remotely and all talking to one master, who is connected to the server computer. That works no problem. The slaves all send their ID as part of the packet and I'd…
user592419
  • 5,103
  • 9
  • 42
  • 67
2
votes
1 answer

Com-Port Packages are cut off. Rather due to Zigbee or Com-Port?

Im developing a c# windows service to do some communication via serial port with a usb-connected zibee-network. Now i know, how long an answering package should be, and sniffing the serial port i recognize, that sometimes the packages are just cut…
Timo Jak
  • 73
  • 1
  • 9
2
votes
0 answers

Zigbee2mqtt docker using windows over wsl2 fails to recognize sonof zigbee 3 dongel plus type e

I try to install Home Assistant using docker compose . the compose file has 4 containers: home assistant mosquitto zigbee2Mqtt node-red in order to use zigbee i have a sonof zigbee 3 plus model e dongel. i use docker desktop over wsl2 with Alpine…
Gabriel H
  • 1,558
  • 2
  • 14
  • 35
2
votes
1 answer

Communicating between Ti CC2530 and Digi ConnectPortX4

I want to use a Digi ConnectPortX4 as a coordinator and Texus instrument CC2530 chip as a end device can anyone please help about communicating this two device.
Rumman
  • 21
  • 3
2
votes
2 answers

Send data to serial android application

I am attempting to send a string of data from an android app to Zigbee through serial. The application will be similar to Serial USB Terminal app on the Play Store. this link is…
Cleaton Pais
  • 150
  • 1
  • 3
  • 13
2
votes
2 answers

PAN ID in ZigBee

Can a node in a network have multiple PAN IDs (if a node is overlapping a node between two personal area networks)? For example: One PAN ID consists of {s1, s2, s3} and another consists of {s3, s4, s5}. I want to build an application were two…
Bharat
  • 21
  • 1
  • 4
2
votes
2 answers

ZigBee Green Power AES-CCM

I'm currently working on an very simple ZigBee Green Power (GP) end device implementation. Currently, my problem is how to generate a correct MIC (message identification code). I already have an AES-CCM implementation and tested it with the test…
2
votes
1 answer

Wireshark 802.15.4 Dissector for all Destinations in Lua

I'm getting started creating a Dissector for an IEEE 802.15.4 packet. I'm using the TI cc2531 dongle and the python script ccsniffpip to get data into Wireshark. So far so good as I can see the packets as raw 802.15.4 packets just fine. My…
MountainLogic
  • 308
  • 2
  • 11
2
votes
1 answer

problems while reading with pyserial

So I'm trying to communicate with with a zigbee module connected to a serial port by using AT (sometimes refered as Hayes) commands. My problem is I can't figure out how to correctly read its answers with the pyserial module of Python (I'm using…
Sir Robin
  • 182
  • 2
  • 14
2
votes
2 answers

XBee ZigBee API for visual studio C++/C

I'm sending frame using XCTU (Windows side) to mbed CPU, That process I need to do it using visual studio (windows side). Any API that compatible with visual c++? Any help is appreciated.
Ven San
  • 101
  • 2
  • 10
2
votes
1 answer

ZigBee device Id, client in/out and server in/out cluster definition

When I go through the SDk provided by the stack supplier, there are some definitions confuse me. I am not sure if those are standards or proprietary. By configuring the endpoint information, it requests an device ID. In this case, it sets…
user3815726
  • 520
  • 2
  • 6
  • 20
2
votes
2 answers

How to publish sensor data to Bluemix via Beaglebone ZigBee Gateway

I have three TI CC2650 SensorTags running ZigBee (not BLE) and they are connecting to a Beaglebone Black running the Zstack gateway. I am looking to publish the sensor data to Bluemix but cannot find a recipe. I have seen examples of BLE sensors…
2
votes
0 answers

zigbee IAS Zone enroll callback function registration

I know that normally this should check with the SDK manual. However, the zigbee module supplier mentions that the IAS cluster is out of scope of their SDK. The callback function, for example, ZCL Report, could be registered in the allocation of the…
user3815726
  • 520
  • 2
  • 6
  • 20
1 2
3
19 20