This plugin generates the Bill Of Materials (BOM) for a KiCad version 7, 8, and 9.
We've tried to keep this BOM generator simple and easy-to-use, while also including all the essential features of the original SparkFun BOM Generator for Eagle. If you need a more comprehensive BOM generator, please check out @openscopeproject's Interactive HTML BOM plugin for KiCad.
This is a simple BOM generator and is very SparkFun-specific. It lists all board components on a PCB and identifies the ones with a SparkFun product ID (PROD_ID). It then generates a CSV list of those IDs which can be copied and pasted into our stock control system.
The BOM Generator is not registered in the KiCad Plugin and Content Manager (PCM). To install manually, open the GitHub Repo Releases page and download the SparkFunKiCadBOMGenerator-pcm.zip
file attached to the latest release. Then use the PCM Install from File... option and select the .zip file to install it. For best results, Uninstall the previous version first, Apply Pending Changes, and then Install from File....
The BOM generator plugin runs inside the KiCad PCB Editor window.
Click the icon to open the BOM generator GUI:
The code for this plugin is licensed under the MIT license. Please see LICENSE
for more info.
It is based heavily on @openscopeproject's Interactive HTML BOM plugin for KiCad. Special thanks to @qu1ck for the original BOM plugin and the many useful contributions on KiCad Info.
The plugin GUI itself is designed with wxFormBuilder and stored in text_dialog.fbp
.
Copy and paste the wx Python code from wxFormBuilder into ./SparkFunKiCadBOMGenerator/dialog/dialog_text_base.py
.
.github/workflows/build_asset_release.yml
generates the .zip file containing the plugin Python code (./plugins
), icon (./resources
) and the Plugin and Content Manager (PCM) metadata.json
. The workflow automatically attaches the zip file to each release as an asset. Edit ./SparkFunKiCadBOMGenerator/resource/_version.py
first and update the version number. build.py
is called by the workflow, copies metadata_template.json
into metadata.json
and then updates it with the correct version and download URL. The version number is also added to the .zip filename. New versions of the BOM generator need to be installed manually, it is not registered in the KiCad Plugin and Content Manager (PCM).
- Your friends at SparkFun