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:
45
CHANGELOG.de.md
Normal file
45
CHANGELOG.de.md
Normal file
@@ -0,0 +1,45 @@
|
||||
# Changelog
|
||||
|
||||
> 🌍 **Sprachen:** [English](CHANGELOG.md) | [Deutsch](CHANGELOG.de.md)
|
||||
|
||||
Alle wichtigen Änderungen an diesem Projekt werden in dieser Datei dokumentiert.
|
||||
|
||||
Das Format basiert auf [Keep a Changelog](https://keepachangelog.com/de/1.0.0/),
|
||||
und dieses Projekt folgt [Semantic Versioning](https://semver.org/lang/de/).
|
||||
|
||||
## [Rev. 0.2] - 2025-12-08
|
||||
|
||||
### Verbesserungen
|
||||
- **Schaltplan:** Aufgeräumt und strukturiert (Dank an "shx")
|
||||
- **CAN-Transceiver:** Silent Pin auf GND gelegt für bessere Stabilität (Dank an "shx")
|
||||
|
||||
### Hinzugefügt
|
||||
- **Status-LEDs:**
|
||||
- Gelbe LEDs für 24V, 5V und 3.3V Spannungsanzeige
|
||||
- Grüne LED am Mikrocontroller (Pin PB4)
|
||||
- **Solder Jumper:** Ersatz der Standard-Jumper durch Solder Jumper auf der Unterseite
|
||||
- **PFET-Steuerung:** Jumper für Ausgangs-PFETs hinzugefügt - ermöglicht Dauer-Ein ohne Firmware
|
||||
- **Testpunkte:** Robuste Testpunkte für 5V und GND für Lasttests eingefügt
|
||||
- **Heatsink:** Optionaler Heatsink für DC/DC-Wandler auf der Unterseite
|
||||
- **MCU-Kondensator:** 10µF Kondensator für Mikrocontroller an der 3.3V-Schiene
|
||||
|
||||
### Geändert
|
||||
- **Produktion:** Alle LCSC-Bestellnummern eingefügt, Rotationen definiert, Produktionsdaten erstellt
|
||||
- **PCB Layout:**
|
||||
- Entsprechend der Schaltplanänderungen angepasst
|
||||
- Taster besser positioniert
|
||||
- **BOM optimiert:**
|
||||
- 30kΩ durch Basic-Part 33kΩ ersetzt
|
||||
- 15.5kΩ am DC/DC-Feedback durch 15kΩ ersetzt → neue Ausgangsspannung: 5.1V
|
||||
- **CAN-ESD-Schutz:** NUP2105L durch PESD1CAN ersetzt (bessere Eignung)
|
||||
- **CAN-Abschlusswiderstand:** Bauform von 0402 auf 0603 geändert für ausreichende Leistung
|
||||
- **USB-Hub:** Speisung von 5V auf 3.3V umgestellt (gemäß Datenblatt-Empfehlung)
|
||||
|
||||
### Technische Details
|
||||
- **DC/DC-Ausgang:** Neue Spannung 5.1V statt 5.25V durch Feedback-Widerstand-Änderung
|
||||
- **Verbesserte Wärmeableitung:** Optionaler Heatsink auf Unterseite
|
||||
- **Stabilere CAN-Kommunikation:** Durch ESD-Schutz-Upgrade und Widerstand-Optimierung
|
||||
|
||||
---
|
||||
|
||||
> **Hinweis:** Dies ist die Originaldokumentation in deutscher Sprache. Eine englische Übersetzung finden Sie in [CHANGELOG.md](CHANGELOG.md).
|
||||
Reference in New Issue
Block a user