Search
The Murata part you have chosen as a replacement is unsuitable. Its only application is to cheaply replace crystals in oscillators and, as such, it will have a profoundly tight bandwidth (maybe les...
I have a non-invasive current sense transformer (SCT-013-030) which according to its datasheet it is voltage output type. I want to harvest energy and supply a wireless sensor that consumes 5-6 uA...
#1 before anything else is to do your homework. The Nordic semi web site says: "nRF24 Series Not recommended for new designs". That means forget about using this part! They are phasing it out of pr...
I am planning to use the LM318 operational amplifier to generate a PWM signal and I need to know how to calculate the rise/fall time. LM318/LM218/LM118 datasheet -The slew rate is 70 V/µs maximum...
Rise and falls times are limited by the maximum slew rate the opamp can produce. This is something you look up in the datasheet. Note that the slew rate might be dependent on supply voltage and p...
According to the datasheet that Andy linked to, the chip can be configured for 0 dBm output. With the proper antenna, that is probably good enough for 20 m, but you'll have to test it yourself to ...
The data sheet gives a perfectly good example of using the nRF24L01 without an external PA. It has an internal PA capable of driving an antenna <-- just look at the design example on page 63 wit...
Yes, plugging a microphone into a headphone output could possibly damage the microphone. Microphones are designed to work on tiny vibrations and tiny currents. A dynamic microphone will work back...
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...
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 ...
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 ...
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 ...
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...
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...
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...
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 ...
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...
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...
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...
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...
"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...
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} \\ ...
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...
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...
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...