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

Results 27 xbee-micropython issues
Sort by recently updated
recently updated
newest added

Hi Digi, I've been trying to figure out how to use an xbee to publish data to an existing ZHA network coordinator for a few months now, but the doc...

Okay, I really need some help! I am using xbee3 without the cellular module! I just want to tell if I have a Bluetooth device connected or not, before using...

Hello, i have Xbee3 on the XBee grove board, when I am trying to execute some code I have an error about "ImportError: no module named 'UART". How I can...

It appears that sometimes stdin.buffer.read(-1) is blocking. Is there any way to determine if something is in the buffer before attempting to read from it?

Is there any plans to include a uzlib implementation? or failing that some alternative to decompressing a .zip file received? For example receiving a compressed file from a GET request...

Able to publish to AWS IoT shadow document with umqtt, but unable to get any subscribes to work. Has anyone had any successes with subscribes?

Hello, I am running a small micropython code loop on XBee 3 Cellular LTE-M/NB-IoT hardware, firmware version 11415. Using examples from the digi documentation and GitHub I simply instantiate a...

I was planning to use the [`uasyncio`](https://docs.micropython.org/en/latest/library/uasyncio.html) micropython module to write a robust event handler for #37, but the XBee3 micropython does not include it. So, I copied it over...

enhancement
question

Using the aws_publish example with umqtt installed on XBC KTE-M/NB-IoT modem firmware 11415 with L0.0.00.00.05.08 installed. When I run the example I get: File "", line 58, in File "",...