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.

296 questions
16
votes
4 answers

Control Philips Living Colors using PC

is there a way (hardware/software-combination) that I can use to control one or more "Philips Living Colors" lamps using a PC - e.g. a USB-stick that acts as the "remote". This way i could control the lamp through software (e.g. a web-app - over…
CrazyChris
  • 271
  • 1
  • 4
  • 9
15
votes
1 answer

Phillips Hue: How to restore previous state of bulb when using electric switch?

I have a number of Philips Hue bulbs at home, but they are only used pretty much like classic on/off-no-color light bulbs today, mainly because I do find electric switches more useful than pulling out my iPhone or correct HueTap just to turn the…
user5479199
  • 153
  • 1
  • 5
11
votes
3 answers

ZigBee stack recommendations

I've been out of the loop on ZigBee for a while now. Who has the most mature Zigbee stack? Is it Microchip, Chipcon, or Atmel? Are there RF modules down to less than US$10 yet? I recall there was some licensing issues with certain stacks a while…
blak3r
  • 14,939
  • 14
  • 72
  • 91
9
votes
3 answers

Maximum number of ZigBee devices

I am currently digging into ZigBee and the following question came to me: Each ZigBee device has a 16 Bit short address, which means I can connect up to 2^16=65536 different devices (minus a few reserved addresses of course). Now each devices can…
user1228633
  • 371
  • 1
  • 2
  • 15
7
votes
3 answers

Convert between double and byte array, for transfer over ZigBee API?

I'm trying to take two doubles (GPS coordinates) and send them over the ZigBee API to another ZigBee receiver unit, but I don't know how to decompose the doubles into byte arrays and then re-compose them back into their original form once they are…
lecreeg
  • 73
  • 1
  • 1
  • 4
6
votes
3 answers

XBee communication in large networks

Here is my situation: I have a network of 96 XBee S2B and S2C modules. My application runs on an ARM module and has an XBee S2C module. All modules (in total 97 of them) are in the same network and are able to communicate with each other. The…
Junky
  • 93
  • 8
5
votes
1 answer

ZigBee - one node may have different application profiles in the same time

I asked some developers who work on the developments of ZigBee application about this question. They told me that one radio module ( for me, this refers to one node, same thing ) can only have one profile when it forms the network. However, when I…
Sam
  • 3,889
  • 10
  • 40
  • 74
5
votes
2 answers

Creating Zigbee Ad-hoc Network in a dynamic environment

We are working on a project to create a V2V ad-hoc network between vehicles. Basically we are deploying Raspberry Pis in vehicles and we are using Xbee modules and Zigbee protocol in order to exchange data between vehicles if they are near from each…
user1920191
  • 71
  • 1
  • 5
5
votes
2 answers

How do I continuously send and receive with wireless serial-port in 8051?

I'm trying to make a microcontroller communicate with a program on my desktop. I'm using serial port connections with Xbee radios on both ends. The communication works fine when I send something from the microcontroller to the desktop and the…
CodeConfused
  • 315
  • 2
  • 6
  • 10
5
votes
3 answers

ZigBee Mesh VS DigiMesh

Which is better, ZigBee Mesh (Series 2) or DigiMesh (Series 1)? I have already read Wireless Mesh Networking, ZigBee vs. DigiMesh (PDF format), but I noted there are many advantages of using DigiMesh, instead, I expected to read that Series 2 is…
Nicola
  • 305
  • 1
  • 6
  • 18
5
votes
1 answer

rxtxSerial.dll for MacOS 10.8

I'm currently working on a ZigBee project and I'm programming on an Mac with Mountain Lion (10.8) and using Eclipse IDE. To use my Zigbee Module via USB for Serial communication, I need this rxtxSerial.dll. I only have a Windows compatible version…
tellob
  • 1,142
  • 3
  • 14
  • 31
4
votes
2 answers

How to quickly broadcast information with a XBee to other XBee?

I am using several XBee Zigbee with some Arduino modules (or microcontrollers, Arduino is not mandatory). I configured my XBees in AT/transparent mode. I need to broadcast information: when one module is touched, every other module must react at the…
Vincent Hiribarren
  • 4,994
  • 2
  • 37
  • 59
4
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
  • 2,450
  • 19
  • 37
4
votes
1 answer

Zigbee simulation in OMNeT++ using INET 3.0 (without MiXiM)

I am trying to build a Zigbee (802.15.4) network simulation in OMNeT++ using INET 3.0 framework (MiXiM was deprecated and replaced by this version ). The problem is that unlike 802.11, the Zigbee is not fully standardize by its Alliance, so the…
Mr. M
  • 60
  • 1
  • 14
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
1
2 3
19 20