Is there anyone that can help me with some component creation for my electronics components, for a schematic that I am trying to duplicate?

I have some schematics that i would like to merge.
But i found my self dificult to create components from scratch.
I have here my part list :
ss49e hall efect sensor
lf353
ad633 analog multipliers
hp4067 multiplexer

for the ad633 i have found libraries and footprints, but i found very dificult for the rest.

can anyone help me with the rest of the components ?

thanks a lot for your time reading this

Did you mean “CD4067”, or possibly “74HC4067”?

There’s a symbol in the “cmos_ieee” library at https://github.com/KiCad/kicad-library/blob/master/library/cmos_ieee.lib but you will need to correct some drafting errors:
The I/O Pin Name “Q12” (pin 14) should be changed to “A12”.
The Names of the four channel-select pins (pins 10, 11, 13, and 14) should be changed from “A0” -> “A3” to “S0” -> “S3”.

Dale

LF353 is a standard dual opamp, same symbol and footprints as a LM358, for example

The library “sensors.lib” is part of the standard KiCAD installation, or download it from https://github.com/KiCad/kicad-library/blob/master/library/sensors.lib

Enter the ss49e as an alias for one of the Allegro sensors in that library (there’s about a dozen of them), or use one of the Allegro symbols as the starting point for a new SS49E symbol.

Dale

The AD633 is available in the KiCad old style as Eagle conversions here http://library.oshec.org/

. . . And the TL072 (available in “linear.lib”) is probably more likely to be selected for a new design.

Dale

Nine times out of ten the LF353 and TL072 are interchangeable

@dchisholm & @davidsrsb - tag team today, huh? :joy:

Simply a practical demonstration that old age, and a little bit of conspiracy, trumps youth and enthusiasm.

Dale

1 Like