uConfig icon indicating copy to clipboard operation
uConfig copied to clipboard

Datasheet pinout extractor from PDF and library Stylizer for Kicad.

Results 28 uConfig issues
Sort by recently updated
recently updated
newest added

uConfig runs on the whole datasheet, however, does not detect any packages. The output it gives is: ```============================== + possible components at page: 60 0 package deleted 0 package found...

Many datasheets present a table with the pin number, pin name and pin direction columns. This patch add support for the pin direction parsing. Tested with BQ76920 datasheet: http://www.ti.com/lit/ds/symlink/bq76920.pdf Example:...

Currently uconfig always installs its libraries into /usr/lib/ on *nix OSs. This fails on some distributions that differ between /usr/lib, /usr/lib32 and /usr/lib64 I'm not too familiar with qmake hence...

**Describe the bug** There exist 2 packages for this part in the datasheet, tool only finds one. The pin extraction screws-up 3 pins: EN (pin 3), BYP/ADJ/NC (pin 4) and...

**Describe the bug** Tool extracts BGA numbering instead of "Pin name" column for pin naming, see pin table on page 5 of datasheet (below). **Datasheet identification** Links to download the...

I was looking for something like this plugin )which is already awesome) that also displays the expected inputs and outputs of a component in Kicad. So when you mouse over...

the tool debugger seems to detect the pins correctly, yet the result table not displaying some ![image](https://user-images.githubusercontent.com/5602496/55076712-ca43b300-509e-11e9-8884-c0415fb53b4c.png) pin 2,7 are missing ![image](https://user-images.githubusercontent.com/5602496/55076737-d92a6580-509e-11e9-9446-bc18bfab3941.png)

bug

While using the tool, I found the below case ![image](https://user-images.githubusercontent.com/5602496/55871496-0987fe80-5b8b-11e9-93ce-917c5ce7fd40.png) it seems the application logic will skip the already associated pins, noting it was mis-assigned. like in the above case,...

Hello, For this datasheet, "http://ww1.microchip.com/downloads/en/devicedoc/atmel-0995-cpld-atf1502as(l)-datasheet.pdf" it contains 2 packages 44-Pin(TQFP and PLCC) Could you add package name in the extract pinout name? The extract name now is: p.2_pack0 p.2_pack1 we...

enhancement
low priority

Am trying to build the project on windows and using Qt creator, currently am stuck @building pdf_extract, I download the DLLs and header files as you mentioned, I add DLLs...

question