KiCad / kicad-library

The schematic and 3D libraries for KiCad 4.0. Note that the footprint libraries are the *.pretty repos themselves. This is an orphaned repo, the news about the v5 libs, http://kicad.org/post/kicad-official-libraries/.
Other
746 stars 956 forks source link

Added HX712 ADC #1797

Closed tk5ep closed 6 years ago

tk5ep commented 6 years ago

Added the AVIAC HX712 24 Bit single power Datasheet

SchrodingersGat commented 6 years ago

Hi @tk5ep the pins are very long on these, can you please reduce pin length from 200mil to 100mil :)

tk5ep commented 6 years ago

Done.. HX711 and HX712 pin length are now 0.1.

SchrodingersGat commented 6 years ago

Thanks! The other issue I am only now noticing is that you have put the footprint data into the footprint filter!

The footprint information should go here:

selection_021

And the footprint filter should be set like:

selection_022

Thanks!

SchrodingersGat commented 6 years ago

Sorry - still some Travis errors - https://travis-ci.org/KiCad/kicad-library/builds/305911862?utm_source=github_status&utm_medium=notification

tk5ep commented 6 years ago

Hi, Hard work... Before i, correct.. What's wrong in the HX711 footprint name and illegal character detected ? Is it the dot in 1.27mm ? BTW i don't know if it is necessary to put a footprint name in the description.. There are different footprint possible and as recommended in KLC, it should be left blank.

SchrodingersGat commented 6 years ago

Issue is that you have wildcard * character in the footprint field. This must point to a single explicit footprint. The filtering is only for the footprint filter fields!

SchrodingersGat commented 6 years ago

As we are now close to moving all the symbols to the new kicad-symbols repository, this PR will have to be reissued at https://github.com/kicad/kicad-symbols

Thanks for your contributions, and sorry for the inconvenience