Rev 0.2: Major hardware improvements and production readiness
Hardware Improvements (Thanks to shx for schematic cleanup): - Clean up schematic organization and structure - Set CAN transceiver Silent pin to GND for stability - Add status LEDs (yellow: 24V/5V/3.3V, green: MCU PB4) - Replace jumpers with solder jumpers on bottom side - Add jumpers to output PFETs for permanent-on without firmware - Add robust test points for 5V/GND load testing - Add optional heatsink for DC/DC converter on bottom - Add 10µF capacitor for MCU on 3.3V rail Component Optimizations: - Replace 30kΩ with 33kΩ basic part for simplified BOM - Change DC/DC feedback: 15.5kΩ15kΩ (new output: 5.1V) - Upgrade CAN ESD protection: NUP2105LPESD1CAN - Increase CAN termination resistor footprint: 04020603 - Switch USB hub supply from 5V to 3.3V per datasheet Production Ready: - Add all LCSC part numbers and rotations - Generate complete production data package - Improve PCB layout and button placement - Create comprehensive changelog documentation
This commit is contained in:
@@ -35,6 +35,7 @@ Ein universelles Interface-Board (HAT) für Raspberry Pi 4/5 und Radxa Rock 5B z
|
||||
- [Bauteilbeschaffung](#bauteilbeschaffung)
|
||||
- [🛠️ Technische Spezifikationen](#️-technische-spezifikationen)
|
||||
- [📚 Weitere Ressourcen](#-weitere-ressourcen)
|
||||
- [📝 Changelog](#-changelog)
|
||||
- [Lizenz](#lizenz)
|
||||
|
||||
<!-- /code_chunk_output -->
|
||||
@@ -90,7 +91,7 @@ Dieses Board wurde entwickelt, um mehrere kritische Probleme zu lösen, die häu
|
||||
- **Controller:** MaxLinear XR76208 (Synchroner Step-Down, 8A, COT)
|
||||
- **Eingangssicherung:** 5A SMD 1812 Slow Blow
|
||||
- **Verpolschutz:** SS56 Schottky-Diode
|
||||
- **Ausgangsspannung:** 5.25V (eingestellt über Feedback-Teiler: R_Top=15.5kΩ, R_Bottom=2.0kΩ)
|
||||
- **Ausgangsspannung:** 5.1V (eingestellt über Feedback-Teiler: R_Top=15kΩ, R_Bottom=2.0kΩ)
|
||||
- **Schaltfrequenz:** ca. 600kHz (eingestellt über Ron=30kOhm)
|
||||
- **Induktivität:** 3.3µH Shielded (Sunlord MDA1050-3R3M, Isat ca. 17A)
|
||||
- **Eingangskondensatoren:** 4x 10µF 1206 Keramik + 1x 100µF Elektrolyt/Polymer (Bulk)
|
||||
@@ -232,6 +233,10 @@ sensor_mcu: hat
|
||||
- [STM32G0 Reference Manual](https://www.st.com/resource/en/reference_manual/rm0454-stm32g0x0-advanced-armbased-32bit-mcus-stmicroelectronics.pdf)
|
||||
- [Katapult Firmware Flasher](https://github.com/Arksine/katapult)
|
||||
|
||||
## 📝 Changelog
|
||||
|
||||
Für detaillierte Informationen über Änderungen und Updates siehe [CHANGELOG.de.md](CHANGELOG.de.md).
|
||||
|
||||
## Lizenz
|
||||
|
||||
Dieses Projekt steht unter der **Creative Commons Namensnennung-Nicht kommerziell-Share Alike 4.0 International Lizenz** (CC BY-NC-SA 4.0).
|
||||
|
||||
Reference in New Issue
Block a user