flux_led icon indicating copy to clipboard operation
flux_led copied to clipboard

additional control states: pause, run

Open csylvain opened this issue 6 years ago • 0 comments

in addition to on and off states, apparently the protocol offers pause and run (perhaps exploited to do the 'music' modes?):

got back a response from Tomas Li, Sales Manager for Zhengji Lighting&Electronics International Co.,Ltd, with great info.

Email: [email protected]

Skype: zhengji_tomas

Web: www.zengge.en.alibaba.com www.enledcontroller.com

**** product documentation start ****

  1. Send static color:

             a) Send order:
    
                             0x56 + 8bit red data + 8bit green data + 8bit blue data + 0xAA
    
             b ) Controller response:no response
    
  2. Send built-in mode:

             a) Send order:
    
                             0xBB + 8bit mode value + 8bit speed value + 0x44
    
                             8bit mode value‘Pls refer to €œappendix1,built-in mode content
    
                             8bit speed value‘Range:0x01--0x1F ,0x01 is the fastest,0x1F is the slowest.
    
             b ) Controller response:no response
    
  3. Send command:switch on/off ;run/pause

             a) Send command:
    
                             0xCC + 8bit key + 0x33
    
    
    
                             8bit key
    
                             1. 0x23 is switch on
    
                             2. 0x24 is switch off
    
                             3. 0x20 is run
    
                             4. 0x21 is pause
    
    
    
             b ) Controller response:no response
    
  4. Send custom mode:

             a) Send command:
    
                             0x99 + 1st point 24bit colorimetric value(R=?,G=?,B=?) + 2nd point 24bit colorimetric value + ... + 16th point 24bit colorimetric value + 8bit speed value + 8bit CHANGING mode value + 0xFF + 0x66
    
    
    
                             i. 1st point 24bit colorimetric value are three bits which are three value of first RGB. There are total 16colors, then color value have 48 types.
    
                             ii. 8bit CHANGING mode value
    
                                             1. 0x3A :gradual
    
                                             2. 0x3B :jump;
    
                                             3. 0x3C :flash
    
                             iii. Notice:
    
                                             R=1,G=2,B=3 is a color terminator,it means this color is the last color.
    
             b ) Controller response:no response
    
  5. Other info:

             a) appendix1,built-in mode content:
    
                             1:7 colors gradual change 0x25
    
                             2:red gradual change 0x26
    
                             3:green gradual change 0x27
    
                             4:blue gradual change 0x28
    
                             5:yellow gradual change 0x29
    
                             6:cyan gradual change 0x2A
    
                             7:purple gradual change 0x2B
    
                             8:white gradual change 0x2C
    
                             9:red and green gradual change 0x2D
    
                             10:red and blue gradual change 0x2E
    
                             11:green and blue gradual change 0x2F
    
                             12: 7 colors flicker 0x30
    
                             13:red flicker 0x31
    
                             14:green flicker 0x32
    
                             15:blue flicker 0x33
    
                             16:yellow flicker 0x34
    
                             17:cyan flicker 0x35
    
                             18:purple flicker 0x36
    
                             19:white flicker 0x37
    
                             20: jumpy 7 colors 0x38
    
             b ) appendix2, colorimetric valuedefinition
    
                             8bit red data      0x00--0xFF
    
                             8bit green data 0x00--0xFF
    
                             8bit blue data    0x00--0xFF
    

**** product documentation end ****

csylvain avatar Dec 19 '18 14:12 csylvain