Special TYPE of SPST (part)
Again … Thanks a lot! With your help my lecture notes for my pupils become more and more professional. image.jpg1203x342 69.1 KB Yours Martin
View ArticleWemos esp32 Lolin
Has anyone made a part for the new Lolin D32? (https://wiki.wemos.cc/products:d32:d32)
View ArticleWemos esp32 Lolin
Don’t see one in a google search, unfortunately also don’t see a mechanical drawing or even a pinout list at a quick glance. It should be relatively easy to modify one of the existing parts with...
View ArticleGeneric ICs with oblong/rectangular pads?
is there an easy way to get a (generic) IC with “oblong” / rectangular - non round - through the hole pads to enable routing of small wires between the pads? Currently I need ICs 300mil with 28pins...
View ArticleGeneric ICs with oblong/rectangular pads?
noiasca: is there an easy way to get a (generic) IC with “oblong” / rectangular - non round - through the hole pads to enable routing of small wires between the pads? Depends on your definition of...
View ArticleGeneric ICs with oblong/rectangular pads?
thanks Peter. I tried my best and did the 3 parts. In the gerber viewer the parts are looking ok so far. I will let produce a test pcb and if the parts are ok I’ll publish them.
View ArticleGeneric ICs with oblong/rectangular pads?
You want to look at the drill.txt file from the gerber output and check the drill sizes are correct. For ICs they are usually .035 in I think. If you want to post the parts I can have a look for...
View ArticleESP8266-07 with Adapter Plate created
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleBME / BMP 280 sensor
Hi, I’ve created a new Fritzing part - BME/BMP280 - temperature, humidity, barometric sensor with I2C protocol. Download here: ajcreatif.com/BME280.fzpz Thanks for using. Regards, mtd
View Article4N25 Optocoupler created
Hi, please use updated part from here: ajcreatif.com/4N25.fzpz Regards, mtd
View ArticleBME / BMP 280 sensor
Not bad, but a few problems: schematic svg: is missing the schematic layerId none of the connectorxterminal labels are correct. 0 and 1 are still rect and 2 and 3 are labeled 4 and 5. That causes the...
View Article4N25 Optocoupler created
Again not bad, but a few problems: bb again missing the layerId pcb the hole sizes are wrong, they should be 0.035in for an IC yours are 0.027222 according to the gerber output. fpz file changed label...
View ArticleInvisible text in my part
hello, none of the text with OCRA font is visible on my breadboard part. if i convert it into path it’s ok what’s the reason ? here’s the inkscape svg...
View ArticleInvisible text in my part
First thing to try is edit the svg with a text editor and remove the px from the font-size (I usually just delete all the px). There is a quirk in Fritzing where it will set the font size to 0 if you...
View Article[solved] Invisible text in my part
thank you very-much for your answer removing the “px” solves the problem ! great
View ArticleThe Pressure Stat in Washing Machine
Dear All, I am working on a project which checks the pressure sensor in washing machine that is ok or nok. First of all, let me explain how a pressure sensor works. It is a circuit which uses pressure...
View ArticleThe Pressure Stat in Washing Machine
You could make a simple RC filter (resistor and capacitor) to convert the pulses to a smooth DC voltage which could be read by an analog to digital converter (ADC) on most microcontrollers like...
View ArticleThe Pressure Stat in Washing Machine
Here’s an example of an RC filter I found on circuitlab. https://www.circuitlab.com/editor/#?id=zhq9j8 In your case your sensor is the source of the square wave labelled “V1” and you would read the...
View ArticleThe Pressure Stat in Washing Machine
I do not believe an RC filter will give you what you need. A phase-locked loop is a better solution. See the circuit: CD4046. What is the frequency output of your transducer?
View ArticleThe Pressure Stat in Washing Machine
Hi Wimberleytech, First of all,thanks for your attention. I would like to share with you a datasheet belongs to pressure switch. It shows the frequency corresponding to the pressure....
View Article