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

Is watchdog timer still working in sleep mode?

I'm using Zigbee to build up a net.The platform core is CC2530. I want to use its power mode 2 (sleep)for power saving and watchdog at the same time. However,in sleep mode, most of the module will be shut down. Is watchdog timer still working in…
0
votes
2 answers

XBee communication in API mode using X-CTU

I am trying to communicate between two XBee S2 modules both in API mode using the XCTU tool. One device as router and another device as coordinator. I got successful communication of two XBee modules in AT mode and either of them as API or AT mode.…
Raghu
  • 101
  • 4
  • 15
0
votes
1 answer

8051 micro controller to transmit data to ZigBee

My problem is that I do not know how to transmit an AT command from 8051 micro controller to ZigBee serially. Any tips on how I can do that? But for the time being, I shall try to transmit a string of data using array from the micro controller to…
0
votes
4 answers

xBee communication Arduino to Arduino

I have a realy weird problem with my xBee S1 Pro moduls. I used the XCTU software to configure them. I set one Arduino to recive data and the other one to transmit. When i use the XCTU Software to send some testframes, it works, the reciver gets the…
Clex
  • 43
  • 8
0
votes
2 answers

Xbee S2 modules firmware is not updating as coordinator

I am using two Zigbee s2 module(XB24-ZB, ver- 22A7), one as coordinator and other as router. i am trying to communicate between these two but firmware is getting updated only for Zigbee router AT and it is failing to update as Zigbee coordinator…
Raghu
  • 101
  • 4
  • 15
0
votes
1 answer

Programmer is not responding error on Arduino when using some custom classes

I had no problem uploading codes to my arduino for a while, then I found some weird issue. I wrote some code in c++ and imported to arduino sketch. When I tried to use C1222_EPSEM class (see picture above), i got programmer not responding error…
REALFREE
  • 4,378
  • 7
  • 40
  • 73
0
votes
1 answer

Zigbee Over Air Download

I am trying to implement zigbee OAD using CC2530. Can anyone please tell me all the steps that are to be followed to implement OAD functionality.. P.S. I have gone through " over air download.pdf " and "developers note - Over air download.pdf"…
Chirag Parekh
  • 412
  • 1
  • 3
  • 8
0
votes
1 answer

Program to use for Zigbee in Iter vehicle communication?

I am trying to use zigbee protocol , to establish a communication between two vehicles as a part of Inter vehicle communication as in VANET. So , as i am very new to this I am wondering that : a. Do i have to program my Zigbee interface to…
user3073137
  • 21
  • 1
  • 2
0
votes
2 answers

how to connect coordinator running over zigbee with end device (Xbee, S1)

How can i connect Xbee s1(having zigbee) as end device to a board running as zigbee co-ordinator? As i am unable to connect one Xbee device (s1) to coordinator (zigbee) running over board.
0
votes
2 answers

How to send AT-command from any microcontroller to telegesis zigbee?

all I want to send an AT-command from any microcontroller to zigbee module "telegesis", but I don't know what is the bit representation of the AT-command to be send from the serial port of the microcontroller to zigbee module. please any answer…
sara
  • 256
  • 1
  • 3
  • 15
0
votes
1 answer

External Sensor interfaced with MSP430

@Gurus, I have interfaced a humidity sensor with MSP430F2274 on pin P2_2 (Kit CC2530 ZNP) and using the following code to read the output voltage from the sensor. But it doesn't seem to be working. I am getting a different value each time and its…
megha
  • 1
  • 2
0
votes
1 answer

Why TI stopped supporting CC2530ZDK-ZNP-MINI Kits

I am planning to buy CC2530ZDK-ZNP-MINI Kit for my project on sensor networks as it has most of the sensors that I need but I found out from the TI website that they are not supporting these kits anymore. Does anybody know why TI stopped supporting…
megha
  • 1
  • 2
0
votes
1 answer

sending bytes using serial ports to a zigbee

I am totally new to Zigbee and serial proting and I want to build a communication channel between a Zigbee and https://github.com/mik3y/usb-serial-for-android through a USB serial port (send and receive bytes). I used the USB-serial-for-android…
OmAr Hesham
  • 153
  • 1
  • 3
  • 14
0
votes
2 answers

XBee ZDO active end point requests are not passed out to the UART when AO is set to 3

I configured my XBee 2 modules using X-CTU, one as a router API and other as a coordinator API by setting AO to 3. But when I send ZDO active end point requests, it is not passed out to the UART on the router side. But for our application we want…
Rahul
  • 9
  • 1
0
votes
1 answer

XBee and watchdog timer transmission not working

I've created a sketch that uses a watchdog timer that runs every eight seconds. I've used a counter to wait 64 seconds (about a minute). In addition, I've used the pin hibernation mode on the XBee. The XBee communication together with the pin…
kip
  • 3
  • 2