aboutsummaryrefslogtreecommitdiffstats
path: root/dumped/decoded.md
diff options
context:
space:
mode:
authorBernhard Guillon <Bernhard.Guillon@begu.org>2024-12-25 00:34:42 +0100
committerBernhard Guillon <Bernhard.Guillon@begu.org>2024-12-29 19:54:53 +0100
commit1762c56956bafd6fc0636516b494dfa935ff8aec (patch)
tree5b693c0c70400b71c982401fd9693a48991d3c23 /dumped/decoded.md
parent40404fb81dfad3f5c5cf567bb053796a9135165e (diff)
downloadwb3s-ble-nebula-galaxy-1762c56956bafd6fc0636516b494dfa935ff8aec.tar.gz
wb3s-ble-nebula-galaxy-1762c56956bafd6fc0636516b494dfa935ff8aec.zip
space_light: first version
TODO: pwm initialization is currently best guess could be wrong active low|high TODO: implement pairing TODO: implement timer TODO: use the button for something TODO: implement a better client
Diffstat (limited to 'dumped/decoded.md')
-rw-r--r--dumped/decoded.md47
1 files changed, 47 insertions, 0 deletions
diff --git a/dumped/decoded.md b/dumped/decoded.md
new file mode 100644
index 0000000..e6d60e9
--- /dev/null
+++ b/dumped/decoded.md
@@ -0,0 +1,47 @@
+# My device config
+|Config|Value|Description|
+|------|-----|-----------|
+|Jsonver| 1.1.0| json version|
+|module| WB3S| Module coosed for the light|
+|cmod| rgbcw| Color Model (5) rgbcw|
+|dmod| 0| Color driver mode: 0-> PWM|
+|cwtype| 0| Color temperature drive mode: 0 -> CW|
+|onoffmode| 1| Is there a gradient when switching 1 -> turn ondirectly|
+|pmemory| 1| Is there a power off memory 1 -> save data app|
+|ctrl_pin| 7| CTRL pin|
+|ctrl_lv| 0| CTRL pin low active|
+|title20| 0| -> don't support T20|
+
+|Light config|Value|Description|
+|------|-----|-----------|
+|defcolor| b| light color afer connected |
+|defbright| 80| light default brightness after connected|
+|deftemp| 100| light default temperature|
+|cwmaxp| 100| Maximum power configuration of cold and warm light mixing|
+|brightmin| 10| Minimum brightness: 1-100|
+|brightmax| 100| Maximum brightness: 1-100|
+|colormax| 100| Maximum color?: 1-100|
+|colormin| 10| Minumum color?: 1-100|
+
+|Connection config|Value|Description|
+|------|-----|-----------|
+|wfcfg| spcl| Low power / flash, value: spcl,prod|
+|rstbr| 80| light brightness while connecting|
+|rstcor| b| light color while connecting|
+|rstmode| 0| light reset pairing mode |
+|rstnum| 3| number of times required to reset by switching on off|
+|rsttemp| 100| light brightness while connecting|
+
+|PWM config|Value|Description|
+|------|-----|-----------|
+|pwmhz| 1000| PWM frequency|
+|r_pin| 9| red light pin|
+|r_lv| 0| red light low active|
+|g_pin| 24| green light pin|
+|g_lv| 0| green light low active|
+|b_pin| 26| blue light pin |
+|b_lv| 0| blue light low active|
+|c_pin| 8| cold light pin |
+|c_lv| 0| cold light low active |
+|w_pin| 6| warm light (motor) pin|
+|w_lv| 1| warm light (motor) high active|