From 2cfcda7ac04b9f11f04034dc9d939b0be511862a Mon Sep 17 00:00:00 2001 From: Claudio Fritsche Date: Wed, 12 Feb 2025 10:57:45 +0100 Subject: [PATCH] vault backup: 2025-02-12 10:57:45 --- .obsidian/workspace.json | 22 ++++++++++++++++++---- Temporary/PCB Design Review.md | 15 +++++++++++++++ 2 files changed, 33 insertions(+), 4 deletions(-) create mode 100644 Temporary/PCB Design Review.md diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index d0da284..acdc0e8 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -313,9 +313,23 @@ "icon": "lucide-file", "title": "Software Project Survival Guide by Steve McConnell" } + }, + { + "id": "b4aa4409bebfc388", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "Temporary/PCB Design Review.md", + "mode": "source", + "source": false + }, + "icon": "lucide-file", + "title": "PCB Design Review" + } } ], - "currentTab": 1 + "currentTab": 2 } ], "direction": "vertical", @@ -328,10 +342,11 @@ } ] }, - "active": "24a2ee00d9bd1f43", + "active": "b4aa4409bebfc388", "lastOpenFiles": [ - "2 Personal/Alkademiker/Projekte/Tischbeine Motorisiert.md", "5 Media/0 Books/Software Project Survival Guide by Steve McConnell.md", + "Temporary/PCB Design Review.md", + "2 Personal/Alkademiker/Projekte/Tischbeine Motorisiert.md", "Temporary/Mavlink Protocol.md", "0 Journal/0 Daily/2025-02-03.md", "0 Journal/0 Daily/2025-01-17.md", @@ -365,7 +380,6 @@ "OneNote/OSD/Research/Quan Quan – Mulicopter Design and Control.md", "Attachments/Energy Consumption & CO2 Emissions.md/Exported image 20231126172013-17.png", "0 Journal/0 Daily/2024-10-27.md", - "0 Journal/0 Daily/2024-10-07.md", "99 Work/0 OneSec/OneSecNotes/30 Engineering Skills/Computer Science/Untitled.canvas", "Scripts/days_since.js", "99 Work/0 OneSec/OneSecNotes/Multimedia/Recording 20231003153042.webm", diff --git a/Temporary/PCB Design Review.md b/Temporary/PCB Design Review.md new file mode 100644 index 0000000..6d34fb5 --- /dev/null +++ b/Temporary/PCB Design Review.md @@ -0,0 +1,15 @@ +--- +title: PCB Design Review +created_date: 2025-02-12 +updated_date: 2025-02-12 +aliases: +tags: +--- +# PCB Design Review + +## Rise Time vs Length +The rule of thumb is that a track length shall be shorter than 1/6th of the rise time. According to [this comment](https://electronics.stackexchange.com/a/258992) the rule of thumb can be applied like this (example with 100MHz signal): +First lets calculate the wave length in free space: +$$\lambda = \frac{c}{f} = \frac{3*10^{8}}{100*10^6} = 3m$$ +In a PCB you can take roughly $\frac{\lambda}{2}$ as the wavelength, which would be $1.5m$. +One sixth of this results in roughly $25cm$. \ No newline at end of file