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
3
votes
2 answers

Connecting an Adobe AIR mobile app to Arduino wirelessly - what are the options?

Is there a way to connect an Adobe AIR mobile app to an Arduino hardware wirelessly with no pc or router? either with bluetooth or directly to an Xbee piece connected to the Arduino? I need both iOS and android solutions thanx
Saariko
  • 502
  • 6
  • 21
3
votes
2 answers

Opening /dev/ttyUSB0 returns "Bad file descriptor"

I've been working for quite while on little project of mine with some XBee's. Until now all the code has been tested and working on a UBUNTU-SERVER 10.04 LTS, making use of the libftdi libraries for serial-usb simulation/conversion. At the beginning…
cvicente
  • 132
  • 3
  • 12
2
votes
1 answer

Send data via serial port in cpp using com ports

I need to change this code to cpp code This is the c# code public void SendDataViaSerialPort(string data) { var com = new System.IO.Ports.SerialPort( "COM29", 9600, System.IO.Ports.Parity.None, 8, …
aakpro
  • 1,538
  • 2
  • 19
  • 53
2
votes
2 answers

XBee origin address in Arduino

I am trying to find a way to get the origin address of an XBee radio in Arduino. Basically, I want my XBee chip to send a string that also contains its origin address (or id) so that I can identify where the message is coming from without having to…
bpmccain
  • 600
  • 4
  • 12
  • 25
2
votes
1 answer

How can I change my xbee setup for AP = 0 from API mode (AP = 1 or AP =2) by using digi module in python (AT mode or transparent mode)?

I am using XBee PRO S3B for wireless radio communication. Currently I am configuring it by XCTU, however, sometimes I need to reset or re configure with non graphical interface. Using digi module with python seemed good alternative to me. So here is…
임성래
  • 43
  • 4
2
votes
1 answer

File Transfer PC to Raspberry Pi (with xBee)

I've two xBee Pro S2C module. I'm trying to send a image from Windows PC to Raspberry Pi with xBee modules. I configured my xBees for API mode and i can receive/send AT text messages with Python codes. I want to send a image from my PC to Raspberry…
user14098664
2
votes
1 answer

Communicating between Ti CC2530 and Digi ConnectPortX4

I want to use a Digi ConnectPortX4 as a coordinator and Texus instrument CC2530 chip as a end device can anyone please help about communicating this two device.
Rumman
  • 21
  • 3
2
votes
1 answer

How to send an API frame to a remote XBee using Digi XBee Python module?

I am moving code from Python XBee library to Digi's Python XBee library and I am unable to locate syntax in the docs on how to send a API frame to a remote XBee. I am using S1 and S1 Pro devices where the "local" device is attached to a Beaglebone…
Not a machine
  • 508
  • 1
  • 5
  • 21
2
votes
1 answer

Xbee Micropython EEXIST error when call file open() function

I'm using Xbee3 and I want to append data to file. I try this script for test but I received EEXIST error if TEST.txt file exists. If this file doesn't exist the file is created for the first run but I get same error when I run this script again. f…
Buğra Tufan
  • 33
  • 1
  • 6
2
votes
0 answers

Communicating between 2 XBee RF module

Ok, I have 2 Xbee devices to communicate. First time I send data from Number1 and run the other program which accepts data and print it, then send back other data to answer. But Number2 data run while loop which contains the callback method. And the…
2
votes
2 answers

Serial Data Read and parse to variables from continuous string (Arduino)

I have 2 Arduino and 2 xbee. I send 2 sensor data from Arduino 1 (router) to Arduino to (coordinator): On coordinator, I receive wireless data from this 2 sensors(from router) perfectly. The data stream is something like this: 20.1324325452924…
Lazar Vlad
  • 23
  • 1
  • 5
2
votes
1 answer

Serial Port - Sending data as uint8

I am currently on a project and trying to send data through an Xbee. I used the SerialPort.h library to send 'H' and 'L' via the serial port to an Arduino to turn on a led. It worked. This I tried in Arduino and then in Visual Studio. Both…
2
votes
3 answers

How to send and receive a decimal array through serial port?

I'm trying to send an array [0, 100, 150, 175, 255] through serial in python. I convert it to bytearray then send it. The data I'm receiving looks like ['\x00', 'd', '\x96', '\xaf', '\xff'] and I can't go back to [0, 100, 150, 175, 255]. Is there a…
Alan
  • 31
  • 1
  • 4
2
votes
1 answer

Wirelessly Change XBee Channel In Noisy Environment

I have a XBee Radio on a device that we are trying to get to communicate with another XBee Radio 5' away (attached to PC). However, there is a lot of noise on the channel and the XBee is receiving a lot of gibberish only on that particular channel.…
biggi_
  • 266
  • 3
  • 12
2
votes
2 answers

XBee ZigBee API for visual studio C++/C

I'm sending frame using XCTU (Windows side) to mbed CPU, That process I need to do it using visual studio (windows side). Any API that compatible with visual c++? Any help is appreciated.
Ven San
  • 101
  • 2
  • 10