KiCAD PCB Design Tutorial
https://www.youtube.com/embed/l9b_6WLemmg
Even though the Fab Academy tutorials page I found resources only for Eagle, after reading these articles, I decided to use KiCAD for several reasons:



icon to see whether you have everything connected or there are some errors.
icon. This will generate the netlist, which will be used in PCB designer file.







sudo apt install python

I changed the design, moved traces further from each other and cut the second board. After assembling it I have tried to program it once more.

I connected the board to my Fab ISP and to the computer via FTDI cable. Fab ISP is connected to the computer USB.

I opened the terminal in the folder with the codes and run the following commands
ls /dev make -f hello.ftdi.44.echo.c.make 
sudo make -f hello.ftdi.44.echo.c.make program-usbtiny 
So I cut and more carefully assembled the third board as well, which again didn’t respond on the same command. Me and my instructor checked all the possible things and couldn’t find the reason.

February 3, 2022