xbee-python icon indicating copy to clipboard operation
xbee-python copied to clipboard

Python library to interact with Digi International's XBee radio frequency modules.

Results 28 xbee-python issues
Sort by recently updated
recently updated
newest added

In the documentation for `ZigBeeDevice.create_source_route(..)`: > hops (List): List of intermediate nodes (:class:`.RemoteXBeeDevice`) ordered from closest to source to closest to destination node (source and destination excluded). In the documentation...

help wanted

Request that Digi XBee developers consider extending XBee API to allow reading and writing relative Zigbee data from and to the Zigbee coordinator (i.e. network key, frame counters, child tables)...

enhancement

Currently, I am working on a project that has four sensor nodes with Zigbee Modules - 802.15.4 XBee, S2C hooked up to geophones sensors. My python code uses the add_io_sample_received_callback...

The main idea: I have a rpi zero with sensor and xbee s2 module connected (Router API) . I want to send message to the second rpi (coordinator API) every...

help wanted
question

I'm trying to use this library in a Raspberry Pi 3 with two modules XBEE S1. I have checked the correct operation of API mode [1] with a hyperterminal with...

Hello, This is a modified version of the library to work with Python 2. The reason we required the equipment in Python2 is for usage of Digi XTend RF modules...

It is very strange and elusive problem. I understand it is hard to investigate even for me, having access to the devices. But still I wanted to ask - maybe...

Hello, I am building a system where I have a remote Xbee sending packets continuously, and I'm using Raspberry Pi 4 as the host for the Xbee (connected to Xbee...

Hi guys, I am encountering this issue where using the XBee module (XBee-Pro S2C 2.4GHz RF) with UART on the Jetson Nano returns this error -> raise TimeoutException(message="Response not received...

help wanted
question

Hello. I ran into a weird issue when receiving ZigBee packets on Windows. I'm currently sending packets from a drone every 0.8s, but on Windows, the callback method is only...