diff --git a/docs/Assignments/week_6_electronic_design/electronic_design.md b/docs/Assignments/week_6_electronic_design/electronic_design.md index 029d01d..adbd073 100644 --- a/docs/Assignments/week_6_electronic_design/electronic_design.md +++ b/docs/Assignments/week_6_electronic_design/electronic_design.md @@ -160,6 +160,24 @@ It could be prettier if I used 2 layered board. I learned using the KiCad manual Like this! The blue trace is going under the red one using a via. + +When running the design rules checker I got a lot of errors that my silkscreen text was overlapping on the solder mask. + +![alt text](image-38.jpg) +That means that the text is overlapping the soldering. So I need to fix that by dragging the components a bit away from each other. Or deleting the silkscreen letters. + +There are also some issues I can't fix. For example these pads keep giving errors because they are under the xiao but they are part of the xiao so I can't fix that. + +Now I'm going to make edge cuts. Edge cuts are the shape of the pcb. + +![alt text](image-39.jpg) +I ended up using [this youtube tutorial](https://youtu.be/aHIIXjRAhZA) to create the rounded edges. One thing I noticed is to stay on the big grid lines. It makes life a lot easier when making rounded corners or other rounded cuts. + +This is my end result for this weeks assignment. + +![alt text](image-40.jpg) + ## Sources * [Datasheet LM4871M](https://www.ti.com/lit/ds/symlink/lm4871.pdf?HQS=dis-dk-null-digikeymode-dsf-pf-null-wwe&ts=1741005529535&ref_url=https%253A%252F%252Fwww.ti.com%252Fgeneral%252Fdocs%252Fsuppproductinfo.tsp%253FdistId%253D10%2526gotoUrl%253Dhttps%253A%252F%252Fwww.ti.com%252Flit%252Fgpn%252Flm4871) -* [Arduino speaker](https://www.build-electronic-circuits.com/arduino-speaker/) \ No newline at end of file +* [Arduino speaker](https://www.build-electronic-circuits.com/arduino-speaker/) + diff --git a/docs/Assignments/week_6_electronic_design/image-38.jpg b/docs/Assignments/week_6_electronic_design/image-38.jpg new file mode 100644 index 0000000..e4e0741 Binary files /dev/null and b/docs/Assignments/week_6_electronic_design/image-38.jpg differ diff --git a/docs/Assignments/week_6_electronic_design/image-39.jpg b/docs/Assignments/week_6_electronic_design/image-39.jpg new file mode 100644 index 0000000..4ae188e Binary files /dev/null and b/docs/Assignments/week_6_electronic_design/image-39.jpg differ diff --git a/docs/Assignments/week_6_electronic_design/image-40.jpg b/docs/Assignments/week_6_electronic_design/image-40.jpg new file mode 100644 index 0000000..5f847be Binary files /dev/null and b/docs/Assignments/week_6_electronic_design/image-40.jpg differ