-
Notifications
You must be signed in to change notification settings - Fork 639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Woox GU10 Lamp #2076
Comments
PIN labeled as D seems to be connected to pin 9 (MTMS) on ESP8266EX. |
It seems that this could be quite similar to #568 |
If it is, we need to implement it first. Thanks for the research! From the referenced issue links, see arendst/Tasmota#4991 for raw sw SPI code that drives the leds. I'd expect that sm16717 tasmota configuration to work just fine with this bulb. And interestingly enough, FastLED lib supports it - https://github.com/FastLED/FastLED/wiki/Chipset-reference#other-stuff
(Since there was an issue regarding fastled integration anyway) |
I figured this one out I think, it has exactly the same pin layout as the below bulb https://templates.blakadder.com/cleverio-51398.html It's working in my case now. Thank you for putting me on the right track, you guys rock! |
I bought few of thees lamps as they looked similar to alredy supportet GU10 lamps.
I managed to flash them with Tuya and generic GU10 firmware but the light was constantly on.
I tried few other FWs via OTA until I got to iWoole LED Table Lamp. With that firmware light turned off and I was able to controll white chanel with (I assume) green value.
So I took source code for iWoole and started to tinkering with it, unfortunatelly after another OTA light stopped responding and as I do not see any obvious labeled pads to solder to I wanted to ask firts if there isn't a light with similar chips or somone have any Idea where I could start.
The text was updated successfully, but these errors were encountered: