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

What is the path cost parameter used in AODV protocol route selection in XBee S2 (XB24-B) modules?

My question is whether Hop count or RSSI(Received Signal Strength Indicator) is used in route selection criterion in XBee Series 2 (XB24-B) mesh enabled modules which uses AODV routing protocol while establishing route?
Swamy G
  • 25
  • 3
0
votes
0 answers

configuring XB24-ZB in Api Mode

I am trying to use two Xbees, one coordinator API and one router API, transferring data between them. I'm facing a problem when trying to the set router X-CTU settings. Pan id as 1234 but the OP-operating Pan id line remains at 0, the OI-perating…
IsidIoan
  • 403
  • 2
  • 5
  • 13
0
votes
1 answer

ZigBee Arduino, Incorrect parsed datas

I've got some trouble to make communication between 2 arduinos Uno to work. Arduino1<>ZigBee >---------- < ZigBee < > Arduino2 I'm currently trying to make them understand each other. The message is currently going well between the 1st Arduino to…
Venix
  • 37
  • 6
0
votes
1 answer

USB-zigbee connection & programming

I am sending ASCII character to USBport of laptop, need to give this ASCII as input to zigbee, which is to be used as a transmitter.How to accomplish this? what do i exactly need to use, USb to TTL dongle or xbee usb adapter board? I need to…
0
votes
1 answer

XBee/ZigBee interrupt Arduino

I have 2 XBee Serie 2 modules running ZigBee Pro (2007) connected on 2 differents Arduinos Unos. Since Arduino Uno is Single Thread, I'm trying to use interrupts to pause the main function and do things aside when there's data received by the XBee…
Venix
  • 37
  • 6
0
votes
1 answer

I want to connect the Telegesis USB stick to this silabs kit over zigbee home automation profile.

I want to connect the Telegesis USB stick to this silabs kit over zigbee home automation profile. And i had convert it into home automation profile in Telegesis Terminal and both behave as coordinator into their configuration and can’t connect the…
0
votes
1 answer

How to communicate serial port using multithreading in c# for zigbee modules?

I need to build simple chat application using Zigbee (Rx/Tx) modules.... Two zigbee end (rx module) receive... data... Another two zigbee end (tx module) sending...data... Each module call separately... should maintained their communication... For…
Kernel
  • 165
  • 4
  • 14
0
votes
1 answer

Are there any Python libraries for decoding Zigbee packets?

I have some Zigbee sniffer hardware that can capture raw Zigbee bytes, e.g. see below. Does anyone know of any Python libraries that could parse those bytes into Zigbee frames? 03 A3 0D 00 00 A9 4B 9E 86 06 00 00 00 2E 00 2D 61 88 F6 2F 37 B1 3D…
SeanLabs
  • 1,739
  • 4
  • 18
  • 22
0
votes
0 answers

Xbee series 2 Intermittent Packets

I have two xbee series 2 (ZigBee) radios, and I am having some trouble getting them to communicate properly. One xbee is running the ZigBee Router AT firmware version 22A0, and one xbee is running the ZigBee Coordinator API firmware version 21A0. …
brandon
  • 1
  • 1
0
votes
0 answers

Is there a way to simulate a doorlock device using a usb zigbee?

I need to simulate a doorlock device(zigbee home automation standard) using a USB ZigBee dongle. So when I'll open my zigbee network the USB will be visible as DoorLock system
Tinwor
  • 7,765
  • 6
  • 35
  • 56
0
votes
2 answers

Netvox Zigbee end device not joining my zigbee coordinator

I am implementing Zigbee Gateway with TIcc2530 SOC using ZStack for home automation and want to integrate various Netvox devices like Z211 IR Transmitter etc with our gateway. But I am facing problem in joining of these devices to my zigbee network…
0
votes
1 answer

Able to receive a wifi packet through a Zigbee chip

I have a wireless sensor network deployed in a building. Each node is in a separate room. All the sensory data goes to a datastore. The user once he/she gets to a room should be able to get the sensory data on his phone from the datastore, provided…
banacer
  • 25
  • 4
0
votes
1 answer

Can Xbee communicate with Probee?

I have two Zigbee modules: Probee ZU10 https://www.tigal.com/product/2093 Xbee Series 2 http://www.digikey.com/product-detail/en/XB24-Z7WIT-004/602-1098-ND/1942304 I want to communicate with these two Zigbee modules. Is this possible?
0
votes
2 answers

Arduino: XBee mesh network

I'm a newbie with XBeeS2 module. I have several XBee "router" and 1 XBee "coordinator" on my home area network. A couple of questions: Can I change from my application (Arduino) the XBee address? Or each XBee address must be configured before with…
anthony
  • 7,653
  • 8
  • 49
  • 101
0
votes
1 answer

How to implement a complete ZigBee stack(standard 802.15.4)

Hi guys for a project(jemma) we are using ZigBee network for connecting devices to each other. We control these devices from pc and for connecting the pc to the ZigBee network we are using FlexGrid dongle. But it's closed source so my main goal is…
Tinwor
  • 7,765
  • 6
  • 35
  • 56