add my first pcb design!

This commit is contained in:
Tom 2023-06-21 18:22:46 +01:00
parent 3e6100322a
commit f38bdce7be
8 changed files with 11658 additions and 1 deletions

View File

@ -71,6 +71,7 @@ GEM
webrick (1.7.0)
PLATFORMS
arm64-darwin-22
x86_64-darwin-21
DEPENDENCIES

View File

@ -8,4 +8,7 @@ You probably want to run ruby from a version manager like `chruby`, see [here](h
- fix the OG tags so that https://cards-dev.twitter.com/validator works
## Notes
[Installation](https://jekyllrb.com/docs/installation/macos/)
`bundle install`
Then
Use `bundle exec jekyll serve --draft --future` to do local development of this site

View File

@ -2,7 +2,7 @@
title: Jupyter and Conda setup
date: 2023-06-20
layout: post
image:
image: /assets/blog/mamba/logos.svg
---
These are my notes to myself about how to setup jupyter+conda/mamba environments.

View File

@ -0,0 +1,27 @@
---
title: My first PCB!
excerpt:
layout: post
image: /assets/blog/PCB/horizontal.png
alt: A 3D render of a simple PCB.
---
I made my first PCB!
I've had a longstanding ambition to get a PCB manufacured but I've always put it off. Lately I had a need for a little adapter board to break out these 1.27mm spaced pins to 2.54mm pins that would fit into a breadboard. Feeling like it was a simple enough board I finally decided to fire up KiCad and give it a go.
<figure>
<img src="/assets/blog/PCB/board.svg"/>
<figcaption>
The layout.
</figcaption>
</figure>
<figure>
<img src="/assets/blog/PCB/horizontal.png"/>
<figcaption>
The 3D render!
</figcaption>
</figure>
The boards haven't arrived yet so no photos of the final result.

11406
assets/blog/PCB/board.svg Normal file

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 350 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 271 KiB

BIN
assets/blog/PCB/render.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

220
assets/blog/mamba/logos.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 74 KiB