Compare commits
5 Commits
504e1079ef
...
dd7a9dd173
| Author | SHA1 | Date | |
|---|---|---|---|
| dd7a9dd173 | |||
| c7e94f342a | |||
| 747b24364f | |||
| 15dc7fe8be | |||
| 07f4e8ebcc |
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
*.bak
|
||||||
|
*.zip
|
||||||
|
*.gz
|
||||||
|
production/**
|
||||||
|
fp-info-cache
|
||||||
|
fp-lib-table
|
||||||
|
*.xml
|
||||||
|
bom/**
|
||||||
|
*.lck
|
||||||
5
TODO
5
TODO
@ -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
162498
fp-info-cache
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
BIN
geiger_counter-backups/geiger_counter-2023-06-14_214018.zip
Normal file
BIN
geiger_counter-backups/geiger_counter-2023-06-14_214018.zip
Normal file
Binary file not shown.
BIN
geiger_counter-backups/geiger_counter-2023-06-15_162433.zip
Normal file
BIN
geiger_counter-backups/geiger_counter-2023-06-15_162433.zip
Normal file
Binary file not shown.
BIN
geiger_counter-backups/geiger_counter-2023-06-15_185041.zip
Normal file
BIN
geiger_counter-backups/geiger_counter-2023-06-15_185041.zip
Normal file
Binary file not shown.
BIN
geiger_counter-backups/geiger_counter-2023-06-15_185630.zip
Normal file
BIN
geiger_counter-backups/geiger_counter-2023-06-15_185630.zip
Normal file
Binary file not shown.
24493
geiger_counter.kicad_pcb
24493
geiger_counter.kicad_pcb
File diff suppressed because it is too large
Load Diff
@ -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
Reference in New Issue
Block a user