All Projects → openscopeproject → Interactivehtmlbom

openscopeproject / Interactivehtmlbom

Licence: mit
Interactive HTML BOM generation plugin for KiCad

Programming Languages

python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to Interactivehtmlbom

Qucs-RFlayout
Export Qucs RF schematics to KiCad layouts & OpenEMS scripts
Stars: ✭ 78 (-95.95%)
Mutual labels:  kicad, pcbnew
splendida
256 WS2812B LEDs arranged in Fermat's Spiral Shape
Stars: ✭ 28 (-98.54%)
Mutual labels:  kicad, pcbnew
kicad-jlcpcb-tools
Plugin to generate BOM + CPL files for JLCPCB, assigning LCSC part numbers directly from the plugin, query the JLCPCB parts database, lookup datasheets and much more.
Stars: ✭ 537 (-72.09%)
Mutual labels:  kicad, action-plugin
DRMgr
A PCBNEW plugin that saves and restores design rules for a KiCad PCB.
Stars: ✭ 16 (-99.17%)
Mutual labels:  kicad, pcbnew
Stretch
KiCad to SVG and then back again
Stars: ✭ 56 (-97.09%)
Mutual labels:  kicad, pcbnew
viastitching
ViaStitching action-plugin for KiCAD
Stars: ✭ 21 (-98.91%)
Mutual labels:  kicad, pcbnew
Kicad Tools
Tools for making it easy to work with Kicad
Stars: ✭ 47 (-97.56%)
Mutual labels:  kicad
Zeta256
The Zeta minimal Z80 toggle-switch computer
Stars: ✭ 78 (-95.95%)
Mutual labels:  kicad
Cdm324 backpack
CDM324 Amplification Backpack, With Case and Simulations
Stars: ✭ 39 (-97.97%)
Mutual labels:  kicad
Panelize Plugin
Automatic KiCad panelization plugin
Stars: ✭ 33 (-98.28%)
Mutual labels:  kicad
Kicad 3d Models In Freecad
kicad 3d models in freecad
Stars: ✭ 104 (-94.59%)
Mutual labels:  kicad
Minikbd
Stars: ✭ 97 (-94.96%)
Mutual labels:  kicad
Qeda
The tool for easy creating electronic component libraries
Stars: ✭ 66 (-96.57%)
Mutual labels:  kicad
Electron
A mixed signal netlist language (pre-alpha)
Stars: ✭ 52 (-97.3%)
Mutual labels:  kicad
Cc11xx
Hardware designs for CC11xx
Stars: ✭ 81 (-95.79%)
Mutual labels:  kicad
Magspoofpi
MagSpoof for Raspberry PI GPIO
Stars: ✭ 47 (-97.56%)
Mutual labels:  kicad
Wiggle Spine
Board design for a 7-module power and data hub, with USB 2.0 and ice40 FPGA.
Stars: ✭ 99 (-94.85%)
Mutual labels:  kicad
Iotuz Esp32 Hardware
Project for the InternetOfTuz (LCA2017 Open Hardware Mini-Conference)
Stars: ✭ 34 (-98.23%)
Mutual labels:  kicad
Upconverter1v3
Upconverter 125MHz v1.3 - Passive Upconverter Hardware Design for SDR
Stars: ✭ 64 (-96.67%)
Mutual labels:  kicad
Wiflier
ESP8266-based Quadcopter Brain
Stars: ✭ 91 (-95.27%)
Mutual labels:  kicad

Interactive HTML BOM plugin for KiCad

Supports EasyEDA, Eagle and Fusion360

icon

This plugin generates convenient BOM listing with ability to visually correlate and easily search for components and their placements on the pcb.

This is really useful when hand soldering your prototype and you have to find 50 places where 0.1uF cap should be or which of the SOP8 footprints are for the same micro. Dynamically highlighting all components in the same group on the rendering of the pcb makes manually populating the board much easier.

This plugin utilizes Pcbnew python bindings to read pcb data and render silkscreen, fab layer, footprint pads, text and drawings. Additionally it can pull data from schematic if you export it through netlist or xml file that Eeschema can generate from it's internal bom tool. That extra data can be added as additional columns in the BOM table (for example manufacturer id) or it can be used to indicate which components should be omitted altogether (dnp field). For full description of functionality see wiki.

Generated html page is fully self contained, doesn't need internet connection to work and can be packaged with documentation of your project or hosted anywhere on the web.

Demo is worth a thousand words.

Installation and Usage

See project wiki for instructions.

License and credits

Plugin code is licensed under MIT license, see LICENSE for more info.

Html page uses Split.js, PEP.js and (stripped down) lz-string.js libraries that get embedded into generated bom page.

units.py is borrowed from KiBom plugin (MIT license).

svgpath.py is heavily based on svgpathtools module (MIT license).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].