Compare commits

...

5 Commits

Author SHA1 Message Date
dd7a9dd173 a lot of fixes 2023-11-03 01:12:56 +01:00
c7e94f342a idk 2023-11-02 23:15:35 +01:00
747b24364f Updated TODO 2023-11-02 18:37:45 +01:00
15dc7fe8be git cleanup 2023-11-02 18:29:32 +01:00
07f4e8ebcc better large boi 2023-06-15 19:00:10 +02:00
12 changed files with 175323 additions and 12399 deletions

9
.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
*.bak
*.zip
*.gz
production/**
fp-info-cache
fp-lib-table
*.xml
bom/**
*.lck

5
TODO
View File

@ -4,6 +4,7 @@
[x] Make pads for the transformer larger and longer [x] Make pads for the transformer larger and longer
[x] Add some thermal reliefs [x] Add some thermal reliefs
[x] Make better use of the vertical space [x] Make better use of the vertical space
[ ] Remove ground under voltage multiplier to reduce parassitic losses
# Schematic # Schematic
@ -11,7 +12,9 @@
[x] Find new mosfet, not sot-23 [x] Find new mosfet, not sot-23
[x] Add test pads [x] Add test pads
[ ] Adjust snubber for higher mosfet rds_on [ ] Adjust snubber for higher mosfet rds_on
[ ] The soft start does not work right now
[x] Add a pull down resistor to ENABLE
# Debug # Debug
[ ] Try to use the larger mosfets with jumpers and see [x] Try to use the larger mosfets with jumpers and see

162498
fp-info-cache

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"board": { "board": {
"active_layer": 36, "active_layer": 0,
"active_layer_preset": "", "active_layer_preset": "",
"auto_track_width": false, "auto_track_width": false,
"hidden_netclasses": [], "hidden_netclasses": [],
@ -38,6 +38,7 @@
9, 9,
10, 10,
11, 11,
12,
13, 13,
15, 15,
16, 16,

File diff suppressed because it is too large Load Diff