Skip to content

Commit

Permalink
Fix inductor sizes, more sturdy PTT switches, clarify silk screen aro…
Browse files Browse the repository at this point in the history
…und NeoPixel, split Panel out into its own production/ directory. (#131)

* Small test program to validate v2 hardware. #88

* v2.1 work. I think I'm done, waiting for comments from Vance. #88

* Panelizing to meet JLCPCB's minimum 70x70mm dimensions. #88

* A small board to test the LPF design. #88

* Moved from Filter\ Test, so I can also make a UHF filter test. #22

* Split Filter\ Test into VHF and UHF versions. Order VHF yesterday, UHF today. #22

* De-bumping to v2.1.  Sticking with v2.0c instead. #88

* v2.0c release candidate. I'm about to order this.

* Panelized for JLCPCB production. (They need 70x70mm.) #88

* VNA measurements of LPF test boards.  #88 and #22

* Thanks to @jh4vsm for finding this bug.  #129 (comment) #88 #129

* Ignoring lock and tmp files.

* MFG issues. 2012mm inductors are actually 2115mm. PTT buttons now through hole. Added + indicator on NeoPixel. #88 These production/ files are single board.

* Moved panel to its own project directory. #130

* Ignore vim swap files

* Uses json now, same data source as running from KiCAD. #130

* Moved the 2115 inductor outline into the shared library. #130

* Didn't save before previous commit. Oops. #131
  • Loading branch information
SmittyHalibut authored Dec 10, 2024
1 parent dab593f commit f96d975
Show file tree
Hide file tree
Showing 33 changed files with 149,811 additions and 45,819 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ android-src/KV4PHT/app/release/*
android-src/KV4PHT/usbSerialForAndroid/build/*
build/
backups/
~*
*.lck
*.swp
File renamed without changes.
1 change: 1 addition & 0 deletions pcb/KiCAD/kv4p-ht-PANEL/fabrication-toolkit-options.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"EXTRA_LAYERS": "", "ALL_ACTIVE_LAYERS": false, "EXTEND_EDGE_CUT": true, "ALTERNATIVE_EDGE_CUT": false, "AUTO TRANSLATE": true, "AUTO FILL": true, "EXCLUDE DNP": true}
Loading

0 comments on commit f96d975

Please sign in to comment.