Compare commits

...

9 Commits

11 changed files with 11252 additions and 182809 deletions

312
.gitignore vendored
View File

@ -29,6 +29,13 @@ fp-lib-table
# Exported BOM files # Exported BOM files
*.xml *.xml
*.csv *.csv
bom/
# Manufacture files
Gerber/
# 3D-model Files
FT25_BSPD.step
# ---> C # ---> C
# Prerequisites # Prerequisites
@ -83,4 +90,307 @@ modules.order
Module.symvers Module.symvers
Mkfile.old Mkfile.old
dkms.conf dkms.conf
Gerber/
# ---> TeX
## Core latex/pdflatex auxiliary files:
*.aux
*.lof
*.log
*.lot
*.fls
*.out
*.toc
*.fmt
*.fot
*.cb
*.cb2
.*.lb
## Intermediate documents:
*.dvi
*.xdv
*-converted-to.*
# these rules might exclude image files for figures etc.
# *.ps
# *.eps
# *.pdf
## Generated if empty string is given at "Please type another file name for output:"
.pdf
## Bibliography auxiliary files (bibtex/biblatex/biber):
*.bbl
*.bcf
*.blg
*-blx.aux
*-blx.bib
*.run.xml
## Build tool auxiliary files:
*.fdb_latexmk
*.synctex
*.synctex(busy)
*.synctex.gz
*.synctex.gz(busy)
*.pdfsync
## Build tool directories for auxiliary files
# latexrun
latex.out/
## Auxiliary and intermediate files from other packages:
# algorithms
*.alg
*.loa
# achemso
acs-*.bib
# amsthm
*.thm
# beamer
*.nav
*.pre
*.snm
*.vrb
# changes
*.soc
# comment
*.cut
# cprotect
*.cpt
# elsarticle (documentclass of Elsevier journals)
*.spl
# endnotes
*.ent
# fixme
*.lox
# feynmf/feynmp
*.mf
*.mp
*.t[1-9]
*.t[1-9][0-9]
*.tfm
#(r)(e)ledmac/(r)(e)ledpar
*.end
*.?end
*.[1-9]
*.[1-9][0-9]
*.[1-9][0-9][0-9]
*.[1-9]R
*.[1-9][0-9]R
*.[1-9][0-9][0-9]R
*.eledsec[1-9]
*.eledsec[1-9]R
*.eledsec[1-9][0-9]
*.eledsec[1-9][0-9]R
*.eledsec[1-9][0-9][0-9]
*.eledsec[1-9][0-9][0-9]R
# glossaries
*.acn
*.acr
*.glg
*.glo
*.gls
*.glsdefs
*.lzo
*.lzs
*.slg
*.slo
*.sls
# uncomment this for glossaries-extra (will ignore makeindex's style files!)
# *.ist
# gnuplot
*.gnuplot
*.table
# gnuplottex
*-gnuplottex-*
# gregoriotex
*.gaux
*.glog
*.gtex
# htlatex
*.4ct
*.4tc
*.idv
*.lg
*.trc
*.xref
# hyperref
*.brf
# knitr
*-concordance.tex
# TODO Uncomment the next line if you use knitr and want to ignore its generated tikz files
# *.tikz
*-tikzDictionary
# listings
*.lol
# luatexja-ruby
*.ltjruby
# makeidx
*.idx
*.ilg
*.ind
# minitoc
*.maf
*.mlf
*.mlt
*.mtc[0-9]*
*.slf[0-9]*
*.slt[0-9]*
*.stc[0-9]*
# minted
_minted*
*.pyg
# morewrites
*.mw
# newpax
*.newpax
# nomencl
*.nlg
*.nlo
*.nls
# pax
*.pax
# pdfpcnotes
*.pdfpc
# sagetex
*.sagetex.sage
*.sagetex.py
*.sagetex.scmd
# scrwfile
*.wrt
# svg
svg-inkscape/
# sympy
*.sout
*.sympy
sympy-plots-for-*.tex/
# pdfcomment
*.upa
*.upb
# pythontex
*.pytxcode
pythontex-files-*/
# tcolorbox
*.listing
# thmtools
*.loe
# TikZ & PGF
*.dpth
*.md5
*.auxlock
# titletoc
*.ptc
# todonotes
*.tdo
# vhistory
*.hst
*.ver
# easy-todo
*.lod
# xcolor
*.xcp
# xmpincl
*.xmpi
# xindy
*.xdy
# xypic precompiled matrices and outlines
*.xyc
*.xyd
# endfloat
*.ttt
*.fff
# Latexian
TSWLatexianTemp*
## Editors:
# WinEdt
*.bak
*.sav
# Texpad
.texpadtmp
# LyX
*.lyx~
# Kile
*.backup
# gummi
.*.swp
# KBibTeX
*~[0-9]*
# TeXnicCenter
*.tps
# auto folder when using emacs and auctex
./auto/*
*.el
# expex forward references with \gathertags
*-tags.tex
# standalone packages
*.sta
# Makeindex log files
*.lpz
# xwatermark package
*.xwm
# REVTeX puts footnotes in the bibliography by default, unless the nofootinbib
# option is specified. Footnotes are the stored in a file with suffix Notes.bib.
# Uncomment the next line to have this generated file ignored.
#*Notes.bib

File diff suppressed because it is too large Load Diff

View File

@ -69,16 +69,19 @@
"copper_edge_clearance": "error", "copper_edge_clearance": "error",
"copper_sliver": "warning", "copper_sliver": "warning",
"courtyards_overlap": "ignore", "courtyards_overlap": "ignore",
"creepage": "error",
"diff_pair_gap_out_of_range": "error", "diff_pair_gap_out_of_range": "error",
"diff_pair_uncoupled_length_too_long": "error", "diff_pair_uncoupled_length_too_long": "error",
"drill_out_of_range": "error", "drill_out_of_range": "error",
"duplicate_footprints": "warning", "duplicate_footprints": "warning",
"extra_footprint": "warning", "extra_footprint": "warning",
"footprint": "error", "footprint": "error",
"footprint_filters_mismatch": "ignore",
"footprint_symbol_mismatch": "warning", "footprint_symbol_mismatch": "warning",
"footprint_type_mismatch": "ignore", "footprint_type_mismatch": "ignore",
"hole_clearance": "error", "hole_clearance": "error",
"hole_near_hole": "error", "hole_near_hole": "error",
"hole_to_hole": "error",
"holes_co_located": "warning", "holes_co_located": "warning",
"invalid_outline": "error", "invalid_outline": "error",
"isolated_copper": "warning", "isolated_copper": "warning",
@ -89,9 +92,11 @@
"lib_footprint_mismatch": "ignore", "lib_footprint_mismatch": "ignore",
"malformed_courtyard": "error", "malformed_courtyard": "error",
"microvia_drill_out_of_range": "error", "microvia_drill_out_of_range": "error",
"mirrored_text_on_front_layer": "warning",
"missing_courtyard": "ignore", "missing_courtyard": "ignore",
"missing_footprint": "warning", "missing_footprint": "warning",
"net_conflict": "warning", "net_conflict": "warning",
"nonmirrored_text_on_back_layer": "warning",
"npth_inside_courtyard": "ignore", "npth_inside_courtyard": "ignore",
"padstack": "warning", "padstack": "warning",
"pth_inside_courtyard": "ignore", "pth_inside_courtyard": "ignore",
@ -106,7 +111,9 @@
"text_thickness": "warning", "text_thickness": "warning",
"through_hole_pad_without_hole": "error", "through_hole_pad_without_hole": "error",
"too_many_vias": "error", "too_many_vias": "error",
"track_angle": "error",
"track_dangling": "warning", "track_dangling": "warning",
"track_segment_length": "error",
"track_width": "error", "track_width": "error",
"tracks_crossing": "error", "tracks_crossing": "error",
"unconnected_items": "error", "unconnected_items": "error",
@ -119,6 +126,7 @@
"min_clearance": 0.15, "min_clearance": 0.15,
"min_connection": 0.0, "min_connection": 0.0,
"min_copper_edge_clearance": 0.5, "min_copper_edge_clearance": 0.5,
"min_groove_width": 0.0,
"min_hole_clearance": 0.2, "min_hole_clearance": 0.2,
"min_hole_to_hole": 0.45, "min_hole_to_hole": 0.45,
"min_microvia_diameter": 0.2, "min_microvia_diameter": 0.2,
@ -136,10 +144,11 @@
}, },
"teardrop_options": [ "teardrop_options": [
{ {
"td_onpadsmd": true, "td_onpthpad": true,
"td_onroundshapesonly": false, "td_onroundshapesonly": false,
"td_onsmdpad": true,
"td_ontrackend": false, "td_ontrackend": false,
"td_onviapad": true "td_onvia": true
} }
], ],
"teardrop_parameters": [ "teardrop_parameters": [
@ -222,6 +231,7 @@
"mfg": "", "mfg": "",
"mpn": "" "mpn": ""
}, },
"layer_pairs": [],
"layer_presets": [], "layer_presets": [],
"viewports": [] "viewports": []
}, },
@ -416,10 +426,15 @@
"duplicate_sheet_names": "error", "duplicate_sheet_names": "error",
"endpoint_off_grid": "ignore", "endpoint_off_grid": "ignore",
"extra_units": "error", "extra_units": "error",
"footprint_filter": "ignore",
"footprint_link_issues": "warning",
"four_way_junction": "ignore",
"global_label_dangling": "warning", "global_label_dangling": "warning",
"hier_label_mismatch": "error", "hier_label_mismatch": "error",
"label_dangling": "error", "label_dangling": "error",
"label_multiple_wires": "warning",
"lib_symbol_issues": "ignore", "lib_symbol_issues": "ignore",
"lib_symbol_mismatch": "warning",
"missing_bidi_pin": "warning", "missing_bidi_pin": "warning",
"missing_input_pin": "warning", "missing_input_pin": "warning",
"missing_power_pin": "error", "missing_power_pin": "error",
@ -430,11 +445,16 @@
"no_connect_dangling": "warning", "no_connect_dangling": "warning",
"pin_not_connected": "error", "pin_not_connected": "error",
"pin_not_driven": "error", "pin_not_driven": "error",
"pin_to_pin": "warning", "pin_to_pin": "error",
"power_pin_not_driven": "error", "power_pin_not_driven": "error",
"same_local_global_label": "warning",
"similar_label_and_power": "warning",
"similar_labels": "warning", "similar_labels": "warning",
"similar_power": "warning",
"simulation_model_issue": "ignore", "simulation_model_issue": "ignore",
"single_global_label": "ignore",
"unannotated": "error", "unannotated": "error",
"unconnected_wire_endpoint": "warning",
"unit_value_mismatch": "error", "unit_value_mismatch": "error",
"unresolved_variable": "error", "unresolved_variable": "error",
"wire_dangling": "error" "wire_dangling": "error"
@ -446,7 +466,7 @@
}, },
"meta": { "meta": {
"filename": "FT25_BSPD.kicad_pro", "filename": "FT25_BSPD.kicad_pro",
"version": 1 "version": 3
}, },
"net_settings": { "net_settings": {
"classes": [ "classes": [
@ -461,6 +481,7 @@
"microvia_drill": 0.1, "microvia_drill": 0.1,
"name": "Default", "name": "Default",
"pcb_color": "rgba(0, 0, 0, 0.000)", "pcb_color": "rgba(0, 0, 0, 0.000)",
"priority": 2147483647,
"schematic_color": "rgba(0, 0, 0, 0.000)", "schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.2, "track_width": 0.2,
"via_diameter": 0.6, "via_diameter": 0.6,
@ -471,13 +492,13 @@
"bus_width": 12, "bus_width": 12,
"clearance": 0.2, "clearance": 0.2,
"diff_pair_gap": 0.25, "diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2, "diff_pair_width": 0.2,
"line_style": 0, "line_style": 0,
"microvia_diameter": 0.3, "microvia_diameter": 0.3,
"microvia_drill": 0.1, "microvia_drill": 0.1,
"name": "Power", "name": "Power",
"pcb_color": "rgba(0, 0, 0, 0.000)", "pcb_color": "rgba(0, 0, 0, 0.000)",
"priority": 0,
"schematic_color": "rgba(0, 0, 0, 0.000)", "schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.5, "track_width": 0.5,
"via_diameter": 0.6, "via_diameter": 0.6,
@ -486,7 +507,7 @@
} }
], ],
"meta": { "meta": {
"version": 3 "version": 4
}, },
"net_colors": null, "net_colors": null,
"netclass_assignments": null, "netclass_assignments": null,
@ -580,6 +601,7 @@
], ],
"filter_string": "", "filter_string": "",
"group_symbols": true, "group_symbols": true,
"include_excluded_from_bom": false,
"name": "", "name": "",
"sort_asc": true, "sort_asc": true,
"sort_field": "Reference" "sort_field": "Reference"
@ -612,8 +634,9 @@
"version": 1 "version": 1
}, },
"net_format_name": "", "net_format_name": "",
"page_layout_descr_file": "", "page_layout_descr_file": "kicad-embed://FaSTTUBe_worksheet.kicad_wks",
"plot_directory": "", "plot_directory": "",
"space_save_all_events": true,
"spice_current_sheet_as_root": false, "spice_current_sheet_as_root": false,
"spice_external_command": "spice \"%I\"", "spice_external_command": "spice \"%I\"",
"spice_model_current_sheet_as_root": true, "spice_model_current_sheet_as_root": true,

File diff suppressed because it is too large Load Diff

BIN
Hardware/FT25_BSPD.pdf Normal file

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -1 +1 @@
Subproject commit 0ff0eb678cbd0ee0675e1028264d6827a8c5a22e Subproject commit 30213d0e27af4612acae93c26f093f5439f184dd

View File

@ -1,37 +1,265 @@
(module "173010542" (layer F.Cu) (footprint "173010542"
(descr "173010542") (version 20241229)
(tags "Power Supply") (generator "pcbnew")
(fp_text reference PS** (at 0.000 -0) (layer F.SilkS) (generator_version "9.0")
(effects (font (size 1.27 1.27) (thickness 0.254))) (layer "F.Cu")
) (descr "173010542")
(fp_text user %R (at 0.000 -0) (layer F.Fab) (tags "Power Supply")
(effects (font (size 1.27 1.27) (thickness 0.254))) (property "Reference" "PS**"
) (at 0 0 0)
(fp_text value "173010542" (at 0.000 -0) (layer F.SilkS) hide (layer "F.SilkS")
(effects (font (size 1.27 1.27) (thickness 0.254))) (uuid "7ff07989-0116-45ac-9ea3-aba9225b185f")
) (effects
(fp_line (start -5.8 -3.925) (end 5.8 -3.925) (layer F.Fab) (width 0.2)) (font
(fp_line (start 5.8 -3.925) (end 5.8 4.575) (layer F.Fab) (width 0.2)) (size 1.27 1.27)
(fp_line (start 5.8 4.575) (end -5.8 4.575) (layer F.Fab) (width 0.2)) (thickness 0.254)
(fp_line (start -5.8 4.575) (end -5.8 -3.925) (layer F.Fab) (width 0.2)) )
(fp_line (start -5.8 -3.925) (end 5.8 -3.925) (layer F.SilkS) (width 0.1)) )
(fp_line (start 5.8 -3.925) (end 5.8 4.575) (layer F.SilkS) (width 0.1)) )
(fp_line (start 5.8 4.575) (end -5.8 4.575) (layer F.SilkS) (width 0.1)) (property "Value" "173010542"
(fp_line (start -5.8 4.575) (end -5.8 -3.925) (layer F.SilkS) (width 0.1)) (at 0 0 0)
(fp_line (start -6.8 -5.575) (end 6.8 -5.575) (layer F.CrtYd) (width 0.1)) (layer "F.SilkS")
(fp_line (start 6.8 -5.575) (end 6.8 5.575) (layer F.CrtYd) (width 0.1)) (hide yes)
(fp_line (start 6.8 5.575) (end -6.8 5.575) (layer F.CrtYd) (width 0.1)) (uuid "e6a88aa8-d28e-4199-b232-d04b57ba910a")
(fp_line (start -6.8 5.575) (end -6.8 -5.575) (layer F.CrtYd) (width 0.1)) (effects
(fp_line (start -2.6 -4.475) (end -2.6 -4.475) (layer F.SilkS) (width 0.2)) (font
(fp_line (start -2.4 -4.475) (end -2.4 -4.475) (layer F.SilkS) (width 0.2)) (size 1.27 1.27)
(fp_arc (start -2.5 -4.475) (end -2.600 -4.475) (angle 180) (layer F.SilkS) (width 0.2)) (thickness 0.254)
(fp_arc (start -2.5 -4.475) (end -2.400 -4.475) (angle 180) (layer F.SilkS) (width 0.2)) )
(pad 1 thru_hole circle (at -2.540 -1.925) (size 1.500 1.500) (drill 1) (layers *.Cu *.Mask)) )
(pad 2 thru_hole circle (at 0.000 -1.925) (size 1.500 1.500) (drill 1) (layers *.Cu *.Mask)) )
(pad 3 thru_hole circle (at 2.540 -1.925) (size 1.500 1.500) (drill 1) (layers *.Cu *.Mask)) (property "Datasheet" ""
(model 173010542.stp (at 0 0 0)
(at (xyz 0 0 0)) (layer "F.Fab")
(scale (xyz 1 1 1)) (hide yes)
(rotate (xyz 0 0 0)) (uuid "e9a4e168-a8d1-49e9-b151-cd5aa3ea5c5d")
) (effects
) (font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(property "Description" ""
(at 0 0 0)
(layer "F.Fab")
(hide yes)
(uuid "55069761-dd9d-4b87-8e68-2e845d75b284")
(effects
(font
(size 1.27 1.27)
(thickness 0.15)
)
)
)
(attr through_hole)
(fp_line
(start -5.8 -3.925)
(end 5.8 -3.925)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "e94c46dd-b405-46a9-8a16-813bf0222c4b")
)
(fp_line
(start -5.8 4.575)
(end -5.8 -3.925)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "96e9e9bf-26f1-483d-aad2-507955ec7a7d")
)
(fp_line
(start -2.6 -4.475)
(end -2.6 -4.475)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "ec9b617d-fcfc-4f66-ba14-6681b514024c")
)
(fp_line
(start -2.4 -4.475)
(end -2.4 -4.475)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "07a5981d-1d3a-4eeb-a040-21f24ee1b7db")
)
(fp_line
(start 5.8 -3.925)
(end 5.8 4.575)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "ec7fde9e-b193-4363-a288-f47b6ad2a4b7")
)
(fp_line
(start 5.8 4.575)
(end -5.8 4.575)
(stroke
(width 0.1)
(type solid)
)
(layer "F.SilkS")
(uuid "f23183c1-ce3d-47d1-87f3-4b14de7d00f0")
)
(fp_arc
(start -2.6 -4.475)
(mid -2.5 -4.575)
(end -2.4 -4.475)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "7765aac2-82e6-4706-abbc-20b45dcf62e6")
)
(fp_arc
(start -2.4 -4.475)
(mid -2.5 -4.375)
(end -2.6 -4.475)
(stroke
(width 0.2)
(type solid)
)
(layer "F.SilkS")
(uuid "8701f9d6-8cae-4646-a2af-1aa8fe7e72cc")
)
(fp_line
(start -6.8 -5.575)
(end 6.8 -5.575)
(stroke
(width 0.1)
(type solid)
)
(layer "F.CrtYd")
(uuid "386a901d-d9d5-44b0-8e5c-16c6e88f0128")
)
(fp_line
(start -6.8 5.575)
(end -6.8 -5.575)
(stroke
(width 0.1)
(type solid)
)
(layer "F.CrtYd")
(uuid "4f3673e6-6f53-4541-8613-1be1c2b46f17")
)
(fp_line
(start 6.8 -5.575)
(end 6.8 5.575)
(stroke
(width 0.1)
(type solid)
)
(layer "F.CrtYd")
(uuid "a10eb564-4bb3-4708-80b8-5be1765311a6")
)
(fp_line
(start 6.8 5.575)
(end -6.8 5.575)
(stroke
(width 0.1)
(type solid)
)
(layer "F.CrtYd")
(uuid "5e663db3-9904-43e6-baec-2376dc005095")
)
(fp_line
(start -5.8 -3.925)
(end 5.8 -3.925)
(stroke
(width 0.2)
(type solid)
)
(layer "F.Fab")
(uuid "03a01b22-6de9-422b-b954-b8e0e05cc649")
)
(fp_line
(start -5.8 4.575)
(end -5.8 -3.925)
(stroke
(width 0.2)
(type solid)
)
(layer "F.Fab")
(uuid "aa378015-42f6-485b-b283-23215b28b045")
)
(fp_line
(start 5.8 -3.925)
(end 5.8 4.575)
(stroke
(width 0.2)
(type solid)
)
(layer "F.Fab")
(uuid "b85d334a-49f1-4446-a451-c5504a98ba14")
)
(fp_line
(start 5.8 4.575)
(end -5.8 4.575)
(stroke
(width 0.2)
(type solid)
)
(layer "F.Fab")
(uuid "ee71586d-fa9f-4c1c-b570-45d8c428a029")
)
(fp_text user "${REFERENCE}"
(at 0 0 0)
(layer "F.Fab")
(uuid "c808ea99-44a7-4042-981d-d8768a8c72f4")
(effects
(font
(size 1.27 1.27)
(thickness 0.254)
)
)
)
(pad "1" thru_hole circle
(at 2.54 -1.925)
(size 1.5 1.5)
(drill 1)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "df25602f-a586-4694-bb80-f7cf80a4d73f")
)
(pad "2" thru_hole circle
(at 0 -1.925)
(size 1.5 1.5)
(drill 1)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "edc8e83f-11e4-4732-a5bb-0972b4fc4d54")
)
(pad "3" thru_hole circle
(at -2.54 -1.925)
(size 1.5 1.5)
(drill 1)
(layers "*.Cu" "*.Mask")
(remove_unused_layers no)
(uuid "bb16b84e-711c-4e82-ad01-96b95cd0a179")
)
(embedded_fonts no)
(model "173010542.stp"
(offset
(xyz 0 0 0)
)
(scale
(xyz 1 1 1)
)
(rotate
(xyz 0 0 0)
)
)
)

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"hostname":"legion-5","username":"h"}