Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-15 | pcb: gitignore: Add *auto_saved_files* | xengineering | |
2025-02-15 | pcb: J1: Add JTAG connector | xengineering | |
2025-02-15 | pcb: Update schematic hierarchy | xengineering | |
2025-02-15 | pcb: Add ROADMAP.md | xengineering | |
2025-02-14 | pcb: Rename targets, functions and output files | xengineering | |
This simplifies the CMake code and the paths inside the build folder. | |||
2025-02-14 | pcb: Export BOM as CSV with CMake | xengineering | |
2025-02-14 | pcb: Add CMake and export schematic by default | xengineering | |
2025-02-14 | pcb: Add sub-schematics | xengineering | |
2025-02-14 | pcb: Add empty KiCad project | xengineering | |
This is the starting point for the PCB development. | |||
2025-02-14 | pcb: gitignore: Add *.lck | xengineering | |
2025-02-14 | pcb: gitignore: Add fp-info-cache | xengineering | |
2025-02-14 | pcb: gitignore: Add *.kicad_prl | xengineering | |
2024-08-23 | pcb: Remove folder | xengineering | |
It is planned to switch to Ethernet instead of LoRa for communication. Thus the custom PCB with the STM32WL MCU does not make sense anymore. To get started the Ethernet variant will use a ST NUCLEO board to avoid creating a custom PCB first. | |||
2024-06-08 | pcb: Add TLV70233 voltage converter | xengineering | |
This IC has a small footprint and will provide the 3.3 V for the microcontroller. | |||
2024-06-05 | pcb: Split into a hierarchy of schematics | xengineering | |
2024-06-05 | pcb: Add 10-pin ARM Cortex debug connector | xengineering | |
2024-06-05 | pcb: Add USB-C connector to schematic | xengineering | |
2024-06-03 | pcb: Add outline to PCB | xengineering | |
This makes the KiCad project a valid PCB as a minimal starting point. | |||
2024-06-03 | pcb: Place MCU in PCB editor | xengineering | |
2024-06-03 | pcb: Add STM32WL55JCIx microcontroller | xengineering | |
Based on UM2592 the development kit Nucleo WL55JC which is used for firmware development is based on the STM32WL55JCI7 microcontroller. Thus this MCU should be a good starting point for now. | |||
2024-06-03 | pcb: Save *.kicad_pro file after first KiCad run | xengineering | |
2024-06-03 | pcb: Create empty KiCad 8.0 project | xengineering | |