Compare commits

...

2 Commits

Author SHA1 Message Date
Xavi
d58986af1b Unfinished Babysteps to kicad post 2023-03-16 12:27:42 -07:00
Xavi
7b576e3aac Updated Electronics section to be more broad 2023-03-16 12:27:19 -07:00
3 changed files with 76 additions and 2 deletions

View File

@ -0,0 +1,8 @@
---
title: "Electronics_Science_and_MORE"
date: 2023-03-16T11:06:44-07:00
description:
categories: ["Top_of_the_Stack"]
tags:
---

View File

@ -0,0 +1,66 @@
---
title: "Babysteps_into_KiCAD"
date: 2023-03-16T10:53:22-07:00
description: PCB Fabrication - KiCAD
categories: ["Top_of_the_Stack"]
tags:
---
This week I spent a good amount of time getting much more familiar with [KiCAD](https://www.kicad.org/) which, as they say on their website, is a *electronics design suite*. Basically **[in dumb guy language]**, its just a bunch of programs that help with the design of *PCBs* or *printed circuit boards* **[you know, the green boards that you find inside stuff, like [this](https://upload.wikimedia.org/wikipedia/commons/9/90/PCB_design.jpg)]**.
The goal at the moment is to *design* and *fabricate* a *PCB* completely in house. This means coming up with a purpose **[what? you don't just start a project despite not really having a purpose for doing it?]**, designing the circuit, laying it out on a board, and then actually yanking that design into reality.
Just a quick rundown
- create a design in *KiCAD*, both the schematic layout and the PCB layout
-
Overview
- Learning KiCAD
- Design a PCB
- What purpose
- Start with hard
- Fabricate the PCB
- Toner transfer method
- Some chemistry
- Safety is important
Kicad
- The Schematic Workflow
- Knowing design
- Use other software?
-XCircuit and NGSPICE
- Endgoal get schematic
- Recreate schematic in KiCAD
- Think all the same if schematic is had
- What are power flags?
- Make sure nets are all labled for easy layout design
- Check things with the ERC
- Add Comments just like in Programming
- Associate the PCB footprints with components
- The PCB Workflow
- Create the shape and size
- Does everything fit?
- Are the components reasonable
- Place and Route
- Put footprints with user and routing in mind
- Route, Most time consuming I think
- Add annotations to the board with silkscreen
- Check stuff with DRC
Fabrication
- Toner transfer method
- Print Cu layer on magazine
- Place on Cuclad sheet. Acetone on back to tranfer. then dry
- wipe with water
- put in etchent - now is Feric Chloride
- wipe with water
- put uv ink on
- put transparent screen with solder points covered
- smoosh uv ink. put in uv oven
- take out of oven and remove transparent
- wipe of uv ink. dots should go everthing else stays
- do the same uv ink process for silk screen
- invert text. print smoosh, uv oven, wipe off all the rest

View File

@ -43,8 +43,8 @@
<h4 class="hobby_heading"><a href="/web_development">Web Development</a></h4>
<p class="description"> Guides and tots posts on developing and expanding this very website.</p>
<h4 class="hobby_heading"><a href="/circuit_design">Circuit Design and Fabrication</a></h4>
<p class="description">Guides and tots posts on circuit design. I have some formal education but, as with everything, I end up forgetting a lot of it with time. This should cover theory <strong>[like running through labs from the Art of Electronics]</strong> as well as pcb fabrication <strong>[with things like KiCAD and PCB milling]</strong>.</p>
<h4 class="hobby_heading"><a href="/electronics_science_more">Electronics, Science, and MORE</a></h4>
<p class="description">Guides and tots posts on whatever science thing I am into at the moment. This probably will focus on electronics, circuit design, and PCB fabrication <strong>[or at least my attempt at these things]</strong> but I reserve the right to branch out a bit if something peaks my interest. I have some formal education in electrical engineering but, as with everything, I end up forgetting a lot of it with time.</p>
<h4 class="hobby_heading"><a href="/cooking">Cooking</a></h4>
<p class="description">Watch me turn the best, freshest ingredients into absolute slop. I'll post links of the recipes I try and photos of my shot at it.</p>