Skip to content
Snippets Groups Projects
Commit 8f12c801 authored by Teo Serra's avatar Teo Serra
Browse files

Week 8 add some content - Week 9 Add doc structure

parent af7eb385
Branches
No related tags found
No related merge requests found
Pipeline #445753 passed
......@@ -342,8 +342,46 @@ class="mx-auto d-block" width = 50%>
## Producing my PCB
Work in progress...
I had to make a few modifications between the previous stage and
production, as some improvements were made to the design, such as
enlarging the traces, or adding capacitors to filter the signal at the inverter output.
To produce the PCB, I need to export the file to gbr, using the export to
manufacturing file function. A configuration window opens up, but I don't touch
it much apart from the included layers. Here I only have the top copper layer
(F.Cu) and the cutting cut (Edge.Cuts). I plot both files and also generate
drill files.
<div class="row">
<div class="col-md-6 align-self-center" markdown="1" >
<img src = "./img/week8/KiCAD_Export_gbr.jpg" alt = "ExportGBR"
class="mx-auto d-block">
</div>
<div class="col-md-6 align-self-center" markdown="1" >
<img src = "./img/week8/KiCAD_Export_Config.jpg" alt = "ExportConfig"
class="mx-auto d-block" >
</div>
</div>
Then, as described in <a href="./weeklyassignments/week4/"> week 4</a>, I import
the file into the Bantam software connected to the machine and mill the pcb.
Unfortunately here, I forgot to make the holes with my drill files, but they're optional.
<div class="row">
<div class="col-md-6 align-self-center" markdown="1" >
<img src = "./img/week8/PCB_machined.jpg" alt = "PCB_Machine"
class="mx-auto d-block">
</div>
<div class="col-md-6 align-self-center" markdown="1" >
<img src = "./img/week8/PCB_Cleaned.jpg" alt = "PCB_Clean"
class="mx-auto d-block" >
</div>
</div>
I can now weld the various components together, and the result is shown below!
add picture
## Testing my PCB
Work in progress...
Test with low voltage first.
\ No newline at end of file
......@@ -26,6 +26,18 @@ and program it to do something.
## Measuring Power Consumption
This part was done in group and is accessible on the [group page](https://fabacademy.org/2024/labs/ulb/group-assignments/week9/).
## Adding Output Device to my Board
add led panel using i2C
Add context (final project)
add oled panel using i2C my Board.
Explain I2C communication.
Explain programming oled (adafruit livrary)
### Measure Power consumption of my OLED
How and how much (but here not constrain because not on battery)
\ No newline at end of file
static/img/week8/KiCAD_Export_Config.jpg

118 KiB

static/img/week8/KiCAD_Export_gbr.jpg

158 KiB

static/img/week8/PCB_Cleaned.jpg

131 KiB

static/img/week8/PCB_machined.jpg

191 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment