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
1
vote
2 answers

Logging Zigbee network statistic

Is there any zigbee cluster (or others zigbee methods) that we can use to for network statistic? I will need to log inside the coordinator all the link quality/pattern and the signals strength of the zigbee network.
FMarion
  • 11
  • 2
1
vote
1 answer

IAS Zone device enroll steps

I'm making a source code, so that I can get an alarm information from the IAS sensor device. I'm using the smartthings motion sensor and Xbee device to make a communication between the sensor and my computer. I'm wondering the step to handle the IAS…
eyeballs
  • 169
  • 1
  • 3
  • 15
1
vote
1 answer

how to use an zigbee IAS Zone device

I'm handling the Smartthings Zigbee motion sensor and i know this is IAS Zone device. I read an question-answer and they said, "Before you get the information from the sensor, you need to enroll first." (zigbee motion detect sensor usage) so i tried…
eyeballs
  • 169
  • 1
  • 3
  • 15
1
vote
1 answer

Zigbee Home Automation

I am looking for the device ID of humidity sensor for Zigbee Home Automation Profile, but did not find it anywhere. Can anyone tell me what is the device ID for humidity sensor? Or is there any other way to associate humidity sensor as an endpoint?
1
vote
1 answer

Zigbee stack on Linux (mainline kernel)?

I'm planning to use Zigbee on a Linux embedded computer. Is there such thing as a Zigbee Linux stack ? (similar to a TCP/IP stack) Is it included in mainline kernel ? Ideally, I would like to have a minimalist USB Zigbee RF (802.15.4) transceiver…
ssinfod
  • 975
  • 2
  • 15
  • 31
1
vote
1 answer

Find timing of function in Zigbee python module

I have been trying to find the timing of following function that is used to find the address for the ZigBee module connected on my serial port. But when I tried to find the timing using timeit.Timer() method. It is not responding back the time…
abhi1610
  • 721
  • 13
  • 28
1
vote
1 answer

Zigbee CC2531 USB Dongle and Intruder Alarm System

I have a problem with my CC2531 USB Dongle. I use it as a Zigbee coordinator. I can see all the devices inside my PAN, but IAS zones are not communicating with it. When I change the state of contact switch, or Motion sensor, I don't get data in my…
1
vote
2 answers

concatenate multiple strings to one for Arduino+Xbee

I am having an Arduino with some sensors on it. I am sending the sensor data to one remote PC with Xbee , which is a Xbee pro S1. The Xbee module functions at 38400 baud rate. I have total 15 sensor data and two time information to send over…
Jeff Host
  • 39
  • 2
1
vote
2 answers

Sending data from serial port

I would like to send one string over the serial port : I have two raspberry pi 2. Each one have a xbee module. I want to send data from one to the other. They are correctly connected. To test sending data I have this little python script : import…
onedkr
  • 3,226
  • 3
  • 21
  • 31
1
vote
2 answers

Using Digi's XBee Java Library with the XBee in API 2 (Escaped mode)

Product family: XBP24-ZB Function set: ZigBee Coordinator API Firmware version: 21A7 Hello, I am currently using Digi's XBee Java Library with API (AP=1) and it works properly. However, another node of my network is associated with an Arduino and I…
1
vote
0 answers

how to connect telegesis ETRX2 USB stick using c#

i am trying to connect the USB stick by using the following commands: string arr="AT+JN"; serialport1.open(); serialport1.write(arr); but still i cant join any PAN
1
vote
1 answer

Communication between XBee Sensors, ConnectPort X4H and Digi Cloud

We are a Startup building remote construction monitoring platform for the construction industry. We are great at web development (web apps, web APIs, data visualization) however have 0 knowledge about RF low level engineering and programming. What…
1
vote
2 answers

Will TCP/IP socket program work with ZigBee?

I have a TCP/IP Socket program created using .NET running on Raspberry Pi. Is it possible that this program without any modification will expose the socket endpoint on a ZegBee Network, not on a WiFi or an Ethernet network?
Vikrant
  • 253
  • 4
  • 15
1
vote
1 answer

Digi Xbee XCTU Software - rebuild Network Discovery Tool

For evaluation, I would like to rebuild the network discovery tool from the XCTU Software provides by Digi. This tool is somehow possible to request all nodes and their connections including information about link quality within the network. I´ve…
solick
  • 2,325
  • 3
  • 17
  • 29
1
vote
2 answers

Xbee communication using Digi xbee-java api

I have configured one xbee pro as coordinator (API mode) and other as router (API mode). I trying to send data from coordinator to router using xbee java api, but in the router code i keep getting null, am I doing something wrong. Below is the code…
shruti
  • 459
  • 6
  • 24