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
0 answers

Reading Mac data of Zigbee

Iam working on a project using one of the popular Zigbee based RF-MCU Mac-codebases.I have integrated a sensor to the MCU and the same is reading data and iam sending data to the gateway using the Zigbee protocol stack.I was trying to read data…
chetan
  • 55
  • 10
1
vote
0 answers

BeagleBone Black MRF24j40

I am trying to get a MRF24j40 on a BeagleBone Black to talk to an arduino with a mrf24j40. I have successfully communicated arduino to arduino but as of yet have not been able to receive the packets being sent out on the BBB. The setup: I have…
1
vote
1 answer

Can Zigbee/XBee Routers Automatically Associate with Coordinators

Can Zigbee/XBee Routers automatically associate with a Zigbee Coordinator, without having to manually configure PAN, DH and DL of the coordinator? In my setup, I have a XBee Coordinator API and several XBee Router AT, and it appears that I need to…
Nyxynyx
  • 61,411
  • 155
  • 482
  • 830
1
vote
2 answers

How conenct Philips Hue, CC2531 Zigbee USB Dongle and Java

I have USB Zigbee dongle and Philips Hue bulbs. I want use my USB dongle like coordinator or use like Living Color Remote. What I need to do? I google my problem several hours, but I don't have a lot of information about it. Also I want to control…
MartinSeptim
  • 21
  • 1
  • 3
1
vote
0 answers

NXP Jennic JN5148 and ZCL home automation profile

Has anyone managed to run the Zigbee Home Automation profile over NXP JN5148? I've tried but the microcontroller seems to be stuck.
Igor Rogi
  • 21
  • 2
1
vote
0 answers

Could not send serial communication data

I have a Digi zigbee device which is configured (Python code) to send data serially through a COM port. On the other end of the serial communication there is an embedded board which receives data. After I connect digi (sending data) to the embedded…
user3045438
  • 45
  • 1
  • 4
1
vote
1 answer

Zigbee device not responding

I am sending one file from Zig bee coordinator to end device. While sending file I am sending it in chunks of 64 bytes plus header which forms packet of 71 bytes. Now since the size of the file is too large about 2000 packets are to be…
PG2706
  • 41
  • 5
1
vote
1 answer

What is the GTS(Guarantee Time Slot) in Super Frame Structure?

http://alkautsarpens.files.wordpress.com/2008/01/f66.jpg I wanna know the main job of GTS in this frame in PAN-Personal Area Network ? Are they (the GTSs) have a fixed number per frame ? & What kind of devices in PAN will use these GTS and for what…
MAZux
  • 911
  • 1
  • 15
  • 28
1
vote
1 answer

XBEE/ZIGBEE Wireless Module API <- VB Express:When I send an ND command to a remote endpoint I get?

when I send an API ND command to a remote endpoint I get ??? When I send an API ND command from a VB program using the following packet; 7E 00 05 08 01 4E 44 00 64 I get; 7E 05 3F 14 E4 41 3F Its a response -- but not as I know it. Neither the…
1
vote
1 answer

What is good way to find out a nearby xbee module?

Zigbee AT ND command can discover nearby modules if they are in same network (same PAN ID). So in order to find a module that I do not know about its pan id, the only thing came up to my mind was brute forcing pan id. Is there a better way to find…
REALFREE
  • 4,378
  • 7
  • 40
  • 73
1
vote
1 answer

Digi 865LP xbee modules in point to multipoint network

I am very new to xbee networks. Earlier i had used Xbee modules by simply sending data using UART interface of controller unit.As per my information , a Xbee is basically a trans-receiver, which can send data and also can receive.But for that they…
shailendra
  • 271
  • 2
  • 6
  • 18
1
vote
2 answers

Receiving data from multiple XBee Series 2B EndPoints

I'm working on a project that involves the XBee Series 2B radios and could use some advice in regards to determining what end device the data packets are coming from. The setup includes a Python 2.7 application running on a Raspberry Pi Model B. The…
RoboArch
  • 453
  • 1
  • 6
  • 17
1
vote
2 answers

Building zigbee packets

Can someone point me to a doc or site with information about how to build the encrypted section(s) of a zigbee packet? I'm looking at the output of a zigbee sensor system and I can see where most of the 'data' packets are being produced but there is…
ethrbunny
  • 10,379
  • 9
  • 69
  • 131
1
vote
3 answers

What is 'proprietary ZigBee'?

I recently purchased an assortment of sensors from a company and have been having little success in getting them to communicate with my software. I sent a note to the manufacturer asking about compatibility and was told that the devices use…
ethrbunny
  • 10,379
  • 9
  • 69
  • 131
1
vote
2 answers

Are the ZigBee APIs still AT commands?

I'm attempting to get some ZigBee equipment to communicate with each other. I've had some success with the XBee USB, but I have had to switch to Telegesis recently. This piece appears to have a specific AT command set. Will it be compatible with…
ethrbunny
  • 10,379
  • 9
  • 69
  • 131