Search
Rasp PI is a PC in disguise - it is a single-board computer. As such it runs Linux and like any Linux PC, it doesn't allow real-time execution, direct access to physical addresses, deterministic ...
In a lot of textbooks, filters seem to be designed around a matching source and load impedance. However, If I have a filter stage between an antenna and an LNA, wouldn't I want the load impedance(i...
Apart from the need to match impedances to prevent possibilities of signal reflections and the knock-on issue of signal nulls at your receiver LNA input, an antenna "expects" to be terminated in th...
If I have a filter stage between an antenna and an LNA, wouldn't I want the load impedance(input to the LNA) to be large with respect to the source(antenna) in order to not attenuate the signal ev...
How exactly is the emitter capacitor C3 helping to increase the voltage gain in the common emitter amplifier below? Is it because for AC signals the emitter looks like a short to ground and that es...
in my engineering curriculum .. I never found a diode in a mosfet symbol Then you should ask for your tuition back, or perhaps the institution should want their diploma back. but in datasheets ther...
This is an energy meter reference design guide I found in microchip's website. In a microcontroller how come the registers are specific to the project?Please explain.
Calling those "registers" might be technically correct, but rather misleading in my opinion. These are really RAM locations. Probably for historical reasons, Microchip refers to RAM bytes in some...
It's not clear whether you are asking about what the capacitor does in a buck converter, or how a capacitor works internally. I'll therefore go with: I am having a difficult time picturing the flo...
A "normal" digital output actively drives both high and low. Open drain or open collector outputs only actively drive low, and go to high impedance when the signal is meant to be high. Some reaso...
That circuit doesn't do what you think it does. Here is the circuit in question: The impedance seen at IN is definitely higher at high frequencies, but that is only due to it being artificially l...
Here is the bootstrapping technique for opamps, as exposed in the Art of Electronics:. This technique is supposed to increase considerably the input impedance of the opamp for an AC input source (...
A differential amplifier and a differentiator are two completely different circuit blocks. Differential Amplifier A differential amplifier has two inputs and one output. It takes the difference ...
Your question is impossible to answer without carefully looking at the layout and schematic. However, from gut feel and experience, this smells like poor grounding design. Common mistakes: Not a...
I am looking at the datasheet of the 7508170315(link) transformer and something seems strange to me. If I connect this to a 12V supply and expose it to 10us pulse: 12V*10us/475uH = 252mA which ...
In the image below is an opamp buffer with +/- 15v rails connected to a 3.3v ADC. The input to the opamp is limited to 0-3v. There is no protection circuitry for the ADC. Is the risk of the opam...
If I connect this to a 12V supply and expose it to 10us pulse: 12V*10us/475uH = 252mA $$$$ This current flows in the primary magnetization inductance (475 μH) after applying 12 volts for 10 μ...
Is the risk of the opamp overdriving the ADC too great for no input protection to be used? I would certainly say yes but, this can usually be easily solved by using a current limit resistor in...
Is the risk too great? That depends on parameters you haven't told us. How cost-sensitive is this product? What is the reliability expectation of the users? How mission-critical is its usage? ...
A little check list of some basic things to ask yourself before asking such a question: Is this some manner of high/mains voltage device? Repairing such electronics is very dangerous if you don'...
Digital voltmeters generally display decimal digits. The resolution implied by that is not necessarily the same as the underlying binary A/D. Since voltmeters for human display don't need to be f...
The display counts range is one of the digital multimeter characteristics. We know that a DMM is based on an analog/digital converter, and we know too that each ADC has a certain resolution in bit...
Here is a solution to protects very well the ADC from over-voltage spikes, avoid any simulation and design consideration, and that also protects the ADC from a possible negative output spike from t...
Every time I needed CAN, I had just put external crystal and didn't think about it after that. It worked fine. I am wondering however whether the precisions of MCU internal oscillator is sufficien...
It's still unclear what you are really asking, so I'll discuss the tradeoffs between low and high side switching of power to a load. Low side switching The main advantage of low side switching is...