Bluetooth Reference
I have a Mac computer, and a lot of this code doesn't work without adjustment for me. I'd love to have a basic reference file about the Bluetooth commands/packets/code that makes this project work, so I can make my own scripts and not have to use Happy Lighting's janky app. I'm not requesting that full documentation and comments be added to the code (that's a bit extreme) so if this request is too difficult or tedious, just don't bother.
You can write here the errors so I can try to help you with it. I do not own a MacBook so I never tried.
Hi @cheesebellies, I’ve developed an easy-to-use object that allows anyone to personalize their own LED setup. It contains similar commands, and you can use it on your own script.
Here is the documentation where I explain how to make your own scripts (Turn on/off LEDs, connect, change color, etc): https://github.com/tapiaer22/Praximedes/wiki/LED_Source.py
And here is the code with the LED (LED_Source) object: https://github.com/tapiaer22/Praximedes/blob/main/src/LED_Source.py