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

Why XBEE Sensor.py checks if self.__tracer.info():

I have been working around with a XBEE S2B Pro and a ConnectPort X4 and I have some questions about the drives xbee_sensor.py that can be found in folder C:\Program…
Antonio Leite
  • 460
  • 3
  • 7
2
votes
1 answer

XBee sleep mode in API mode

I'm currently working on a project in which I use antennas such as XBee 2 mW Wire Antenna - Series 2 (ZigBee Mesh). How can I configure my antenna to go sleep mode using software in API mode (without using XCTU)? How am I supposed to wake up the…
2
votes
1 answer

What are the commands to configure Xbee for Arduino upload?

I would like to upload to arduino uno using my xbee radio but can't seem to get it working. I have configured the xbee to send and receive serials okay, so what am I missing? Why does upload fail? I used xctu to set the baud rate to 115200 and…
Jim
  • 78
  • 6
2
votes
0 answers

Best wireless technology with great indoor range for sensors project?

Dear Stack Overflow community, I'm working on a project that will have many different sensors in complex of few building, I would like to cover whole place with sensors. The application requires all these microcontrollers to send the data to the…
valentt
  • 857
  • 8
  • 19
1
vote
2 answers

Xbee API mode issues in C

I have used the Xbee API mode successfuly when communicating between two computers while they were attached to USB explorer (I send data and it is received). However when I try to do the same with the radios being attached to pic33 microcontroller,…
1
vote
1 answer

Xbee Stops Searching For Coordinator?

I'm trying to assamble a healty communication between two Xbee modules. I've succedd what I want but there's a problem that I couldn't figure out. There are 2 parameters in X-CTU which makes me confused. JV - Channel Verification NW - Network…
canavaroski90
  • 97
  • 1
  • 2
  • 7
1
vote
2 answers

Arduino Sketch - Reading Serial Bytes

I have the following code on my Arduino that constantly checks for a serial command that's sent over TCP using a Wifly library. What the following code does is split a string like the following when sent over serial: {power,tv} It sets these…
gotnull
  • 26,454
  • 22
  • 137
  • 203
1
vote
1 answer

XBEE 3 Zigbee 3.0 sometimes sends wrong message content

I am currently working on a SPI connection between a microcontroller (mbed LPC1768) and a XBEE 3 Zigbee 3.0. My goal is to send floats between my mbed and my Computer (wireless). I've got everything set up and received the data with another XBEE…
Rekmix
  • 13
  • 2
1
vote
1 answer

I tried to receive the BLE characteristics value with NOTIFY property in XBee micropython, But iam receiving only empty bytes

I can connect the BLE device with my XBee 3 device, but after connecting while trying to receive data through gattc_read_characteristic() method, it is receiving as empty bytes. But i can receive the data in my android mobile app. Please give me…
1
vote
1 answer

What channels does the xbee use to communicate?

I have some XBee3 pro, I made a network, a coordinator and 7 routers or end devices, the coordinator sends a broadcast (DL = 0xFFFF) to all the routers so that they receive the information, in the same way of some routers that need to send…
Saul JP
  • 325
  • 2
  • 11
1
vote
1 answer

I want to send sensor data from MyRIO to XBee3 Mesh

I want to send sensor data from MyRIO to XBee3 Mesh. I have been looking at the XBee's documentation to check where the UART port is, but I have not found this simple information, instead, I found DIOs and PWM pins. We tried to send data using the…
1
vote
1 answer

Problem opening same port multiple times in python Digi-XBee API

I'm trying to understand why I'm not able to open multiple times the same serial port with Digi-Xbee (import digi.xbee) API for python while with Xbee (import xbee) API for python I can. When I run the code bellow the exception…
1
vote
0 answers

Connect to MQTT broker through UART 802.15.4

I am just trying to run a mqtt client with a Xbee S2C in a RaspberryPi (connected via UART) with a mqtt broker on my laptop that has another XBee S2C connected with a FTDI. I am using MQTT Paho library to run the program, but this has the problem…
1
vote
3 answers

What is the correct format for dest_addr using XBee Python library?

I am using python-xbee and Python 3.7 to send API commands from an XBee connected to UART1 on a Beaglebone Black to a remote XBee. Both are Version 1 Pro models. My remote XBee (the one I am sending commands to) has the following…
Not a machine
  • 508
  • 1
  • 5
  • 21
1
vote
0 answers

Zigbee Cluster Library Commands to a SmartThings Hub

I am trying to create a zigbee HA device. So far I have used https://nzfalco.jimdofree.com/electronic-projects/xbee-to-smartthings/ as well as the zigbee ZCL spec to get me to the point where I am sending commands on the HA Basic cluster. I am…
wdtj
  • 4,554
  • 3
  • 17
  • 20