The complete project should be in the zipfile I posted yesterday, too, as well as on GitHub. The project is structured strangely, because the directory additional is being used like a .pretty directory to hold .kicad_mod files, even though it doesn’t have a .pretty extension. And the same directory is also being used to hold .lib files, too. So it’s weird, but it all loads properly for me in KiCad 5.1.12.
Thanks !
I have the whole thing now, I’m not that good at file structure I don’t usually need to know, Kicad is a tool to me and I love it but now I’ve learned a bit more.
Regards
Andy
Ok I have a working project now and found that the Reset was not connected from the ISP header I have added that to the MCU and it is error free, you have all the footprints assigned so I will also have ago at the layout (time permitting!) over the next couple of days, I will work from the Photo regarding layout.
Regards
Andy
I routed the tracks as the ratsnets indicated, is it OK like this or I should followed only the schematic? I think there are no errors… It looks like this.
Thanks for the advice. I wanted to do filled GND and POW but I don’t know how to do it.
For me, this is the first time when I “design” a PCB… so, one step after another. For sure this will be v.1 and when I get more experience there will be some improved versions.
P.S.: The “weird looking stuff” are the only possible routes for those circuits. Maybe beacause I did’t find the perfect order for them and some off them had to go around other to make the connection.
Select the layer you want the zone on (which defaults to the current layer), and then choose the net (such as GND, for example). You can probably leave all the other settings at the default. Then click “OK”.
After you click “OK”, it will let you draw the outline of the zone. I would recommend drawing the zone a comfortable distance outside the board outline. (Only the area inside the zone AND inside the board outline will be filled.)
When you run DRC, I would recommend checking the “Refill all zones before performing DRC” checkbox, to make sure the zones are up-to-date.
If you want to refill the zones manually, without running DRC, just make sure the “Add Filled Zones” tool is selected, and then right-click anywhere on the PCB view. Choose the “Zones” sub-menu, and then “Fill All”.
As of 20211126 there is a PCB file there.
I cloned the repository.
I am running 5.1.10 and when open the project I find that I can open the schematic.
However when I try to open the pcb I get an error message to th effect that my version of KiCAD is older than the version with with the pcb was made.
IIRC there is some kind of daily build version but I have stayed with the current stable. I will check for more recent stable. IIRC there is also a Version 6 in the works. Perhaps it is out…
It will be better to connect R4 and R5 GND pins directly at green layer after moving the green wire going between them to the left of R4 GND pin.
The key is to place elements the way to simplify connections that are to be done.
Update the schematic with a few minor changes revised some footprints added one more bypass capacitor C6 added mounting holes Create simple two layer PCB ground pour on bottom layer
I modified the schematic and made a simple two layer PCB mostly as an exercise to test out KiCad v6.0rc1. The board is 3 inches by 5 inches with a ground pour on the bottom side.
I made a pull request to contribute back to the project, but I didn’t follow up here since I thought anyone using the project would see the new files on GitHub.
You will need KiCad V6.0 or a current nightly version to open the file.