mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
41 lines
1.0 KiB
Markdown
41 lines
1.0 KiB
Markdown
---
|
|
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.
|
|
I got this [round lcd breakout board](https://thepihut.com/products/waveshare-rp2040-1-28-ips-lcd-board-with-accelerometer-gyroscope).
|
|
|
|
|
|
<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>
|
|
|
|
<figure>
|
|
<img src="/assets/blog/PCB/real.jpeg"/>
|
|
<figcaption>
|
|
They arrived!
|
|
</figcaption>
|
|
</figure>
|
|
|
|
<figure>
|
|
<img src="/assets/blog/PCB/breadboard.jpeg"/>
|
|
<figcaption>
|
|
And this is what they're actually for!
|
|
</figcaption>
|
|
</figure> |