548 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
62
views
ESP32-S2 XBee Communication Issue - Sending Data But Raspberry Pi Not Receiving
I've set up a Zigbee IoT network using an ESP32-S2 Feather with BME280 as the sensor node and a Raspberry Pi with XBee 3 USB adapter as the coordinator. The ESP32 appears to be successfully sending ...
0
votes
0
answers
38
views
Zigbee - Xbee S2C & Moes Smart curtain pairing
I'm currently looking to pair a Moes smart curtain (Zigbee switch) https://moeshouse.com/products/zigbee-diy-curtain-switch-module?variant=39293510090833 with a Xbee S2C module.
The objectif is to be ...
1
vote
1
answer
65
views
Getting the error ""Cannot find reference ‘xbee’ in ´__init__.pyi´" when building micropython Code for Xbee3 Module
I am trying to make a simple script for my Xbee3 module, and I took the code (https://github.com/digidotcom/xbee-python/blob/master/examples/communication/ReceiveDataSample/ReceiveDataSample.py) and I ...
-2
votes
1
answer
74
views
How to Calculate checksum for xbee in AT mode
I do some reverse engineering with xbee transmitter in AT mode. It's transmission data are as below. Plese help me to understand how its checksum is calculated. I hope last number is the checksum, if ...
0
votes
0
answers
84
views
Gps module has to use the UART pins
The problem is that the Gps module has to use the UART pins that are already connected to the Xbee. What i can do? (I use raspberry pi zero)
I tried this code.
from gpiozero import DigitalOutputDevice,...
1
vote
1
answer
136
views
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 ...
0
votes
0
answers
99
views
When reading data from UART, fetching data is not correct
I am sending data from Xbee 3 pro (router) connected to Teensy 4.0 microcontroller, to another Xbee 3 pro (coordinator).
I am successfully getting data,but the data i am getting is not structured ...
0
votes
1
answer
351
views
micropython uart.read() in SAMD51 is incomplete (only 2 bytes returned)
I have an ATSAMD51 microcontroller integrated in a project-specific board which has also a xbee3 RF module. This xbee3 module is configured for Transparent Mode and the device type is 'router'. I can ...
2
votes
1
answer
535
views
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 ...
0
votes
0
answers
77
views
XBee is suddenly not receiving anything after I updated Destination mac address
Hello. I am using XBee for serial communication. I majorly use it from python.
However, after I changed the destination mac address of the XBee, it suddenly does not receive anything. When I send ...
0
votes
0
answers
126
views
XBee-Pro 900HP Communication in API Mode
I've been been trying to get an Xbee-Pro 900HP to communicate with another Xbee, but it doesn't seem to work. I've confirmed that the xbees are set up correctly as they can communicate remotely over ...
0
votes
1
answer
197
views
XBee 2 Module sensor network and Python with Raspberry Pi - ONLY one Mac address from two different received samples
I am trying to set up a network of multiple nodes, I am receiving the different analog reading from the two end devices on the network. When I discover them both they have their separate MAC address ...
0
votes
2
answers
596
views
How can I increase the transmission speed between XBees
I have a simple configuration of two XBees: one coordinator and one end device/router. The coordinator continuously sends data to the end device at 9600 bps without expecting any sort of response from ...
0
votes
1
answer
137
views
Digi-Xbee Packet Backlog when receiving on windows
we ran into a weird issue when receiving ZigBee packets on Windows.
We are currently sending packets from a drone every 0.8s, but on Windows we are receiving only every ~5s. We aren't loosing packets, ...
0
votes
0
answers
83
views
What did I do wrong when building receiver with pyserial?
I am using XBee modem to make mutual remote communication system.
Initially I tried using Arduino, however, I figured out that using two single board computer with python would be much more convenient....