Treat Flux like your intern. Tell it what you'd like to build and it'll get to work. You can also ask it questions, brainstorm ideas, and teach it your preferences. Learn More
For your electronic speed controller (ESC) design intended to operate with a 48V battery and a 500W BLDC (Brushless DC) motor for an e-bike, using a capacitor with a voltage rating of 63V is appropriate. The higher voltage rating of the capacitor than the battery's nominal voltage (48V) is crucial for reliability and safety, providing a buffer for voltage spikes that commonly occur in motor drive applications.
The capacitance value for the capacitor in this application primarily depends on the specific needs of the ESC design, such as filtering and smoothing voltage, and providing the current spikes required by the motor during operation. However, a general recommendation can be provided based on typical design considerations:
Bulk Capacitance: For filtering and energy storage to support the rapid current demands of the BLDC motor, especially during startup or acceleration, a larger bulk capacitance is beneficial. A common approach is to aim for a capacitance value that results in a ripple voltage (ΔV) of about 1V or less under maximum load conditions.
Calculation Guideline:
The energy (in joules) that a capacitor can store is calculated by E=21CV2 where (C) is the capacitance in farads and (V) is the voltage across the capacitor.
The power (in watts) supplied by the motor for a short burst can be approximated by P=tE where (t) is the time in seconds over which the power is delivered. Replacing (E) with the expression for energy stored in a capacitor gives a way to relate power, time, capacitance, and voltage.
Rule of Thumb for ESCs: For a 500W motor, starting with a capacitance in the range of 470µF to 2200µF at 63V or higher would be a good starting point. The exact value may also depend on the physical size and cost constraints of your project as well as the desired performance characteristics (e.g., how smooth the power delivery needs to be).
Multiple Capacitors: Consider using multiple capacitors in parallel to achieve the desired total capacitance. This approach can also help in spreading out the heat generated by the capacitors over a larger area, improving thermal performance, and reducing the equivalent series resistance (ESR), which is beneficial for dynamic performance.
Given these points, you might start with a configuration like:
Several low ESR capacitors rated for 63V, totaling around 1000µF to 2000µF, distributed close to both the ESC's power input and output stages, to handle both the input filtering and output smoothing for the motor.
Remember, the specific value chosen will also need to be verified through testing under your actual operating conditions, including the worst-case scenarios your ESC and motor will face during use.
Capacitors can get hot due to several reasons, and while some amount of warming might be normal under heavy load conditions, excessive heat typically indicates a problem. Here are common reasons a capacitor might get hot, alongside recommendations for each scenario:
Overvoltage: Applying a voltage beyond a capacitor's rated voltage can lead to dielectric breakdown and excessive leakage current, causing the capacitor to heat up.
Recommendation: Always ensure the operating voltage is well below the capacitor's rated voltage.
High Ripple Current: Capacitors in power supplies or those smoothing out the current for motors can experience high ripple currents. If these currents exceed the capacitor’s rated ripple current, it can cause heating.
Recommendation: Use capacitors with a higher rated ripple current. Sometimes, using multiple capacitors in parallel can help distribute the current and reduce the overall heating.
High ESR (Equivalent Series Resistance): A capacitor's ESR can increase over time due to aging or under high-frequency operation, leading to heat generation due to I²R losses.
Recommendation: Choose low-ESR capacitors suitable for your application's frequency requirements. Periodic replacement of capacitors in critical applications might also be necessary as a maintenance measure.
Faulty or Damaged Components: Damage or manufacturing defects can lead to internal short circuits or reduced insulation resistance, causing the capacitor to heat up.
Recommendation: Replace capacitors that show signs of bulging, leakage, or other physical damage immediately.
Improper Circuit Design: Circuits not designed with adequate care for the capacitor's operating conditions, such as ignoring the power dissipation factor or misconfiguring charging circuits, can cause excessive heating.
Recommendation: Review the circuit design for potential issues or consult with a professional or experienced hobbyist to identify design improvements.
If a capacitor in your circuit is getting hot, it's crucial to address the issue promptly to avoid failure or damage to the circuit. Here's what you can do:
Identify the cause: Check if the capacitor is being operated within its specifications—this includes voltage, ripple current, and ambient temperature.
Improve cooling: Sometimes, simply improving airflow around the capacitor or adding a heatsink (for larger capacitors) can help manage the temperature.
Replace if necessary: If the capacitor is damaged, showing signs of wear, or not suitable for the application, replacing it with one that better fits the requirements is the best course of action.
Remember, capacitors warming slightly under load can be normal, but if they get hot to the touch, it’s a sign something needs attention.
The symptoms you're describing with your homemade ESC (Electronic Speed Controller) and the use of IRFB7734 MOSFETs point to a few potential issues. Let's break down the symptoms and explore what could be causing these problems:
Whistling Sound from the Motor
The whistling sound likely results from the 20 kHz switching frequency of the ESC, which is at the edge of the audible range for humans. This can cause mechanical components in some motors to resonate, producing an audible sound.
Resonance: Some components within the motor might resonate at or near the switching frequency, especially if it falls within the audible range (20 Hz to 20 kHz).
Solution: Adjust the switching frequency slightly up or down to move it out of the audible range or to a frequency that doesn’t cause resonance in the motor.
Motor Movement then Stopping
The motor's ability to start moving but then stopping could indicate several issues:
Overcurrent Protection: If your ESC has overcurrent protection, it might be triggering due to the initial inrush current to the motor or if the motor draws more current than the ESC can handle.
Inadequate Power Supply: The power supply might not be able to sustain the required current for the motor, resulting in a voltage drop that could cause the ESC to shut down.
Sparking Sound
A sparking sound without visible sparks can still indicate electrical issues:
Arcing Inside the Motor or ESC: There might be arcing within the motor windings or the ESC circuit, possibly due to insulation breakdown or very high transient voltages.
MOSFET Switching: The rapid switching of the MOSFETs at high current can sometimes produce noise interpreted as sparking, especially if there are issues with the gate drive or if the switch isn't clean (i.e., the MOSFET isn't fully turning on or off).
Potential Causes and Solutions
MOSFET Driving Issues: Ensure that the MOSFETs are being properly driven. Inadequate gate drive voltage can cause them to not fully turn on, increasing resistance and heat, and potentially causing the symptoms you described. Ensure the gate driver can provide sufficient voltage and current to fully drive the MOSFETs' gates quickly.
Incorrect Commutation or Timing: Incorrect commutation of the motor phases or timing issues can lead to inefficient motor operation or stalling. This might require revisiting the firmware or control algorithm of the ESC.
Insufficient Decoupling/Filtering: The 120µF capacitor you mentioned might not be adequate for filtering the ripple currents generated by the switching action, leading to noise and potentially harmful voltage spikes. Consider increasing the bulk capacitance and/or adding smaller ceramics capacitors close to the MOSFETs for high-frequency decoupling.
Thermal Shutdown: Make sure the MOSFETs and any other critical components are not overheating, which could cause a thermal shutdown. Proper heat sinking and possibly active cooling might be necessary.
Diagnostic Steps
Inspect for Physical Damage: Check the motor and ESC for any signs of physical damage or overheating.
Measure Voltages and Currents: Use an oscilloscope to check for clean switching of the MOSFETs, and verify the current levels are within expected ranges.
Testing at Various Loads: Test the ESC and motor at different loads and duty cycles to see if the issue persists or changes, potentially isolating the cause.
Carefully diagnose each potential issue to identify the root cause. Depending on your setup, some debugging might require specific adjustments or additional components.
@copilot I have a design for an ESC (homemade) I'm using IRFB7734 MOSFETs, a 120uF, I was using a switching frequency of 20khz at 50% DUTY CYLE, the circuit could move the motor a little for a full rotation, then it stopped and a little whistling sound came from the motor, what could it have been, then a sparking sound but there was no appraent spark, what could be the cause of this problem?
2y
1
No files yet
Reviews
Documents
Documents are markdown text files which describe project goals, capture details, or even simulation outputs.
Assets
No assets added.
Mass Fuchsia Power Laces
Welcome to your new project. Imagine what you can build here.
Properties
Properties describe core aspects of the project.
Pricing & Availability
Distributor
Qty 1
Controls
Welcome 👋
Flux helps you build PCBs faster with an AI teammate!
Create your account to collaborate, stay updated, fork your own version, and get instant answers from our AI agent.
dtorrese
copilot
dtorrese
copilot
copilot
- Resonance: Some components within the motor might resonate at or near the switching frequency, especially if it falls within the audible range (20 Hz to 20 kHz).
- Solution: Adjust the switching frequency slightly up or down to move it out of the audible range or to a frequency that doesn’t cause resonance in the motor.
Motor Movement then Stopping-
Overcurrent Protection: If your ESC has overcurrent protection, it might be triggering due to the initial inrush current to the motor or if the motor draws more current than the ESC can handle.
-
Inadequate Power Supply: The power supply might not be able to sustain the required current for the motor, resulting in a voltage drop that could cause the ESC to shut down.
Sparking Sound- Arcing Inside the Motor or ESC: There might be arcing within the motor windings or the ESC circuit, possibly due to insulation breakdown or very high transient voltages.
- MOSFET Switching: The rapid switching of the MOSFETs at high current can sometimes produce noise interpreted as sparking, especially if there are issues with the gate drive or if the switch isn't clean (i.e., the MOSFET isn't fully turning on or off).
Potential Causes and Solutions-
MOSFET Driving Issues: Ensure that the MOSFETs are being properly driven. Inadequate gate drive voltage can cause them to not fully turn on, increasing resistance and heat, and potentially causing the symptoms you described. Ensure the gate driver can provide sufficient voltage and current to fully drive the MOSFETs' gates quickly.
-
Incorrect Commutation or Timing: Incorrect commutation of the motor phases or timing issues can lead to inefficient motor operation or stalling. This might require revisiting the firmware or control algorithm of the ESC.
-
Insufficient Decoupling/Filtering: The 120µF capacitor you mentioned might not be adequate for filtering the ripple currents generated by the switching action, leading to noise and potentially harmful voltage spikes. Consider increasing the bulk capacitance and/or adding smaller ceramics capacitors close to the MOSFETs for high-frequency decoupling.
-
Thermal Shutdown: Make sure the MOSFETs and any other critical components are not overheating, which could cause a thermal shutdown. Proper heat sinking and possibly active cooling might be necessary.
Diagnostic Stepsdtorrese