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

Finishing week3 week9 & week14

parent c10e1c5c
Branches
No related tags found
No related merge requests found
Pipeline #469310 passed
......@@ -27,6 +27,25 @@ class="mx-auto d-block">
</div>
</div>
I then carried out the same operation with the PCB I'd made in [week 8](https://fabacademy.org/2024/labs/ulb/students/teo-serra/weeklyassignments/week8/).
<div class="row">
<div class="col-md-6 align-self-center" markdown="1" >
<img src = "./img/week14/Result_PCB.jpg" alt = "Result_PCB"
class="mx-auto d-block">
</div>
<div class="col-md-6 align-self-center" markdown="1" >
<img src = "./img/week14/Result_PCB_2.jpg" alt = "Result_PCB_2"
class="mx-auto d-block">
</div>
</div>
<center>
<video controls muted loop>
<source src="./vid/week14/Result_Change_ofTemp_PCB.mp4" type=video/mp4>
</video>
</center>
***
### Assignments
......@@ -343,13 +362,13 @@ The setup can be seen below, along with a video of the result.
<div class="row">
<div class="col-md-6 align-self-center" markdown="1" >
<img src = "./img/week14/ResultwithPCB.jpg" alt = "ResultPCB"
<img src = "./img/week14/Result_PCB_2.jpg" alt = "Result_PCB_2"
class="mx-auto d-block">
</div>
<div class="col-md-6 align-self-center" markdown="1" >
<center>
<video controls muted loop>
<source src="./vid/week14/Result_ChangeofTemp_PCB.mp4" type=video/mp4>
<source src="./vid/week14/Result_Change_ofTemp_PCB.mp4" type=video/mp4>
</video>
</center>
</div>
......
......@@ -58,6 +58,11 @@ class="mx-auto d-block">
This time it's much simpler: all I need to do is define the features to be cut.
I need to export the file as dxf, another type of vector file.
The machine used is a Silhouette Cameo 3.
<img src = "./img/week3/Vinyk_machine.jpg" alt = "Vinyk_machine" width = 50%
class="mx-auto d-block"> <i>Picture by Charlotte Deroubaix </i>
On the computer controlling the machine, I'll just need to import the
dxf, and configure the cut by choosing the material and a few pre-configured
cutting parameters. Then insert the material and start cutting.
......@@ -165,6 +170,10 @@ I must :
software (SVG import, or SVG "print").
* Define the various operations according to the different colors assigned
in the SVG. That is, define a speed and a power.
<img src = "./img/week3/Laser_interface.jpg" alt = "Laser_interface"
width = 50% class="mx-auto d-block" > <i>Picture by Charlotte Deroubaix </i>
* Check that the cooling, air extraction and gas jet systems are operational.
* Check that the cutting frame is fully included in the material being cut.
......
......@@ -13,12 +13,12 @@ communication to send data to the screen. I tested first with a raspberry Pi
Pico and then on my board, programming in python.
<div class="row">
<div class="col-md-6 align-self-center" markdown="1" >
<div class="col-md-5 align-self-center" markdown="1" >
<img src = "./img/week9/OLED_Display.jpg" alt = "OledDisplay"
class="mx-auto d-block" >
</div>
<div class="col-md-6 align-self-center" markdown="1" >
<img src = "./img/week9/Testing_OLED_MyPCB.jpg" alt = "TestOLEDCustomPCB"
<div class="col-md-7 align-self-center" markdown="1" >
<img src = "./img/week9/Testing_OLED_MyPCB_1.jpg" alt = "Testing_OLED_MyPCB_1"
class="mx-auto d-block">
</div>
</div>
......@@ -237,8 +237,16 @@ Raspberry Pi Pico.
The setup is shown below and works in the same way as with the Raspberry Pi Pico.
<img src = "./img/week9/Testing_OLED_MyPCB.jpg" alt = "TestOLEDCustomPCB"
class="mx-auto d-block" width = 60% >
<div class="row">
<div class="col-md-6 align-self-center" markdown="1" >
<img src = "./img/week9/Testing_OLED_MyPCB_1.jpg" alt = "Testing_OLED_MyPCB_1"
class="mx-auto d-block">
</div>
<div class="col-md-6 align-self-center" markdown="1" >
<img src = "./img/week9/Testing_OLED_MyPCB_2.jpg" alt = "Testing_OLED_MyPCB_2"
class="mx-auto d-block">
</div>
</div>
### Measure Power Consumption of my OLED
......
static/img/week14/Result_PCB.jpg

185 KiB

static/img/week14/Result_PCB_2.jpg

153 KiB

static/img/week3/Laser_interface.jpg

153 KiB

static/img/week3/Vinyk_machine.jpg

342 KiB

static/img/week9/Testing_OLED_MyPCB_1.jpg

165 KiB

static/img/week9/Testing_OLED_MyPCB_2.jpg

100 KiB

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