Search
Definently agree. This original post hits a whole punch of EE topics. Sure, if the OP was an expert in consumer microwaves and WiFi theory and RF and FCC Compliance - they could write an epic pos...
This is usually done by driving the motor very slowly open loop at startup. The idea is that the rotor will follow the magnetic field. Once you think the rotor is in sync with the drive, you spee...
Linear systems lend themselves to analysis since they follow certain rules. Because of this, much analysis has been done and theory developed, so there is now lots to keep undergrads busy with. M...
You haven't explicitly stated what is the voltage supply at the anode of the LED, but according to your schematic, it is apparently 3.3V. So, I'll assume this value in what follows. There is a fla...
Background: I have several microcontroller based projects with custom PCB that have been in very-low-volume production, but the quantities are starting to go up. (batch sizes now ~100 and threateni...
A few months ago, I too was looking for answers on how to connect the USB shield with ESD in mind. I always connect the shield through a resistor to ground and a capacitor to ground (100kΩ and 0.0...
Sensorless BLDC motor controller are becoming more and more popular, especially with rising of the drone industry. Being able to detect where the rotor is at 0rpm or no load seems intuitive if we ...
In the case of a permanent magnet motor, as found in many smaller drone motors, I have seen controllers merely activate the drive at some phase angle that has maximum theoretical torque (two high, ...
The text values in the specifications section are always the real specs. Unless otherwise stated (and that's quite rare), graphs are suggested values, typical ranges, variations due to a single va...
a coil with plain on/off functionality, for example a 24VDC relay coil with 700mW max coil power. That means a coil current of 0.7 watts / 24 volts = ~30 mA. A relay might have a coil inducta...
I read datasheet for PCT2075 temperature sensor and there are some contradicting data about accuracy for me. Page 21: accuracy ±1°C (Tamb = -25°C to +100°C) accuracy ±2°C (Tamb = -55°C to +125°C...
It is hard to know from a single static low-res picture, but my guess is that something caused a short across the high voltage lines. That could be a falling tree limb, a squirrel making an unfort...
It's been a while since I did 1-wire, so I don't remember the current levels. R18 seems rather high for supporting the minimum required voltage at the maximum possible current. Let's say for sake...
are there more elements contributing to this effect that I have not placed in the circuit? Well, you have a simulator and it should be really easy to remove C_windings and observe if the ringi...
If this is a contrived homework problem where they are looking for an "exact" answer, then you have to solve a bunch of simultaneous equations. However, that would be neither useful nor anything y...
I’d like to create a stable IR LED light source. I’ve read that LED efficiency changes with temperature. I’ve seen two designs which used feedback through light to correct the LED temperature dri...
One additional wrinkle not (at present) mentioned is that Class X and Class Y capacitors are used in those specific locations for safety reasons, having to do with the capacitors being connected di...
There are circuits that require matched transistors. Whether BJTs or FETs. Like current mirrors, logarithmic amplifiers, etc.. There are some examples: https://www.youtube.com/watch?v=DUlugLSroN8...
The electrolytic capacitor acts as a snubber in parallel with the ceramic capacitors. If one were to design an RC snubber to dampen the LC circuit, it would have a large capacitance (compared to t...
I'm looking for a power supply to power up the VCORE of an mcu. The chip is an STM32 microcontroller (LQFP) and the maximum current it will draw is no more than 150mA. The input will be 3V-5V max...
Your controller is too fast compared to the plant (the thing being controlled), thereby causing instability. The most obvious culprit is the 50 kΩ resistor between the controller output and the FE...
I want to operate a BLE chip at very close to its absolute maximum voltage. The chip is nRF52810 This is intended for a battery powered device and I want to use a 3.6V non-rechargable battery dir...
3.6 V is not the absolute maximum voltage. The table you show explicitly says "Recommended Operating Conditions". Therefore, running the chip up to 3.6 V is perfectly fine.
The term absolute maximum ratings has a well-defined meaning in datasheets, meaning stress values that the part will endure for a short period of time without breaking. And the opposite: if you exc...
I have a PIC18 and I'm trying to detect whether it is connected on the CAN bus or not. When the PIC is not connected on the bus, and I load the transmit buffers, after setting the TXREQ flag. The ...