Search
Preface English isn't my first language. I'm still pretty green relatively as an electrical engineer with 3 years out of B.S. program and in the medical industry. This is my first post on any st...
Those batteries must be for powering electronics that receives commands from your controller or remote. They don't have anywhere near the energy to raise something like the headrest of a normal be...
In an embedded system, I require a watchdog to be able to pass ESD qualifications (the main reason for the watchdog requirement is that the device wasn't able to pass the harshest tests of the IEC ...
Looking at Texas Instruments opamp OPA2211it mentions GBW of 80MHz at a gain of 100, and 45MHz at gain of 1: Looking at the bandwidth graph from Figure 10 in datasheet: It looks like 80MHz is...
During FCC (or any other EMC) testing, the manufacturer will use some antenna(s) and only those antennas will be the ones approved. If you modify the antenna or use one which wasn't used in the tes...
I have a photodiode and I want to connect it to an ADC to read the ambient light. For the context, non linearity is not an issue as I'm interested in knowing the amount of light in 3-4 levels. The...
For my opinion, it is not too complicated to reduce the various equations to a system of two equations with two unknowns (current Ib2 neglected), Let me try: Vb1-Vx=I5*R5 I5=IC4+Vb1/R3 IC4=Ue...
The simplicity of zero-crossing measurements is attractive. Regarding "Full period" zero crossing (i.e. time between rising-zero-crossings, or between falling-zero-crossings), compared to "half pe...
I've got a is self-powered USB device, which means that I have to do VBUS detection. The device is built around STM32G474. Unlike some other STM32s, the STM32G4 don't have a dedicated pin for VBUS...
There is no provision in FatFS or the fat32 filesystem in general regarding hot-unplug, so this behaviour depends wholly on the implementation layer for your hardware. As an example, in my use cas...
Reading a Tesla Wall Adapter installation manual , their brand of an AC EV charger, chapter about “Ground Assurance” and here is the quote from there: Although the equipment can work with L1 and...
What part of the absolute maximum ratings for the A and B data lines do you think would be protected by 33 volt TVS diodes: - If the chip is powered from a 5 volt supply then you use 5.6 volt TV...
Which topology is preferable? The one below because the LED driver is less likely to produce instability and, if it does, you can always tweak C4 (upwards) in order to kill-off the potentially...
Some gentlemen decided to throw a hook with wire over 750kV lines in Belarus. They survived, however, I find in interesting to find out why. Assuming the connection to Earth was solid, there would...
It's got nothing to do with the MOSFET's miller capacitance. Miller capacitance causes problems in common-source circuits but, your circuit is common-drain (or source follower) hence, with a steady...
That circuit is drawn rather obfuscated, but it does seem to make sense: Start by looking only at D1, D2, C1, and C2. Pretend D3, C3, and D6 don't exist. Although not drawn very well, this is ...
I'm designing a robust 1-wire output for an IoT board. The interface should be able to withstand high voltage. Mainly the same voltage level as the board power supply. That's 12V to 36V DC. The p...
An on-line boost converter calculator Image from this website. The Operating Mode The circuit operates in either of two modes but, the voltage transfer equation is different for each mode. Therefo...
The short phrase is trying to capture the two broad classes of topics here: Electronic things, like opamps, transistors, microcontrollers, 20 W power supplies, and the like. Utility-scale power sys...
I always have a doubt that how do firmware engineers dump code into a quad flat microcontroller? For a starter kit there is already connection like USB or some SPI ,I2C headers to burn the code,als...
I'm adding to Olin's answer with a little bit of theory (from the standpoint of an EE) and I'm also showing a 2nd order IIR filter. The 2nd order filter is based on cascading two 1st order stages w...
Voltage Rating If a device says it needs a particular voltage, then you have to assume it needs that voltage. Both lower and higher could be bad. When no tolerance or input voltage range is specif...
Datasheets are your friend Before buying components, you should read the datasheet. A datasheet for an electronic component includes a wealth of information, such as: Physical dimensions for mount...
First let's define what a "Pi filter" is: The name comes from the inductor and two caps forming the shape of the Greek letter Π. These filters are used for EMC compliance because they attenuate hi...
Pi filters are often used to block high frequencies between a device and the power line it draws power from. In such applications, the considerations specifying the inductor include: How much powe...