HappyLighting-py icon indicating copy to clipboard operation
HappyLighting-py copied to clipboard

Bluetooth Reference

Open cheesebellies opened this issue 1 year ago • 2 comments

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.

cheesebellies avatar Nov 25 '24 02:11 cheesebellies

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.

MikeCoder96 avatar Dec 17 '24 21:12 MikeCoder96

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

tapiaer22 avatar Mar 31 '25 18:03 tapiaer22