Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Search

Advanced Search Options

To further refine your search, you can use additional qualifiers such as score:>0.5. For example, the search score:>=0.5 created:<1y grammar would return only posts mentioning "grammar" that have a score >= 0.5 and were created less than a year ago.

Further help with searching is available in the help center.

Quick hints: tag:tagname, user:xxx, "exact phrase", post_type:xxx, created:<N{d,w,mo,y}, score:>=0.5

Filters
 
71%
+3 −0
Q&A Altium. Reusing schematic symbols for pin-compatible parts.

I want to create a schematic symbol and reuse it for multiple ICs which have identical pinouts. For example, OpaMPS, or the venerable SN74LS00, SN74HC00, SN74HCT00. How can I do this in an Altium...

1 answer  ·  posted 3y ago by Nick Alexeev‭  ·  edited 2y ago by Lorenzo Donati‭

Question schematic Altium software-library
71%
+3 −0
Q&A Circuit which create ac sine wave from dc pulsed signal

This is about as simple an analog inverter that I can simulate, but warning, not for the beginner with resonance issues. The bridge diodes are 2f multipliers reduced to logic level with divide by ...

posted 3y ago by TonyStewart‭  ·  edited 3y ago by TonyStewart‭

Answer
71%
+3 −0
Q&A Circuit which create ac sine wave from dc pulsed signal

There is no "simple" circuit that does the reverse conversion of what a full wave bridge does on a sine wave. However, it is possible to get there from here. Most of what you are asking about is ...

posted 3y ago by Olin Lathrop‭

Answer
71%
+3 −0
Q&A Pick & place file generated by Altium does not match the actual component rotations/positions

I am generating files for manufacturing my design in Altium 22 and ordering through Eurocircuits. What I noticed during the ordering process is that the rotation of many components (and sometimes ...

1 answer  ·  posted 3y ago by Mu3‭  ·  last activity 3y ago by DSI‭

Question pcb-assembly Altium
71%
+3 −0
Meta React feature guidelines?

Summary "Outdated" should be used for "this won't work anymore today", not "we would do this differently today". Detail "Outdated" should be reserved for when an answer is wrong or misleading be...

posted 3y ago by Olin Lathrop‭  ·  edited 3y ago by Olin Lathrop‭

Answer
71%
+3 −0
Q&A Flyback converter design

Hi guys,I'm designing a multiple output flyback converter with 2 outputs at 10v@1 Amp and 5v @ 2 Amps .Input is 20 V dc Im having some problem with the implementation of closed loop. Open loop res...

2 answers  ·  posted 3y ago by Sriram14‭  ·  edited 2y ago by Lorenzo Donati‭

Question flyback-converter SMPS DC-DC-conversion
71%
+3 −0
Meta Do we need tags for supply voltages?

Someone just created the tags 208VAC and 230VAC. If think we need to create a policy about tag usage related to supply voltages. Clearly, stating the supply voltage is highly relevant information ...

2 answers  ·  posted 3y ago by Lundin‭  ·  last activity 3y ago by Olin Lathrop‭

Question discussion tags
71%
+3 −0
Q&A What is minimum resolution here?

On page 26 and 27 of that manual, it lists accuracy and resolution separately. The accuracy is how far away you should expect the measured value to be from the actual value. The resolution is the...

posted 3y ago by dsr‭

Answer
71%
+3 −0
Q&A Asynchronous connection question

Assuming you speak of UART, then the receiver must be told in advance the number of data bits, the number of parity bits and the number of stop bits. The start bit is a logic zero (low) and the sto...

posted 3y ago by Lundin‭  ·  edited 3y ago by Canina‭

Answer
71%
+3 −0
Q&A Resistance of digital ampmeter

You might get lucky and be able to measure the input resistance using this method. It should work because the black socket (common) is shared by all measurements.

posted 3y ago by Andy aka‭

Answer
71%
+3 −0
Q&A Low-frequency PWM-controlled Mosfet heater circuit

This answer is regarding the resonance issue that C2 is fixing, and how it could be done with a smaller cap. There are two aspects of it. To start, consider the 5.6uH vs the 10uF capacitors. It ca...

posted 3y ago by Pete W‭  ·  edited 3y ago by Pete W‭

Answer
71%
+3 −0
Meta React feature guidelines?

Example of answers that should be classified as Dangerous: "Do it yourself" Q&A where someone is fiddling around with 230VAC electronics or other such potentially lethal power sources withou...

posted 3y ago by Lundin‭

Answer
71%
+3 −0
Q&A SPI modes difference

From the point of view of the SPI peripheral (and any debugging tools you have directly connected to the SPI bus), there is no difference between SPI stream and memory-mapped SPI. The difference i...

posted 4y ago by DavidCary‭

Answer
71%
+3 −0
Q&A Thermal relief for through-hole on multi-layer PCB

That's a rather strange thermal relief pattern. It's also not clear where the hole is supposed to be. A proper thermal pattern has a plated hole and annular ring around the hole as usual. Then t...

posted 4y ago by Olin Lathrop‭

Answer
71%
+3 −0
Q&A Select resistor for a diode

You start by checking the forward voltage and rated current for the LED. 20mA is the usual industry standard for regular LEDs and the forward voltage will be specified for that rated current. In t...

posted 4y ago by Lundin‭

Answer
71%
+3 −0
Q&A Select resistor for a diode

What the "appropriate" value of R1 is depends on what you are trying to achieve, which you haven't told us. Will this device be used in bright light, like outdoors, and the LED therefore needs to ...

posted 4y ago by Olin Lathrop‭  ·  edited 4y ago by Olin Lathrop‭

Answer
71%
+3 −0
Q&A 3+3 doesn’t show 6

I have a problem which I don’t understand how to solve. I have this 2-bit adder, but when I select A1AO to be (11)2 3 and B1BO to be (11)2 3 and run it on Logisim it doesn’t show me 6. Instead it s...

2 answers  ·  posted 4y ago by MissMulan‭  ·  edited 2y ago by Lorenzo Donati‭

Question digital-logic arithmetic-circuit
71%
+3 −0
Q&A Motor Controller - What might be the purpose of these resistors?

Reasons this is sometimes done: To get higher power dissipation. To get higher voltage capability. To get lower parasitic capacitance. For 1 and 2 the "normal" answer is to use a resistor rat...

posted 4y ago by Olin Lathrop‭

Answer
71%
+3 −0
Q&A $Q$ and $\overline{Q}$ in bistable multivibrator

Whichever you choose. I notice that you deliberately made the gain of one transistor a little higher than the other. That is irrelevant. The positive and negative outputs don't depend on the pow...

posted 4y ago by Olin Lathrop‭  ·  edited 4y ago by Olin Lathrop‭

Answer
71%
+3 −0
Q&A What is the difference between emitter and collector of a transistor?

I see you already have an answer based on the device physics. I'll answer that this means in a circuit. BJT (bipolar junction transistors) do work in reverse, at least somewhat. Generally, the c...

posted 4y ago by Olin Lathrop‭  ·  edited 4y ago by Olin Lathrop‭

Answer
71%
+3 −0
Q&A SPI modes difference

"Stream" and "memory mapped" should be defined in the documentation for whatever microcontroller you are using. "Memory mapped" can mean different things. It might be just a different way of sayi...

posted 4y ago by Olin Lathrop‭

Answer
71%
+3 −0
Q&A Type II compensation network for a non-ideal transconductance amplifier

You can use various methods for it, one way would be to simply use the ideal transfer function and make it in parallel with $R_o$: $$\begin{align} A(s)&=R_{th}+\dfrac{1}{sC_{th}} \tag{1} \\ ...

posted 4y ago by a concerned citizen‭

Answer
71%
+3 −0
Q&A Type II compensation network for a non-ideal transconductance amplifier

I am designing a DC/DC converter in the control loop of which a transconductance amplifier (OTA) is used. This part of circuit looks like this: To determine the needed characteristics, I am usin...

1 answer  ·  posted 4y ago by Mu3‭  ·  edited 4y ago by Mu3‭

Question OTA compensation opamp
71%
+3 −0
Meta Is English translation of technical terms on-topic?

I think such questions are OK as long as they are EE-specific. General purpose dictionaries often do a poor job with specialized technical terms, especially when they are the same or similar as re...

posted 4y ago by Olin Lathrop‭

Answer
71%
+3 −0
Q&A Capacitance of inductor

What is a typical value for capacitance of a real inductor? "Typical" capacitance is a useless to design circuits with. It will also vary considerably by inductor size, geometry, and materials us...

posted 4y ago by Olin Lathrop‭  ·  edited 4y ago by Olin Lathrop‭

Answer