Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-07 | tools: Print doc path after executing download.sh | xengineering | |
2024-06-07 | tools: Add checksum check to download.sh | xengineering | |
2024-06-07 | tools: Add download.sh to get external doc files | xengineering | |
It is unknown if it would be legal to include those external documents like datasheets inside this Git repository. Thus the added script provides the ability to get them directly from the vendor. | |||
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-05 | tools: build.sh: Export PCB drawing as PDF | xengineering | |
2024-06-05 | tools: Add clean.sh | xengineering | |
This allows to conveniently remove files which are not tracked in version control. | |||
2024-06-05 | tools: Add build.sh to export PDF schematics | 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 | |
2024-06-03 | Add KiCad documentation link to README | xengineering | |
2024-04-14 | fw: Customize shell prompt | xengineering | |
The shell prompt was changed from the default 'uart:~$ ' to '[iot-contact] ' so that it is more visible which kind of firmware is running on the device. | |||
2024-04-14 | fw: Add basic Zephyr application firmware | xengineering | |
This is enough to validate that the firmware is running by using the integrated Zephyr shell. | |||
2024-04-14 | Add README.md | xengineering | |