mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
35 lines
1.2 KiB
Markdown
35 lines
1.2 KiB
Markdown
---
|
|
title: USB-C Power Station
|
|
layout: post
|
|
excerpt: One charging station to rule them all!
|
|
permalink: /projects/usbc_charging_station
|
|
assets: /assets/projects/usbc_power_supply
|
|
|
|
img:
|
|
alt: A line rendered CAD model of a laser-cut, book shaped device with exposed internal parts. It wouldn't be obvious without reading the description but it's a USB-C power supply.
|
|
class: invertable
|
|
|
|
social_image: /assets/projects/usbc_power_supply/thumbnail.png
|
|
model:
|
|
|
|
head: |
|
|
<script async src="/node_modules/es-module-shims/dist/es-module-shims.js"></script>
|
|
<script type="importmap">
|
|
{
|
|
"imports": {
|
|
"three": "/node_modules/three/build/three.module.min.js",
|
|
"three/addons/": "/node_modules/three/examples/jsm/",
|
|
"lil-gui": "/node_modules/lil-gui/dist/lil-gui.esm.min.js"
|
|
}
|
|
}
|
|
</script>
|
|
<script src="/assets/js/outline-model-viewer/index.js" type="module"></script>
|
|
<script type="module" src="/assets/js/kicanvas.js"></script>
|
|
|
|
---
|
|
|
|
{% include mastodon_post.html post_id = "111813225328398667" %}
|
|
{% include mastodon_post.html post_id = "111816310882560850" %}
|
|
|
|
<kicanvas-embed src="https://raw.githubusercontent.com/TomHodson/pcbs/main/usb-c%20psu/usb-c%20psu.kicad_sch" controls="basic"> </kicanvas-embed>
|