Age | Commit message (Collapse) | Author | |
---|---|---|---|
4 days | pcb: Make part choice for U5 | xengineering | |
4 days | pcb: Specify Manufacturer and MPN for U2 | xengineering | |
4 days | pcb: Make part choice for J1 (JTAG) | xengineering | |
5 days | pcb: Do not populate J3 WAGO connector | xengineering | |
This is currently the only THT part. It can be soldered easily by hand so it is for now excluded to make production cheaper. | |||
5 days | pcb: Add J3 WAGO connector from Ultra Librarian | xengineering | |
The actual files are not committed because of licensing concerns. Will be replaced soon by self-developed symbol and footprint. | |||
5 days | pcb: gitignore: Add ultra-librarian | xengineering | |
For now some footprints and symbols are added from external sites. Because of licensing concerns they are not published. This situation will be resolved later. | |||
6 days | pcb: Select LEDs D1-D3 | xengineering | |
6 days | pcb: Add footprints for LEDs and resistors | xengineering | |
9 days | pcb: Add "Footprint" to BOM export | xengineering | |
9 days | pcb: Update schematic TODOs | xengineering | |
10 days | pcb: Update BOM data | xengineering | |
10 days | pcb: Fix too many spaces in ESP32 metadata | xengineering | |
10 days | pcb: Add FT2232HPQ as U5 | xengineering | |
10 days | pcb: Round corners of PCB | xengineering | |
10 days | pcb: Add M3 mounting holes MH1 to MH4 | xengineering | |
10 days | pcb: parts-kicad: Add submodule | xengineering | |
This submodule will contain custom PCB symbols, footprints and 3D-models. | |||
2025-01-07 | pcb: Add deactivated target for ERC report | xengineering | |
In this early stage of development the electrical rules check (ERC) fails with a huge amount of errors. Nevertheless it is useful to have an early look at the ERC output. | |||
2025-01-07 | pcb: Export schematic as PDF with Make | xengineering | |
2025-01-06 | pcb: gitignore: Add *.lck and soundbox.kicad_prl | xengineering | |
2025-01-06 | pcb: Add soundbox label to silkscreen | xengineering | |
2025-01-06 | pcb: Add first components and outline to pcb | xengineering | |
2025-01-06 | pcb: Add MPN and Manufacturer for MCU and USB-C connector | xengineering | |
2025-01-06 | pcb: Add symbol fields "Manufacturer" and "MPN" | xengineering | |
This is a full part reference for a complete BOM suitable for production. | |||
2025-01-06 | pcb: Add footprints for switches | xengineering | |
2025-01-06 | pcb: Make part descriptions shorter | xengineering | |
2025-01-06 | pcb: Add configuration EEPROM | xengineering | |
2025-01-06 | pcb: Add schematic hints for missing symbols | xengineering | |
2025-01-06 | pcb: Add external flash memory | xengineering | |
2025-01-06 | pcb: Add version detection voltage divider | xengineering | |
2025-01-06 | pcb: Add audio connectors | xengineering | |
2025-01-06 | pcb: Add missing description fields | xengineering | |
2025-01-06 | pcb: Add SW1 and SW2 | xengineering | |
2025-01-06 | pcb: Add TAS5825M audio amplifier | xengineering | |
2025-01-06 | pcb: Add USB-C receptacle | xengineering | |
2025-01-06 | pcb: Add D1, D2 and D3 with resistors | xengineering | |
They should be used for: - power indication (red) - heartbeat (green) - bootloader indication (blue) | |||
2025-01-06 | pcb: Add 10-pin Cortex debug connector | xengineering | |
This should allow to debug the microcontroller via JTAG without using too much space (20-pin connector hopefully not required). | |||
2025-01-06 | pcb: gitignore: Add fp-info-cache | xengineering | |
This cache file is created by KiCad and should never be committed accidentally. | |||
2025-01-06 | pcb: Add ESP32-S3-MINI-1 | xengineering | |
2025-01-06 | pcb: Add BOM generation with GNU Make | xengineering | |
This allows to export the BOM as CSV file via the Make build system. | |||
2025-01-06 | pcb: Add name to schematic | xengineering | |
2025-01-06 | pcb: Create KiCad project | xengineering | |