derekbelsky102 / kicad

0 stars 0 forks source link

Look into BOM format #1

Open adamyosua opened 3 years ago

adamyosua commented 3 years ago

I want to be able to easily order these parts. I tried creating a BOM within eeschema but it seems like they are plugins that need some effort to get to work and render the digikey links. There is also a digikey list that I can make which seems helpful but I don't think I can share it publicly. I can export to csv if need be.

In this issue I should figure out the best way to handle it.

adamyosua commented 3 years ago

For now I am just going to manually make a digikey list by looking at the schematic.

derekbelsky102 commented 2 years ago

I updated a BOM for the latest schematic. Please take a look at the following folder: kicad/hw/designs/stm32_breakout/stm32l_lqfp32/rev0/BOM/

I added a Part_Number field for each symbol and exported using 'Tools->Generate Bill of Materials' then I selected the fourth BOM plugin 'bom2csv' and that worked.

It gets messy if parts have many fields like the STM32 part had several more fields probably for simulation but I just deleted those.

I had a couple of manual steps:

If that file looks reasonable and we are happy with this way of doing it then we can close this ticket and repeat this procedure for future boards.