Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Thomas Buck 4d5199f381 some words in docs about mainboard 9 месяцев назад
..
extern start working on mainboard pcb layout 10 месяцев назад
.gitignore add scripts 10 месяцев назад
README.md add scripts 10 месяцев назад
dispensy.kicad_pcb some words in docs about mainboard 9 месяцев назад
dispensy.kicad_prl some words in docs about mainboard 9 месяцев назад
dispensy.kicad_pro some more routing 9 месяцев назад
dispensy.kicad_sch add resistive divider for power in measurement. add buttons for display. remove gpio headers. 9 месяцев назад
fetch_jlc.sh add resistive divider for power in measurement. add buttons for display. remove gpio headers. 9 месяцев назад
fp-lib-table start working on mainboard pcb layout 10 месяцев назад
generate_fab.sh add license header to source files 9 месяцев назад
generate_plot.sh generate pcb 3d files and visualize in docs 9 месяцев назад
pi.kicad_sch route more power connections 9 месяцев назад
psu_lm2576.kicad_sch route more power connections 9 месяцев назад
sym-lib-table start working on mainboard pcb layout 10 месяцев назад

README.md

Hardware

This is a KiCAD 7 hierarchical schematic and layout. Take a look at the docs.

The repeated schematic sheets can also be replicated in the layout using this plugin.

To fetch symbols, footprints and 3d models automatically from the JLCPCB parts library, JLC2KiCad_lib is used with the fetch_jlc.sh script. To get the 3D models to have the correct offsets I used this forked version:

pipx install git+https://github.com/Xyntexx/JLC2KiCad_lib.git@footprint_alignment_workarounds

In the future this may no longer be needed.

Gerber files and PDF and SVG plots can be generated using the included generate_fab.sh and generate_plot.sh scripts.

External Libs

Uses SSD1306 footprint from KiCAD Rookie.