spiki icon indicating copy to clipboard operation
spiki copied to clipboard

A spiral inductor footprint generator for Kicad

Results 7 spiki issues
Sort by recently updated
recently updated
newest added

I've went through and updated the program for python 3 print statements and made a few tweaks to use QTWidgets where necessary for compatibility with QT5. Should I submit a...

Per issue #6: I've modified the program to use Python3 style print() functions and the QT5 QTWidgets module where necessary. A small tweak was also necessary for the file save...

After adpating the code for Qt5 i have an issue File "/home/habib/Bureau/Spiki/spiki/dos.py", line 328, in readZc lin = fzc.next() AttributeError: '_io.TextIOWrapper' object has no attribute 'next' Please tell me how...

This is a companion commit for the "Added an option to generate square spiral inductors" commit on the master branch.

I am trying to run this tool on an Ubuntu machine, but I get this error: Traceback (most recent call last): File "spiki.py", line 121, in runSimulation self.simulate() File "spiki.py",...

Hi, I'm comparing your tool with this: https://github.com/ignamv/kicad_scripts I'm getting the same values for L and Q but the most important thing is that the resonant capacitance value is missing...