-
In bmegli/ev3dev-mapping#1 @jabrena said:
Today, I will try to connect the RPLidar with the USB Adapter directly in order to know if it is possible to receive data:
http://www.slamtec.com/en-US/rplid…
-
We run a an azure webapp from a dockercontainer: Alpine linux, ngix, uwisgi, python 3.6, django 2.x and user your excellent package to handle authentication. First things first. Thanks for all the hel…
-
Hi,
I want to use this code for normal python2.7 running on a Ubuntu 16.04, I am getting the reading of DHT22 sensor as analog value from 0 to 1023 can I able to map to real temperature and humidit…
-
Hi,
I am getting a Timeout exception("Response not received in the configured timeout") error.
I am trying out the basic example of SendDataSample.py. I am using 2 Xbee pro Series 1 and the firmwar…
-
Hello,
I'm not sure if it is the good place to post my problem..
I try to use this library with a xbee S2C 2.4ghz digimesh, plugged on a sparkfun usb explorer.
Xbee configured on API2 with XCTU.
…
-
I started with `python-xbee/examples/communication/ReceiveDataPollingSample/ReceiveDataPollingSample.py` example by adding
```
while True:
xbee_message = device.read_data()
…
-
I am seeing `device.enable_apply_changes(False)` not being respected on local Zigbee Devices, and upon looking at the code, it sure looks like the API frame required for that (0x09 - Queued AT comman…
-
Hello,
I am using a BeagleBone Black Wireless via their Linux Distro w/ the THT dev. board from Digi. My wireless XBee is attached to the THT/Grove dev. board.
The dev. board and XBee is attache…
-
```
Discovery process finished successfully.
Exception in thread Thread-1:
Traceback (most recent call last):
File "/Users/xxxxxx/.local/share/virtualenvs/python-demo-ImaXBV93/lib/python3.6/site…
-
Hello !
I am trying to set a remote digital output each time an IOSample is received through a callback but I get a Timeout exception on set_io_configuration. Is the callback restricted ? I have a Di…