Skip to content

Commit 7cb88ed

Browse files
Update README
1 parent 7dd001c commit 7cb88ed

File tree

7 files changed

+29
-15
lines changed

7 files changed

+29
-15
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
fp-info-cache
33
WLEDController-backups/
44
*.lck
5+
old_version/

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
# WLED Controller - 4 Channels - Current and power monitoring
1+
# WLED Controller (ESP32) - 4 Channels - Current and power monitoring
22

33
## Features
4-
- **4** Channels, **25A** total, **10A** per channel
5-
- Every channel has _independent_ current, power and voltage monitoring (INA219)
4+
- 4 Channels
5+
- Max 25A total
6+
- Max 10A per channel
7+
- Every channel has _independent_ current, power and voltage monitoring (using INA219)
8+
- Sending power monitoring data to HomeAssistant via MQTT
69
- Relay for cutting power to LED-strips
710
- Touch surface on PCB (next to LED) usable as custom button
811
- SMD-1206 parts for easy hand soldering
@@ -11,8 +14,18 @@
1114
- _**Optional:** INMP441 I2S Microphone with low noise power supply_
1215
- _**Optional:** Line-In Audio with extension board (I2S ADC: PCM1808)_
1316

17+
## Usermod
18+
This board requires a usermod for WLED for full support of all features including power monitoring.
19+
20+
_**NOTE:** The usermod is currently in development and will be uploaded to thtis repository._
21+
1422
## 3D Board view
1523
<p align="center" width="100%">
1624
<img src="/plots/3d_front.png" alt="3D PCB"/>
1725
<img src="/plots/3d_back.png" alt="3D PCB"/>
1826
</p>
27+
28+
## Board
29+
<p align="center" width="100%">
30+
<img src="/plots/board/board_front.png" alt="3D PCB"/>
31+
</p>

WLEDController.kicad_prl

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"board": {
3-
"active_layer": 0,
3+
"active_layer": 37,
44
"active_layer_preset": "All Layers",
55
"auto_track_width": true,
66
"hidden_netclasses": [],
@@ -80,27 +80,27 @@
8080
"project": {
8181
"files": [
8282
{
83-
"name": "WLEDController.kicad_sch",
84-
"open": true,
83+
"name": "WLEDController.kicad_pcb",
84+
"open": false,
8585
"window": {
8686
"display": 0,
8787
"maximized": true,
88-
"pos_x": 120,
89-
"pos_y": 166,
88+
"pos_x": 134,
89+
"pos_y": 114,
9090
"size_x": 1728,
9191
"size_y": 1079
9292
}
9393
},
9494
{
95-
"name": "WLEDController.kicad_pcb",
96-
"open": true,
95+
"name": "WLEDController.kicad_pro",
96+
"open": false,
9797
"window": {
9898
"display": 0,
99-
"maximized": true,
100-
"pos_x": 134,
101-
"pos_y": 114,
102-
"size_x": 1728,
103-
"size_y": 1079
99+
"maximized": false,
100+
"pos_x": 328,
101+
"pos_y": 159,
102+
"size_x": 1087,
103+
"size_y": 686
104104
}
105105
}
106106
]
File renamed without changes.

plots/board/board_back.png

839 KB
Loading

plots/board/board_front.png

1.47 MB
Loading
File renamed without changes.

0 commit comments

Comments
 (0)