[BK7231N/SM2235] RGBCW ANTELA Alexa Deckenlampe LED WiFi 20W (Immax) with SM2235EGH LED driver
TL;DR
- An Immax ANTELA Alexa ceiling lamp PLAFONIERA 20W with a BK7231N and SM2235EGH LED driver is flashed with OpenBK7231N.
- The lamp exposes 3.3V, GND, RX, TX pads, and tuya-cloudcutter is used after checking the current firmware in SmartLive.
- The device model is AN-EU-CL260-WIFILIC-RGBCW-TD-01, and the LED pins are mapped as P24: SM2235DAT and P26: SM2235CLK.
- An autoexec.bat with SM2235_Map 2 1 0 3 4 configures the BGRCW channels, and the lamp is ready.
- The flashed firmware must be at least 1.15.345; otherwise, update it over OTA.
This is a short teardown and flashing guide for ANTELA ceiling lamp PLAFONIERA 20W
Wenkman - 20.01.2023
Brand: Immax
Model: AN-EU-CL260-WIFILIC-RGBCW-TD-01
Chip: BK7231N
LED Driver: SM2235EGH
Shop: Amazon
I searched Amazon for a ceiling light made by Tuya, found the above, ordered it, arrived 10 days later and immediately disassembled it.
I quickly found the "3.3V,GND,RX,TX" pins on the underside, but still wanted to try the tuya-cloudcutter first.
first connected the lamp to the SmartLive app to find out the current firmware
Then immediately disconnected the lamp again.
I have now followed this guide again.
I pulled the current firmware for the BK7231N from Github
wget https://github.com/openshwprojects/OpenBK7231T_App/releases/download/1.15.344/OpenBK7231N_UG_1.15.344.binand then started the flashing with the start command:
sudo ./tuya-cloudcutter.sh -w wlan0After flashing, you should definitely check which version was installed, it must be at least 1.15.345
otherwise update under OTA
after that define the pins
P24: SM2235DAT
P26: SM2235CLK
now just create an autoexec.bat and add the following code (for BGRCW customization).
SM2235_Map 2 1 0 3 4
then just confirm with the button "Save, Reset SVM and run file as script thread" and the lamp is ready.
I hope I could help someone with this.
Comments
Thank you, it's good to see that SM2235 driver is useful for users. SM2235 driver is very similar to SM2135, but it offers a 10bit colour precision , which is better than 8 bit in SM2135 version. So... [Read more]