Up to 95%
Up to 95%
1.5V
Typically 5mA
-40C to 85C
Pinout
The AMS1117 5V Step-Down Power Supply Module has the following pinout | |
Vin (Input Voltage) | Pin 1 |
GND (Ground) | Pin 2 |
Vout (Output Voltage) | Pin 3 |
En (Enable) | Pin 4 (optional, active high) |
Applications
The AMS1117 5V Step-Down Power Supply Module is suitable for a wide range of applications, including |
IoT projects and devices
Embedded systems and microcontrollers
Robotics and automation systems
Battery-powered devices and wearables
Solar-powered systems and renewable energy applications
Conclusion
The AMS1117 5V Step-Down Power Supply Module is a reliable, efficient, and compact power conversion solution for a wide range of applications. Its high efficiency, wide input voltage range, and fixed 5V output voltage make it an ideal choice for powering 5V-tolerant devices and systems.
AMS1117 5V Step-Down Power Supply Module Documentation
Overview
The AMS1117 5V Step-Down Power Supply Module is a compact, high-efficiency voltage regulator module based on the AMS1117 linear voltage regulator IC. This module is designed to provide a stable 5V output from input voltages ranging from 6V to 12V, making it an ideal power supply solution for various IoT projects.
Key Features
Input voltage range: 6V to 12V
Output voltage: 5V 2%
Output current: up to 1A
High efficiency: up to 92%
Low dropout voltage: 1.5V
Compact size: 20mm x 15mm x 5mm
Pinout
| Pin | Function |
| --- | --- |
| Vin | Input voltage (6V to 12V) |
| Vout | Output voltage (5V) |
| GND | Ground |
Code Examples
### Example 1: Basic Power Supply for Arduino Projects
In this example, we will use the AMS1117 module to power an Arduino Uno board. This is a common use case, as the Arduino Uno operates at 5V and can be powered from a wide range of input voltages.
Hardware Connection
Connect the Vin pin of the AMS1117 module to a power source (e.g., a 9V battery or a wall adapter).
Connect the Vout pin of the AMS1117 module to the Vin pin of the Arduino Uno board.
Connect the GND pin of the AMS1117 module to the GND pin of the Arduino Uno board.
Arduino Code
No code is required, as the AMS1117 module provides a regulated 5V output that can be used to power the Arduino Uno board.
### Example 2: Powering a Wi-Fi Module using the AMS1117 Module
In this example, we will use the AMS1117 module to power a Wi-Fi module, such as the ESP8266, which typically operates at 3.3V. This example demonstrates how to use the AMS1117 module to step down a higher input voltage to a lower output voltage.
Hardware Connection
Connect the Vin pin of the AMS1117 module to a power source (e.g., a 9V battery or a wall adapter).
Connect the Vout pin of the AMS1117 module to the Vcc pin of the Wi-Fi module (e.g., ESP8266).
Connect the GND pin of the AMS1117 module to the GND pin of the Wi-Fi module.
Note: The AMS1117 module can also be used to power other modules or devices that require a 5V supply, simply by connecting the Vout pin to the device's power input pin.
### Example 3: Using the AMS1117 Module with a Microcontroller (Optional)
In this example, we will use the AMS1117 module to power a microcontroller, such as the ATmega328P, which operates at 5V. This example demonstrates how to use the AMS1117 module to regulate the power supply for a custom microcontroller-based project.
Hardware Connection
Connect the Vin pin of the AMS1117 module to a power source (e.g., a 9V battery or a wall adapter).
Connect the Vout pin of the AMS1117 module to the Vcc pin of the microcontroller (e.g., ATmega328P).
Connect the GND pin of the AMS1117 module to the GND pin of the microcontroller.
Microcontroller Code
No code is required, as the AMS1117 module provides a regulated 5V output that can be used to power the microcontroller. However, you may need to configure the microcontroller's power management settings depending on your specific project requirements.
Remember to always follow proper safety precautions when working with electrical components and to consult the datasheets of all components used in your project.