Arilux LC10

Post Reply
elmaya
Posts: 1482
Joined: Wed Jun 27, 2018 5:48 pm
Location: El Saucejo - Sevilla

RGBW + RF remote.

Code: Select all

RF remote control functions are:
   +--------+--------+--------+
   |   ON   | Toggle |   OFF  |
   +--------+--------+--------+
   |BRI_ALL |BRI_RGB | BRI_ W |
   +--------+--------+--------+
   | DIM_ALL| DIM_RGB| DIM_W  |
   +--------+--------+--------+
   |  RED   | GREEN  |  BLUE  |
   +--------+--------+--------+
   | ORANGE | LT GRN | LT BLUE|
   +--------+--------+--------+
   | AMBER  |  CYAN  | PURPLE |
   +--------+--------+--------+
   | YELLOW |  PINK  | WHITE  |
   +--------+--------+--------+
RF remote controls have different identification codes so it is necessary to pair them with the LC10.
this is done automatically with the first received RF code.
if later it is necessary to reactivate the pairing:
access WiFiConfig by pressing the button for at least 10 seconds.
in the "suppla server" field write "get_new_rf" and press Save.
WiFiConfig data does not change, the LC10 reboots and RF pairing is activated again.

you have to write "get_new_rf" as shown below, without blank spaces.

Code: Select all

get_new_rf

the button "Gpio0 to GND" has the following functions:
click = TOGGLE_RGB.
doubleClick = TOGGLE_W.
10 seconds = WiFiConfig.

Supla_lc10_C_DOUT_8Mbit.rar
(375.7 KiB) Downloaded 88 times
elmaya
Posts: 1482
Joined: Wed Jun 27, 2018 5:48 pm
Location: El Saucejo - Sevilla

RGB + W + RF remote.

Code: Select all

   RF Remote
   +--------+--------+--------+
   | ON RGB |Toggle W| OFF RGB|
   +--------+--------+--------+
   |BRI_ALL |BRI_RGB | BRI_ W |
   +--------+--------+--------+
   |DIM_ALL | DIM_RGB| DIM_W  |
   +--------+--------+--------+
   |  RED   | GREEN  |  BLUE  |
   +--------+--------+--------+
   | ORANGE | LT GRN | LT BLUE|
   +--------+--------+--------+
   | AMBER  |  CYAN  | PURPLE |
   +--------+--------+--------+
   | YELLOW |  PINK  | WHITE  |
   +--------+--------+--------+
Supla_lc10_RGB_Dimm_DOUT_8Mbit.rar
(352.07 KiB) Downloaded 69 times
Post Reply

Return to “Ideas and concepts”