discuss.tchncs.de

ndsvw, to memes in Hi, my Name is
@ndsvw@feddit.de avatar

Stop making fun about Sir Gay Boob Titsky!!!

piecat, to askelectronics in Can you identify what kind of voltage regulator (?) is this?

I think this might be it: lcsc.com/…/Monitors-Reset-Circuits_NATLINEAR-LN61…

The smd codes kind of suck. They’re used on devices where there isn’t room for the full PN. But they’re not standardized well. Are often unique per footprint, but even then, not a guarantee.

I looked up “CAZ” here: smd.yooneed.one/code4341.html and found a part that matches the footprint. Then googled around and found the LN61CC3002MR-G on lcsc.

It can be very hard to find a part on Google, or say Digikey, if it’s made by a Chinese company. LCSC can be helpful since they’re based in China.

Yendor, to askelectronics in Can you identify what kind of voltage regulator (?) is this?

Looks to be an IRLML6302 MOSFET.

boothin, to askelectronics in What kind of connector is this?
FrankOcean,

thats the one!

Forced_Dspic, to askelectronics in Connecting several tracks to the same pad

As other have mentioned, what you got is fine for most basic applications. If you use a polygon pour you can decrease the resistance of the trace and consolidate it all into one large trace. I also see you using traces for ground, the general rule is if you have the room, make all the unused space on at least one of your layers ground with a polygon pour. This makes connecting ground easier, makes your ground more reliable (decreased resistance) and makes your board less susceptible to external noise

aabizri, to askelectronics in Connecting several tracks to the same pad

If it’s for a digital or power-electronics design, you might want to bypass that question entirely and put in a plane/copper pour/copper fill (all synonyms) that encompasses all these pads.

This helps with power dissipation and lowers resistance though has parasitic inductance and capacitance ramifications. It depends on what goes through that net !

On the other hand if this is analog, high frequency, rf or mixed-signal, I would suggest looking at what kind of requirements you have for that net mathematically. You can find the parasitic inductance and capacitance equations (approximations) online quite easily.

wheresbicki, to askelectronics in Connecting several tracks to the same pad

Why not just connect all the resistors together with one straight trace, and put on trace between that and the cap. They’ll save copper and make the board cheaper.

aabizri,

I know of no PCB fab house that prices production on how much copper is etched out of the foil (even though they recycle the dissolved copper afterwards). On the contrary, i usually got the advice of leaving as much copper on the board as I could, as it makes their life easier (and balancing becomes very easy).

Kratzkopf,

Would they really? I made only one PCB so far, but there your price was independent of design. I also don’t think they save a significant amount of copper either way. Would they notice at all? When you etch away the copper from your PCB you would need to measure how much copper your etchant took in and I would imagine that’s not worth the effort. Feel free to correct me if I’m wrong though.

Rolive, (edited ) to askelectronics in Shift register > Relays - inconsistent results when load is attached to relay

Seems your linked website as a very believable conclusion attached to it. I have a similar issue where the relay module would behave erratically. In my case it was when the relay module/595 chips received power before the Arduino was fully powered up. It’s unlikely that a load affects your relay module as they should never be connected to the main circuit.

I guess something like a pulldown resistor on the SER, CLK and RCLK pins would solve the issue since that would kill any noise. The noise is probably the kind of voltage that BARELY registers as HIGH but highly random.

That or making the relay module only turn on after the microcontroller has finished starting up using a mosfet or something.

pneumapunk, to askelectronics in Connecting several tracks to the same pad

It mostly doesn’t matter.

If it’s a high-current, high-frequency, or low-noise circuit then maybe the inductance or resistance of those traces would matter, but they’re very short so probably not.

If you’re mass-producing it, then sometimes the reflow or wave solder process works better if the traces leave the pads in particular ways. You’d talk to your manufacturer about this.

If this is a hobby project, you’re overthinking it; arrange them in a way that pleases you!

Forced_Dspic, to askelectronics in 555 based PWM Dimmer not working only with LED strips

There is a couple of things I would suggest looking into. First just make sure the LED strip still works, then try a adding a current limiting resistor to the strip, even if it already has one it could help. A unity gain buffer could help as well. I also noticed that there is no active regulator on it, and all the work is put on a zener so I would also say either jank in an active regulator or even easier, supply it with a regulated rail

abff08f4813c, to RedditMigration in I just had my 14th cake day the other week
M_Reimer, to askelectronics in 555 based PWM Dimmer not working only with LED strips

The video does not play for me.

Did you try to dim the LED strip with your selfmade dimmer?

0x4E4F, to askelectronics in Non-Inverting LM358 Circuit Not Working
@0x4E4F@lemmy.fmhy.ml avatar

Is the ground for the voltage rail and input signal the same?

Yep.

What exactly is wrong with the circuit I built? I want the LED to only turn on when 5V is supplied at the input, right now the LED can turn on if I connect the ground to the voltage rail supply even without an input voltage.

Schematic of exactly what you did… not what was on paper, how it is on the breadboard.

I’ve seen the post on Adafruit with the feedback resistors connected to the same ground as the rail supply, but the circuit diagram does not show where the input voltage ground is? Link: blog.adafruit.com/…/ask-an-educator-making-a-non-…

It’s the same as the opamp’s ground.

Drich98,

https://discuss.tchncs.de/pictrs/image/1e43a618-1b76-4528-92bb-81b3232d9df6.jpegHere’s a schematic representation of what I built on the breadboard, establishing the same ground point works but the LED still turns on even when V+ is disconnected from the 5V Arduino pin.

0x4E4F, (edited )
@0x4E4F@lemmy.fmhy.ml avatar

Use a single power suppy (GND and +12V) and tie the Arduino’s GND with that GND.

Your circuit fails because the Arduino’s GND is tied to the -12V from the dual power supply, so the +5V that the Arduino outputs equal to -7V on the non-inverting input. Since this is a non-invering schematic, the opamp doesn’t invert the signal. Instead, it tries to double the -7V to get -14 on the Out, but since you’re powering the opamp with -12V, it can’t achieve a voltage that low, so it outputs the maximum it can give: -12V.

The LED turning on even when there’s no signal on the non-inverting input is probably a floating input problem. It picks up EMI so it just amplifies that. Try connecting the non-inverting input to GND, the LED should turn off… that or you burnt one of the opamps, lol, try the other one in the package.

Drich98, (edited )

I tied the Arduino’s GND to the power supply GND, the output is still 10V, tried different ICs as well, not really sure what the issue is at this point. Tying the non inverting input pin to ground does turn OFF the LED, but the led stays on regardless if the 5V is coming from the arduino or not, it seems that the op amp outputs 10V regardless of the non-inverting pin, however if I use different resistors to lower the gain or change the input voltage to 3.3V instead of 5V, I do get the output voltage. I just don’t understand how there can be 10V at the output with no voltage from the inverting or non-inverting pin.

0x4E4F,
@0x4E4F@lemmy.fmhy.ml avatar

Well, you should get 10V. You input 5V, the voltage gain is 2, so the output should be 10V. I don’t see a problem here, the circuit is working as expected.

Drich98,

But that’s the thing, it outputs 10V even when the 5V rail from Arduino is disconnected at V+ (pin 3).

0x4E4F,
@0x4E4F@lemmy.fmhy.ml avatar

Put a pot between the arduino’s +5V and the circuit, see what happens when you turn it. A 10K to 100K pot should be enough.

possiblylinux127, to starwarsmemes in The ability to speak does not make you intelligent

I don’t see how refusing to work is all that bad.

I want my employment to be at will

Susan_B_Good, to askelectronics in Non-Inverting LM358 Circuit Not Working

Just a word of caution - education is a process of diminishing deception. Books provide a simplified version of real World electronics. Universities and colleges put a lot of effort into designing lab practicals that will actually work and give the predictable results that students expect.

So the normal learning process when it comes to op amps - is to read and understand the theory. Then complete those crafted lab practical exercises - having been introduced to the added complication of systemic and random errors. Then do your own thing, when all the remaining Real Life complications hit you like a brick.

So, if you can find a course in analogue electronics, even a distance learning one, you might find the steps are smaller and more easy to assimilate.

Drich98, (edited )

I understand your caution, however I understand the theory behind OP-Amps, theory can only go so far which is why I’m building a circuit on a breadboard now. I should clarify that the basic rules for ideal op-amps I have a grasp of, although I can never seem to remember these rules. For example, I have the formulas for a BJT and MOSFET transistors memorized because I spent a lot of time reading and using them in practical applications. Op-amps I have spent a lot of time reading but no time building circuits, which is essentially what I am trying to do now. I have a degree in EE, and at this point this is one of the basic components that wasn’t covered much in university, nor did reading or doing practice problems help. I’m very much a hands on learner, I can read formulas and equations all day but if I don’t apply what I learned I’ll forget it after several days unless I repeatedly practice.

Susan_B_Good,

What worked for me, that may not do so for anyone else - is to take an existing circuit (usually a reference one provided by a manufacturer) and build that. Get that working (sometimes, it hasn’t worked- the manufacturer’s technical support department has often been very helpful, especially when their reference design has a design fault or has been misprinted - after doing that, they used to send me unmarked, pre-production chips/etc to play with and provide feedback).

Then modified that design, to test my understanding. Tried different board layouts, guard rings, etc and documented the effect. When it didn’t work as expected - took that back to their tech support to see if we could work out why.

So, for me, taking something that works and keep modifying it, just a little.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #