Hello,
I am trying to build my own arduino code for the EPS8285 for an RGB WW CW led. I have bought some cheap Alixpress GU10 lights which worked perfect, but after buying more GU10 lights i received the wrong ones without warm white leds.
I now bought some LSC RGB GU10 lights but instead of the ESP8266 they come with an ESP8285.
I can flash them with my own code but i cannot get the leds working.
I then tried with tasmotizer and i got a result. I needed to use this template in tasmota:
{"NAME":"LSC RGBCW LED","GPIO":[0,0,0,0,0,0,0,0,4064,0,4032,0,0,0],"FLAG":0,"BASE":18}
When i use this, i can get the lights working (not as good as i hoped, but at least they respond to the sliders).
In my own code i made 5 channels, Red, Green, Blue, Warm white, Cold white.
I could change every chanel from value 0 to 255 so i could combine whatever i wanted.
With these lights, rgb turns off when i change the white chanel, and changing the white chanel makes warm white go off while cold white goes on.
But even with this, am i able to create my own code? I cannot find any information on google. If i search for "Arduino SM2135", "Arduino LSC RGB", etc. the only things i find is tasmota.
Thanks a lot!