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

XBee communication with Arduino

I'm trying to setup a simple wireless link between two Arduinos, using two XBee modules and the XBee shield. I configure the coordinator with: ATID 2001 ATDL 4079D623 ATDH 0013A200 and the end device with ATID 2001 ATDL 4079D621 ATDH 0013A200 I…
lbedogni
  • 7,917
  • 8
  • 30
  • 51
0
votes
1 answer

Serial port zigbee communication - some wrong characters

I have been having some problem with the serial communication in ubuntu. I am writing C++ code to connect to my zigbee node but the problem is not the zigbee configuration. Since GTKTERM (an ordinary serial terminal for ubuntu) reads in the data…
Silver
  • 1,075
  • 3
  • 12
  • 37
0
votes
2 answers

Restart and restore startup configuration for a ZigBee sensor via Tornado / Python

I have a question. I have a project, a domotic (home automation) system, in which I have to send some commands via interface to some sensors, temperature sensors, power sensors, contact sensors, etc. I've already done the part in wich I can send the…
sharkbait
  • 2,980
  • 16
  • 51
  • 89
0
votes
2 answers

Remote Camera for Android

Is there an open source Android application that allows you to view the image on a "spy" camera? I have a robot that has an IOIO board and a ZigBee network connection and I wanted to make it a spy robot by adding a camera. I want to view the image…
Ankit Goyal
  • 437
  • 1
  • 7
  • 24
0
votes
1 answer

Zigbee beaconing vs non beaconing

When using a non beaconing Zigbee network, I know that the 802.15.4 spec defines the use of CSMA-CA to control when two devices get access to a channel to make sure no two nodes "step on each others toes" so to speak. My understanding is that very…
Rishi
  • 321
  • 2
  • 6
  • 17
0
votes
1 answer

ZigBee stack/library compatible with MikroC

Is there an existing ZigBee Library/Stack that is comaptible with MikroC? I am planning to use MRF24J40B from Microchip as the transceiver and PIC18F27J53 Microcontroller as ZigBee stack controller. I can't seem to find a ZigBee stack compatible…
edmandie
  • 71
  • 1
  • 4
0
votes
2 answers

Communication between ZigBee and Bluetooth

Bluetooth and ZigBee devices are working or pairing within its own family devices based on parameters such as network layers, security algorithms, etc... I want to write an application to make a communication between ZigBee and Bluetooth device. Is…
yokks
  • 5,683
  • 9
  • 41
  • 48
-1
votes
1 answer

scheduling Mi ZigBee smart plug without internet connection

I have bought a xiaomi ZigBee smart plug and paired it with my Mi hub. I want the plug to control my router. But when I set on/off schedules , it will turn off the router but it wont turn it on after the scheduled time. Can it be solved?
-1
votes
1 answer

Pocketsphinx over zigbee

How can I send the output of the following command line " pocketsphinx_continuous -inmic yes -lm 8521.lm -dict 8521.dic" to XCTU console in order to control some devices attached to arduino board.
TB1234
  • 21
  • 3
-1
votes
1 answer

Monitoring strength of connectivity

I am trying to figure out some ways in which a ZigBee network can be monitored. As is the case in any network, here we have a central coordinator and several slaves joined, however, there seems to be a tendency for the established links to break…
-1
votes
1 answer

Zigbee routing algorithm

My goal is to implement a routing algorithm for attack detection using packet delivery ration calculation on a Zigbee module(hardware). I would like to know if it is possible to implement this on popular zigbee modules like NXP, TI, SiLabs. I tried…
-1
votes
1 answer

What to use instead of input ()

in example read from xbee devices is: device = XBeeDevice(PORT, BAUD_RATE) try: device.open() def data_receive_callback(xbee_message): print("From %s >> %s" % (xbee_message.remote_device.get_64bit_addr(), …
prem111
  • 63
  • 1
  • 7
-1
votes
2 answers

Zigbee sniffer to Penetrate Testing Zigbee network at home

I have installed Smart home temperature sensors with Zigbee network. I am trying to do a Penetrate Testing. I have installed WirelessShark. I purchased a CEL ME357 USB stick. But I could not find driver for it. To proceed the test, can anyone…
Tom
  • 83
  • 8
-1
votes
1 answer

ZigBee Network Configuration

I want to establish a network of four ZigBee RF modules connected to Arduino microcontrollers which can intercommunicate some data between each other. Data may be some randomly generated data by microcontrollers or may be some sensor data. Network…
Jawad Khan
  • 13
  • 7
-1
votes
1 answer

Unable to print all frame data received from xbee in byte array in Python

While Receiving frames from xbee i am getting 3 frames, but in byte array its showing data of only one frame. How to get all the 3 frame data in byte array? I am using these two commands to read data and print the data in byte array. xbee_message…
Ayush
  • 37
  • 6
1 2 3
19
20