Compare commits
6 commits
e01e46ef3b
...
acaacce737
Author | SHA1 | Date | |
---|---|---|---|
|
acaacce737 | ||
|
0c7bae7b54 | ||
|
93c9a02deb | ||
|
f9d709c56e | ||
|
f85efb1a27 | ||
|
058aecb5c5 |
7 changed files with 8 additions and 0 deletions
|
@ -28,3 +28,9 @@ You have to click at the link "reset timing control data" on the webinterface.
|
|||
Sample schematics (no NodeMCU pins defined in there)
|
||||
|
||||
![Sample schematics](pic/schematics.png)
|
||||
|
||||
![Prototype](pic/prototype.jpeg)
|
||||
|
||||
![3D printed case](pic/case/IMG_3410.JPG)
|
||||
![3D printed case](pic/case/IMG_3411.JPG)
|
||||
|
||||
|
|
Binary file not shown.
|
@ -173,6 +173,8 @@ void tc_update_main()
|
|||
bri[i] = 0;
|
||||
current_bri[i] = 0;
|
||||
current_pwm[i] = 0;
|
||||
transitiontime[i] = 4;
|
||||
process_lightdata(i, transitiontime[i]);
|
||||
}
|
||||
|
||||
return;
|
||||
|
|
BIN
pic/case/IMG_3409.JPG
Normal file
BIN
pic/case/IMG_3409.JPG
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 MiB |
BIN
pic/case/IMG_3410.JPG
Normal file
BIN
pic/case/IMG_3410.JPG
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 MiB |
BIN
pic/case/IMG_3411.JPG
Normal file
BIN
pic/case/IMG_3411.JPG
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 MiB |
BIN
pic/prototype.jpeg
Normal file
BIN
pic/prototype.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 MiB |
Loading…
Reference in a new issue