electronics rambling about design rules

This commit is contained in:
2025-03-04 13:18:16 +01:00
parent 190f84a93b
commit 64e15dcd60
4 changed files with 19 additions and 1 deletions

View File

@@ -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/)
* [Arduino speaker](https://www.build-electronic-circuits.com/arduino-speaker/)

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 296 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 455 KiB