Hello!
This is my first time posting something like this so apologies in advance if I have incorrectly formatted something.
![[BK7231N - CBU] BlissLights Sky Light Evolve Galaxy LED Laser Projector [BK7231N - CBU] BlissLights Sky Light Evolve Galaxy LED Laser Projector](https://obrazki.elektroda.pl/4505923100_1686938327_thumb.jpg)
I noticed that the Smart Life app can be used alongside the Blisslights app to control the projector and sure enough, it uses a Tuya chip.
BK7231N - CBU
The pins located to the right of the chip on the board allowed for easy flashing. I tried and failed to use a multimeter to figure out the pins so I just started turning off and on pins. It took a lot of guessing but I got as close as I could to something functional by pulling all I could from the Genio Galaxy Lamp setup. The LED works, though I am unsure how to set it up for RGBW. I set the channels as 0,1,2,4 though that may have messed up how the Genio config renders the controls. Laser works properly and brightness works. Motor can be controlled as well. Button on the USB cable works to turn everything off and on, though the LED on the remote no longer works. Only things missing are the individual motor control and toggles not working when restarted due to the speed and brightness setting defaulting to zero. Was not able to figure out Home Assistant integration.
![[BK7231N - CBU] BlissLights Sky Light Evolve Galaxy LED Laser Projector [BK7231N - CBU] BlissLights Sky Light Evolve Galaxy LED Laser Projector](https://obrazki.elektroda.pl/7829889900_1686938354_thumb.jpg)
![[BK7231N - CBU] BlissLights Sky Light Evolve Galaxy LED Laser Projector [BK7231N - CBU] BlissLights Sky Light Evolve Galaxy LED Laser Projector](https://obrazki.elektroda.pl/4763476200_1686938354_thumb.jpg)
![[BK7231N - CBU] BlissLights Sky Light Evolve Galaxy LED Laser Projector [BK7231N - CBU] BlissLights Sky Light Evolve Galaxy LED Laser Projector](https://obrazki.elektroda.pl/8092255900_1686938354_thumb.jpg)
![[BK7231N - CBU] BlissLights Sky Light Evolve Galaxy LED Laser Projector [BK7231N - CBU] BlissLights Sky Light Evolve Galaxy LED Laser Projector](https://obrazki.elektroda.pl/9064368400_1686938362_thumb.jpg)
Here is the pinout I managed to work out with my limited experience but I'm sure there are things I am missing.
{
"vendor": "Tuya",
"bDetailed": "0",
"name": "Full Device Name Here",
"model": "enter short model name here",
"chip": "BK7231N",
"board": "TODO",
"flags": "2757771",
"keywords": [
"TODO",
"TODO",
"TODO"
],
"pins": {
"6": "PWM;0",
"7": "PWM;6",
"8": "PWM;7",
"9": "PWM;4",
"14": "Btn;5",
"24": "PWM;2",
"26": "PWM;1"
},
"command": "",
"image": "https://obrazki.elektroda.pl/YOUR_IMAGE.jpg",
"wiki": "https://www.elektroda.com/rtvforum/topic_YOUR_TOPIC.html"
}
I also added this to the autoexec.bat:
startDriver PWMToggler
toggler_channel0 7
toggler_name0 Laser
toggler_channel1 6
toggler_name1 Motor
// this will make disabling LED also disable both togglers (laser and motor)
addEventHandler LEDState 0 backlog toggler_enable0 0; toggler_enable1 0;
// this will make enabling LED also enable both togglers (laser and motor)
// Comment out if you don't want it!
addEventHandler LEDState 1 backlog toggler_enable0 1; toggler_enable1 1;
![[BK7231N - CBU] BlissLights Sky Light Evolve Galaxy LED Laser Projector [BK7231N - CBU] BlissLights Sky Light Evolve Galaxy LED Laser Projector](https://obrazki.elektroda.pl/1530077500_1686939246_thumb.jpg)
I have the original firmware backed up in case it is needed. Hope this helps!
Cool? Ranking DIY