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

Sending Remote AT commands to Remote Xbee using python-xbee

I have connected coordinator xbee to serial port of beaglebone i.e . tx and rx of beaglebone. My router's D0 pin is connected to relay. I want to remotely disable or enable the D0 pin. For that i am using python-xbee library. What I did is (my…
Vaibhavraj Roham
  • 1,138
  • 11
  • 26
2
votes
1 answer

Serial communication of XBee on Linux COM using C

I have connected my XBee module (which is communicating on UART) to my PC. From a distant node I have transmitted data wirelessly to my XBee. I have a problem receiving bytes on my Linux terminal. Though I am able to transmit data to the distant…
abhi1610
  • 721
  • 13
  • 28
2
votes
1 answer

Mesh network Xbee, Python

I have a mesh network running with Xbees. I have to total possible nodes (i.e 20) in the network along with their addresses. I want to create a script that would tell me which of the nodes are on (in case some turn off for what ever reason). How can…
39fredy
  • 1,923
  • 2
  • 21
  • 40
2
votes
1 answer

Xbee communication in api mode between two arduinos

I have two Arduino Unos, two lcds and Xbee s2. I connected two xbee s2 module to each arduino uno. I searched this implementation hard and tried it. but, it didn't work. I appreciate your help. Configuration: AP=2 Coordinator API and Router…
2
votes
1 answer

Any ideas on how making a good DHT11 sensor network? ( Arduino + XBee )

I'm just starting out some studies with XBee S2 and Arduino and I'm not sure if I'm doing what I actually planned. My idea was to use just one Arduino with one XBee (Coordinator) that would receive the DHT11 data from just Router XBee (without…
2
votes
1 answer

Arduino XBee sending data API

I want to send data from an end device to a coordinator with XBee and Arduino. But, the Arduino reboots when sending data (sending data was aborted). What could the problem be? /* Transmit */ #include #include int end =…
vlad zouth
  • 71
  • 2
  • 8
2
votes
0 answers

Fatal error using RxTx and xbee

A fatal error has been detected by the Java Runtime Environment: EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000180008790, pid=6616, tid=2668 JRE version: Java(TM) SE Runtime Environment (8.0_20-b26) (build 1.8.0_20-b26) Java VM: Java…
Efrem Ba
  • 21
  • 1
  • 2
2
votes
1 answer

Get the MAC address of an XBee using Node.js

My Node.js app is using xbee-api to allow an XBee connected via a serial port to communicate wirelessly with other XBees. The local XBee is in API Coordinator mode. How can I query the XBee (physically connected via serial port) to get its 64 bit…
Nyxynyx
  • 61,411
  • 155
  • 482
  • 830
2
votes
2 answers

Two Xbee in API mode - Python

First, I tested the communication of 2 XBee (series 2) in AT mode and all worked correctly. Then I changed the Coordinator to API mode and ran the below script while the router was in AT mode. I was successful and received the routers message.…
loreb
  • 23
  • 1
  • 4
2
votes
0 answers

xbee wifi tcp socket keep alive

I am new to Digi's product. I have an arduino yun which runs my tcp socket server and listens for connections. I also have a Xbee wifi S6B module and I want to use it connect to my server. Then I use the XCTU program to setup the network connection…
Hugh H
  • 167
  • 1
  • 3
  • 18
2
votes
1 answer

ZigBee Gateway Clarification?

I am working on setting up a project where I should be able to control my ZigBee End Device (ZDO or ZED) from an IP gateway. On having a detailed study, I understood on having a setup established. However, I need to confirm if ZigBee devices from…
velu4689
  • 35
  • 1
  • 6
2
votes
0 answers

send packets (video) from one raspberry pi to another via xbee and python

I am currently exploring a project where I want to send data (most likely video) from one raspberry pi to another raspberry pi over two (series 1) xbee radios with some python scripts. currently I have been successful in sending text from one to…
erik.garcia294
  • 103
  • 1
  • 1
  • 5
2
votes
1 answer

Changing XBee from 57.6k to 115.2k Causing Problems with TTL Camera and PySerial

I've been working on a simple XBee/Arduino/Python transfer system. Here's how it works: A hex command is sent from python over xbee, which is received by the arduino. This triggers it to take a picture using an Adafruit TTL Serial Camera. The image…
Horizon
  • 21
  • 1
2
votes
2 answers

XBee command to transmit or receive Dn status

I have two XBee chips - one of them is connected to a relay switch, the other one - to my computer via USB cable. I can configure the locally connected XBee to send its D0 value to the remote XBee, so that when I toggle the D0 line of the local…
Sten Petrov
  • 10,943
  • 1
  • 41
  • 61
2
votes
2 answers

nodejs xbee not receiving message

I want nodejs to send and receive messages with xbee. I know that the xbee setup works because I tested it on x-ctu. I tried the following but can't receive the message. It says it's open. var util = require('util'); var SerialPort =…
user3167666
  • 144
  • 2
  • 6