Questions tagged [xbee]

XBee is a series of radio modules. Variants include 868 MHz, 900 MHz, and 2.4 GHz, using point-to-point, point-to-multipoint, and mesh networks.

XBee is a series of radio modules. Variants include 868 MHz, 900 MHz, and 2.4 GHz, using point-to-point, point-to-multipoint, and mesh networks.

Model Types:

  • Series 1 - 802.15.4, Point to Point or Star Networking
  • Series 2 - ZigBee Mesh Networking

Details are at:

553 questions
1
vote
1 answer

Loss of information using XBee

I am trying to establish communications via serial port between a PC with Ubuntu 14.04LTS and my RoMeo Arduino Board (Atmega 328). The used serial interface are 2 Xbee modules, one at PC and the other at the board. Firstly, I am trying to develop a…
Jalo
  • 1,131
  • 1
  • 12
  • 28
1
vote
1 answer

Is client connected on XBee s6b

I have an XBee S6B setup in wireless access mode and physically connected to a Raspberry PI. I connect my laptop to the XBee WiFi access point and I can send data back and forth between the Raspberry PI and the XBee over WiFi. Can someone tell me if…
Slicc
  • 3,217
  • 7
  • 35
  • 70
1
vote
1 answer

Arduino send HEX values via XBee

I'm trying to send HEX values via XBee from a Arduino to digi's Xbee program XCTU. But i have some problems with some bytes that i cant send The list of bytes i cant send: 0x11 0x13 0x7D 0x7E 0x81 0xEC 0xEE If i use any other bytes i can see it in…
Rene Nielsen
  • 87
  • 1
  • 7
1
vote
1 answer

Reading bytes from serial port C++ Windows

Hey I am trying to interface with the xbees I have connected to my windows machine. I am able to write to the end device through the coordinator in AT mode, and can see the data streamed to my XCTU console. However, I am having trouble understanding…
Zotto
  • 73
  • 1
  • 2
  • 9
1
vote
2 answers

Reading response from a TOSR0X-T relay remotely connected with XBee module

I'd like to get the states of the relays on the board from the relay, but I can get only ACK back. I have two XBee modules, one is connected to a computer with USB, and acts as a Serial device, the other is connected to a TOSR0X-T relay. I am…
István Rábel
  • 462
  • 4
  • 13
1
vote
1 answer

Developing Communication Protocol for XBee

I am using XBee Digimesh Modules in API-Mode to send data between different industrial machines allowing them to share data, information and commands. The API-Mode offers some basic commands, mainly to perform addressing and talk with the XBee…
Simon Kemper
  • 635
  • 1
  • 7
  • 16
1
vote
0 answers

Is there an XBee-Pro 900HP API avalaible for SPI?

I have an XBee that I want to use on a Raspberry Pi that I would like to use use to receive and transmit data through the Raspberry Pi's SPI port. I am using a shield…
user33355
  • 13
  • 3
1
vote
1 answer

XBee S2 Wireless Sensor Network

I'm working on a wireless sensor network in which I have one coordinator router (API mode 2) connected to a Raspberry Pi 2, 5 or more routers in API mode 2 as well. Each router is connected to an Arduino Uno. The Unos also have different sensors…
Moeed
  • 11
  • 3
1
vote
2 answers

How to give complete access of a COM port to LabVIEW?

VI I am using I am doing a project in which I am receiving data bby Xbee at remote end. I have set the baud rate of sending and receiving side,115200. I need to send 3000 bytes every time. With the baud rate mentioned, the data must be received in…
1
vote
1 answer

XBee Not Resetting on XCTU

I'm connecting a XBee Series 2 on a breakout board to an Arduino to configure it. I soldered some header pins on to the breakout board to make the connections. Ultimately, I'm going to connect the Arduino with a Raspberry Pi over ZigBee. I run XCTU…
1
vote
1 answer

Xbee S2C setting as a Coordinator AT mode

I am using X-CTU v6.3 in Mac OS X El Capitan with XBee S2C In XCTU, the device is detected as Function: ZIGBEE TH Reg Product Family: XB24C Firmware version: 4059 How do I configure it as a Coordinator at AT mode? The update firmware button doesn't…
nad
  • 2,640
  • 11
  • 55
  • 96
1
vote
0 answers

commnication between Arduino UNO and MEGA

I am trying to send the GPS values from Arduino UNO to Arduino MEGA through XBee S1 using TX0 & RX0 ports. I have transferred GPS values From Arduino UNO - Arduino UNO, and now I am able to transfer data from Arduino UNO but unable to read the data…
1
vote
1 answer

Convert reading from Temperature Sensor connected to XBee

I suppose to calculate actual temperature of remote location using lm35 temperature sensor and xbee sensor. I am getting analog input from sensor, but I am unable to calculate temperature. complete scenario is given below. Scenario: I have Connected…
Vaibhavraj Roham
  • 1,138
  • 11
  • 26
1
vote
2 answers

Using Digi's XBee Java Library with the XBee in API 2 (Escaped mode)

Product family: XBP24-ZB Function set: ZigBee Coordinator API Firmware version: 21A7 Hello, I am currently using Digi's XBee Java Library with API (AP=1) and it works properly. However, another node of my network is associated with an Arduino and I…
1
vote
1 answer

Sharing text through XBee on Arduino

How do I share text through an XBee module? I tried, but instead of a word, I am getting some numbers every time. I want to exchange text data from both sides. I am using an Arduino for communication. How can I fix this problem?
Tushar
  • 93
  • 1
  • 1
  • 7