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

Xbee receiving gibberish data during ping pong

I'm trying to send and receive data from coordinator xbee connected to my computer. The router xbee is connected to my arduino and is supposed to send a message back upon receive. Here's the code for my python script running on the computer:…
lws803
  • 907
  • 2
  • 10
  • 21
1
vote
2 answers

reading UART port on Raspberry Pi 3 using IoT-edge

I'm using IoT-Edge on my Raspberry Pi 3. Since IoT-edge isn't compatible with Windows 10 IoT Core on Raspberry Pi 3, my Raspberry is on Raspbian. I'm trying to read my UART ports to read XBee sensor data. My edge's modules are written in C# thus…
Magnas
  • 869
  • 1
  • 5
  • 18
1
vote
1 answer

XBee using the Java Lib on Raspberry Pi

I'm trying to make a simple Xbee example on my Raspberry Pi 3 work, using the XBee Java Lib and its tutorial, but I want to execute it before transforming it to a .jar file. I want just to execute it as a .class file, very simple, after that I want…
Paiusco
  • 305
  • 1
  • 14
1
vote
1 answer

How to edit an installed python xbee module library in Ubuntu

I have installed Xbee python module in Ubunto16.04, But I need to edit and add some code in one of its basic modules. it was suggested to download the source, edit desired files, and install it from source. so I uninstalled last installed Xbee…
1
vote
1 answer

Python xbee library no output for incoming frames

I am using 2 XBee pro S1, I want to read the packets received by the co-ordinator on my PC , it is enabled with API_2 and all other connections are done properly, I can see the packets with XCTU, I am using the python xbee library , but it gives no…
Pratik Kumar
  • 2,211
  • 1
  • 17
  • 41
1
vote
1 answer

How to get XBee MAC Address with Python?

I found there are two Python modules digicli and rci for doing this, but the problem is when I want to import these modules, Python says: No module named digicli The same for "rci". I've been trying to install these modules, but I can't find…
hectorlr22
  • 123
  • 1
  • 9
1
vote
0 answers

XBee S2C with Python: Receive does not work

I work with an XBee S2C mounted on a Sparkfun explorer at COM4 of my laptop. If I run the attached code, I will only see the Tx-lines, but I won't get the Rx-lines and the "Hello Word". The access from the PC to the COM-port seems not to be a…
Daniel
  • 21
  • 4
1
vote
0 answers

Python 2.7: xbee module not found

I have installed the modules to control xbee with Python (https://pypi.python.org/pypi/XBee). Afterwards I have set the path variable on C:\Python27\python-xbee-master and also the subdirectories. To check, if the modules are available, I have…
Daniel
  • 21
  • 4
1
vote
1 answer

XBee S2 ZigBee reading digital input

I currently have one XBee S2 and configure it as 'ZigBee Router AT' using X-CTU by USB to UART converter that's connect to my PC. I want to be able to use the digital I/O of XBee instead of using another external MCU(like Arduino). For testing…
1
vote
2 answers

Why are data packets missing in Zigbee arduino setup?

I made a setup which consists of 3 Zigbee's, 2 routers(Zigbee S2C's) and 1 coordinator(Zigbee S2). The routers are each connected to arduino nano which collects data from 2 FSR's and an IMU(frame type: zigbee transmit request and packet size 46…
Aniket
  • 13
  • 6
1
vote
1 answer

python-xbee cannot read frame in thread

I am using one XBee S2 as coordinator (API mode), 3 XBee S2 as routers (AT mode). The routers are connected to Naze32 board (using MSP). On the computer side, I have a GUI using wxpython to send out command to request data. The GUI will send out…
Tairan Liu
  • 37
  • 1
  • 10
1
vote
0 answers

How to access AT command mode on an Xbee Series 2 (Always)

I have two working Xbee pro series 2. Configuration went fairly smoothly and they connect on channel 15. I want them to connect on Channel 11. However when I type "+++" on the terminal window "+++" gets sent to the other xbee module instead of me…
mauro2029
  • 11
  • 2
1
vote
2 answers

Using existing plug in project created from library in OSGi bundle for Kura

I am creating an OSGi bundle that will be executed under Kura (Target Platform: Kura Target Platform Equinox 3.8.1), on Raspberry Pi 2 model B. The program should read data received on XBee and we want to use a library:…
KatarinaM
  • 13
  • 5
1
vote
0 answers

XBee wifi module does not send HTTP Post Request

I have connected an XBee wifi module to my computer using an XB Explorer USB Dongle. I have used XCTU to configure the Xbee to connect to an Access point (a samsung mobile phone) and verified that it is connected by checking the phone. The problem…
1
vote
1 answer

programming for Xbee meshing

i have one query actually i have 3 xbees series2. i want xbee 1 (sensor+xbee(end device)) and xbee 2 as coordinator,where XBee2 will be attched to MCU. now i have xbee 3 which again ((sensor+xbee(end device)). now i want to make xbee3 also to…