Search
If we a varactor and we want to control let's say the resonant frequency of the circuit ,in my schematic we must add R1 correct?Else we create a low resistance path for current to flow not through ...
For reference, here is your circuit properly drawn with component designators: The question is what happens when the inductor current starts at 0, then the switch is closed. The first observati...
The term "Discrete" uses to describe a signal with two modes, but is there a term to describe a signal with just one mode or with three or more modes? Question update: Also, isn't a wave with just...
What is a difference between SPI stream and memory mapped SPI? PS SPI is a peripheral.
with just one mode Others have already explained that "discrete" means a finite set of values, not just two. This is to point out that having just one "mode" (it seems you mean symbol) doesn't ma...
After the switch is closed : The general formula for finding the current through the inductor is this: where If is the current through the inductor after infinite time,Io is the current of th...
It is interesting to see how they deposited these carbon electrodes over solder mask and copper traces both under the button foil switches and membrane switches alike which offer more tactile feel....
Is there a scientific way to estimate the resistance of a pogo pin? If it was a solid cylinder or wire one could calculate the resistance: R = ρ × L / A But a pogo pin is hollow inside, the sp...
Another solution which uses an ADC to read the three-state pin on the battery charger IC. The original question mentions GPIO, and doesn’t mention ADC. Maybe this will be useful for some other de...
As the others said, there is no definite answer to this. But here is how we do it: There is a global schematic library and a global footprint library. They have the components we use and have the ...
I've done similar things on UART lines, but for significantly lower baudrates (9600 etc) than traditionally used on most CAN buses. It's also easier to do when you have 5V guaranteed to be well-ov...
Based on reading the All About Circuits article on IEPE sensors there are two general types of circuits integrated into this class of sensors: voltage amplifier and charge amplifier. This question...
Vias are used to move up in metal layers. The contacts of the transistors can be directly connected with metal 1, but if you want to use higher metal levels, you move up to them with vias. For exa...
An induction motor with its shaft held still will mostly look like an inductor with a series resistance electrically. However, there will be some issues: It will be difficult to guess the inducta...
What effect does an oscillator potentially have on a SPI clk signal if the oscillator is on the top layer, with GND and VCC layer in between on a four layer board. I know running it on the same lay...
It's hard to answer your specific case since you didn't label the layers in your picture, or which traces are doing what. That said, a few traces crossing each other on different layers is not muc...
What you are proposing may be okay (depending on other specifics of the design), but your proposed 4-layer PCB stack-up looks like a compromise. Clock is a high speed signal, and so is SPI dependi...
I only address this point: Are there some other way how to do this which I have not covered? Yes. Instead of using boost and buck converters, you can use integrated charge pumps. They don't u...
Hi, how can I use can bus monitoring through a simple led without disturbing the can line , I started with a diagram found on this forum, I need your help to correct where necessary, I want to use...
You'll need a differential comparator, something like what was suggested in here. But I'd look for a proper Canbus Rx and extract that to convert to single ended one shot to pulse for activity.
I've found a solution, and tested it. What @Olin wrote earlier holds. This is to post my code for STM32. Does the VBUS detection have to be done in an interrupt? I've asked the ST's technic...
The component with the coil of wire is an inductor. Judging from the small size, it is probably only a few µH. There are lots of uses for inductors, like for filters, switching power supplies, tu...
I'm having trouble using the nodal equations to determine the base voltage Vb1 in the circuit below. I've attempted to write seven equations below, but not able to fit them in entirely. (12-Vx)...
For my own understanding I tried modelling switching off an inductive load without a freewheeling diode to observe ringing. This is the model I used: 1.) Are the two main components of the reson...
are there more elements contributing to this effect that I have not placed in the circuit? Definitely, but it's hard to say how relevant they would be. The real world is messy. There is parasiti...