python-spotled
python-spotled copied to clipboard
Allows control of SPOTLED bluetooth led displays via Python
traceback (most recent call last): File "/home/thescribe/Documents/spotledtest.py", line 2, in sender = spotled.LedConnection('E1:A0:BB:5D:5A:A0') File "/home/thescribe/.local/lib/python3.10/site-packages/spotled/__init__.py", line 771, in __init__ self.connection.write_by_handle(0x0f, b'\x00\x00\x00\x01') # request notifications gattlib.GATTException: Characteristic value/descriptor operation failed: Attribute...

Whenever i try to run the test script from readme i get: (i changed the MAC of the device a little) ``` Traceback (most recent call last): File "/home/myuser/python-spotled/example/test.py", line...
Hi, I have been trying to connect to a spotled sign with this but I cannot make it work with your demo code. Using a Raspberry Pi 4 I have...
hey! this is great, I just got the screen from aliexpress and I was wondering about some reverse engineering. Did you copied all sniffing ble communication? I would love to...
If you get > (env) :~/Documents/python-spotled $ pip3 install gattlib Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting gattlib Using cached gattlib-0.20210616.tar.gz (54 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error >...
Wrong serialization order caused speed to be ignored.
Hey, thanks for your library. I've made a GUI that helps to create animations for one color SpotLED screens: https://github.com/ordigital/spotled-gui Enjoy. :)