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

unable to send command in hex format for xbee in python

from digi.xbee.devices import XBeeDevice, RemoteXBeeDevice, XBee64BitAddress import serial import logging local_device = XBeeDevice("COM7", 9600) data_send = ("\x33\x03\x75\x30\x00\x24\x5b\xc0") try: local_device.open() remote_device =…
Ayush
  • 37
  • 6
-1
votes
1 answer

What is the function of cyclic sleep mode in Router API MODE in XBee XCTU software?

I am using XBee pro series 2. I have read in many forums that ZigBee routers do not support sleep mode. But I have seen in XCTU software that we can still set the sleep mode (e.g. cyclic sleep mode etc.). Does XBee pro series 2 support sleep mode…
Jyoti Raj Sharma
  • 91
  • 1
  • 3
  • 10
-1
votes
1 answer

Zigbee sniffing using killerbee channel detecting error

I configured two Digi xbee s1 module with same channel and PAN ID and both as end device. Communication happens perfectly between these modules. Problem is when i use rzusbstick with killerbee firmware to look for all the available PAN ID and…
arun magesh
  • 11
  • 1
  • 2
-1
votes
1 answer

TI CC2530 breakout board ali express

recently I bought a little pcb with TI CC2530 ZigBee Chip and antenna on it on ali express with antenna. Here the…
florian2840
  • 49
  • 3
  • 10
-1
votes
1 answer

How do I import classes from a prebuilt DLL in either C++ or C#?

I am wondering what the procedure is for importing classes from a DLL into a C++ program is? It is a prebuilt DLL made by TI so I don't have access to either the .h or .lib files. I looked around on SO and all of the solutions seem to require that…
Jnpijak
  • 1
  • 2
-1
votes
1 answer

Send Zigbee Modules data to the server?

How would I go about sending data that we receive from our adapters (Zigbee Modules) on a zigbee network to the cloud? gateway or such?
Aleksandar Zoric
  • 1,343
  • 3
  • 18
  • 45
-1
votes
4 answers

can xbee as router scan all end device with "ATAS active scan command"? or Are there another way?

If i buy 7 xbee-zigbee. I setup xbee modules like this. 1 coordinator (C) 3 router (R1-R2 -R3) 3 end device (ED1 - ED2 - ED3) Can a router scan all end device with "AS" (active scan) command? Result must be like this; R1 get rssi value from ED1 :…
apo mapo
  • 11
  • 1
  • 5
-1
votes
1 answer

Send TI sensor data to server

I have to develop an mobile app witch should be capable to receive data from TI Sensor Tag (CC2560) through the internet. In other words, I have multi TI sensors wich should send data (temperature, pressure...) and my app should be capable to…
Géraud Willing B-S
  • 273
  • 1
  • 2
  • 17
-1
votes
1 answer

Zigbee and Python

I have designed a Python GUI, that accepts a text and display it on a label, also, I have a serial port module that takes that text and send it to a serial port. I want to display this text in a CC2530 Zigbee board, in the LCD, then I have to use…
-2
votes
1 answer

Atmel Zigbee home automation kit enquiry

I am looking forward to build a zigbee home automation system for which i require a zigbee module and its SDK. Atmel is one of the few vendors that provides SDK for download. Could you please tell if Atmel kit AT256RFR2-EK that acts as a wireless…
-6
votes
1 answer

Zigbee Network in API mode

Can anyone tell me how I can see all XBee modules linked in my Pan ID? I want to send from Coordinator the command and receive the number, and Network ID, of all XBee modules linked in same Pan ID. My modules are all Series 2.
Rui Oliveira
  • 13
  • 1
  • 5
1 2 3
19
20