-
Notifications
You must be signed in to change notification settings - Fork 9
Description
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 can't be written
I copy/pasted a couple lines of code you posted here, and i got this error.. i think its because that mac address cant be assigned to the sender variable??
edit: at least i think i connected idk.. but the error message changed from saying the bluetooth connection timed out to this when i put in the correct mac address, (the address of the led screen itself)