Recent Posts

Pages: [1] 2 3 4 5 6 ... 10 Next
1
Beginners / Re: Convert US standard 115V to International 230V
« Last post by tooki on Today at 05:23:13 pm »
but AGAIN you missed the fact that OP clarified before your first reply that the 20A input was NOT the actual maximum input current established by some empirical means, but a mystery number from a long-gone employee.

Yes, when I posted my first message in this topic, I didn't notice that he don't have other power supplies and 20A is a mystery number.
And what? This is the reason you're attacking me?  :-//
Not attacking. Explaining our frustration.
2
I re-drew the schematic, hope it's clearer.

the water dispenser is comprised of an 18650 cell, circuit board and motor. The circuit board has a uC that handles USB charging and that enables/disables the motor when its button is pressed.

I want to enable/disable the motor periodically with an ESP32C3 through an optocoupler.

3
Projects, Designs, and Technical Stuff / Re: Corrosion on DIP pins
« Last post by Haenk on Today at 05:12:12 pm »
I would rather guess these have been reworked/replaced (maybe even in factory) with a different type of solder and flux has not been cleaned, most types of flux will corrode things over time.
You might want to check the caps as well, they don't seem to have leaked, but 50 years are 50 years - therefor they might have dried out.
5
Projects, Designs, and Technical Stuff / Re: Corrosion on DIP pins
« Last post by inse on Today at 05:11:07 pm »
Not sure whether it is rust or flux residue.
Why not brush the entire PCB with a stiff paintbrush and PCB cleaner?
If you are afraid of corrosion, you could apply conformal coating after completely overhauling the PCB.
6
Programming / Re: Linux Dependency Black Hole
« Last post by Siwastaja on Today at 05:06:27 pm »
Because their QA team tested it with this version of Python. And their support teams are ready to assist with this version of Python.

Yes. Using Python in the first place is usually a mistake, although no one got fired by using Python, so I guess it's used because it's popular. The problem with Python that fanboys fail to accept but which in actual reality hits nearly every project is that each version of Python breaks compatibility both backwards and forwards (you might not always notice if the project is very simple and thus not using many of the features, but something breaks every freaking time). It's not just Python2 vs. Python3, but really a moving target. You either target one exact Python version and require user to have that exact version, or you maintain your code all day long to match the newest version, and require user to keep updating their Python to the newest release as well. Or you use something as horrible as docker to distribute your software plus the correct Python version.

PSA to all who want to develop software:
 * Do not use bullcrap like Python or docker
 * Avoid dynamic linking, link statically if possible, and therefore:
 * Avoid library dependencies like plague;
 * Only use libraries to do very complex things, like OpenGL for 3D graphics

The danger of "just using a library" to do something as simple as formatting and sending a certain packet was demonstrated on the xz backdoor disaster.
7
Here is the UFG series tagline: "Rich sound in the bass register and clearer high end, most suited for AV equipment."
The best part in these is to write some vague fluff yet provide zero measurable specification difference compared to "usual" capacitors.
8
PDF
9
Test Equipment / Re: MSO2000 Application module hack
« Last post by Minsoon on Today at 05:03:05 pm »
Hi.~
I purchased mso2014 used only yesterday.
There is no logic probe option, so I plan to create this using artwork.
I received good help from eevblog about the Agilent 54831 hack before.
As expected, mso2014 information is also available here.
I upgraded to the latest version 1.56 today.

The serial port on the rear Side will also need to be made using a PCB.
Can I ask for the patched firmware for App-Module Hack?
thank you!.
10
Repair / Re: Desoldering advice
« Last post by KrudyZ on Today at 05:00:43 pm »
I don't get why you are trying to save the relay.
You can certainly test its function while soldered in place.
If it tests good, then it's not your problem.
If it's bad then just get it out by all means, the easiest is to deconstruct (destroy) it from the top by sawing grinding snipping whatever works.
Then you can work on each solder joint separately, which should be trivial.
Pages: [1] 2 3 4 5 6 ... 10 Next