Moteur de recherche de fiches techniques de composants électroniques
  French  ▼
ALLDATASHEET.FR

X  

  • AMS386

  • AI
    The **AMS386** is a low-dropout (LDO) voltage regulator commonly used in electronics to provide a stable 3.3V or 5V output from a higher input voltage. It is part of the "AMS" series (Advanced Monolithic Systems), which is famous for the AMS1117 line, though the "386" variant is often found in specific legacy or industrial applications. --- ### 1. Key Technical Specifications The AMS386 is designed for efficiency and stability. Below are the typical parameters: | Parameter | Value/Range | | :--- | :--- | | **Input Voltage (Max)** | Up to 12V - 15V | | **Output Voltage** | Fixed (3.3V, 5V) or Adjustable | | **Output Current** | Typically up to 500mA - 1A | | **Dropout Voltage** | ~1.1V to 1.3V at max load | | **Package Types** | SOT-223, TO-252, or SO-8 | | **Operating Temp** | -40°C to +125°C | --- ### 2. Physical Components & Pinout The most common package for this part is the **SOT-223** (Surface Mount). It generally follows this pin configuration: 1. **Adj/GND:** For fixed versions, this connects to Ground. For adjustable versions, this connects to a resistor divider. 2. **Vout (and Tab):** The regulated output voltage. The large metal tab is also connected here for heat dissipation. 3. **Vin:** The unregulated input voltage. --- ### 3. Essential Circuit Implementation To ensure the AMS386 operates without oscillation, external capacitors are required. #### Standard Application Circuit ```text Vin ----[ In AMS386 Out ]---- Vout (3.3V) | | | [C1] GND [C2] | | | GND ------+------+------+------ GND ``` #### Component Selection: * **C1 (Input Capacitor):** Usually a 10µF Tantalum or Electrolytic capacitor to filter high-frequency noise from the power source. * **C2 (Output Capacitor):** Crucial for stability. Typically a 10µF to 22µF capacitor. Using a low ESR (Equivalent Series Resistance) capacitor is recommended. --- ### 4. Applications The AMS386 is widely used in: * **Microcontroller Power:** Providing clean 3.3V for ESP8266, ESP32, or STM32 chips. * **Battery Powered Devices:** Efficiently stepping down Li-ion battery voltage. * **Post-Regulation:** Cleaning up noise from Switching Mode Power Supplies (SMPS). ---
    ✨ Follow-up Questions
    • What is the difference between the AMS386 and the more common AMS1117?
    • How do I calculate the heat dissipation requirements for an AMS386?
    • Can the AMS386 be used with an input voltage higher than 15V?