The Mini Boost Module, manufactured by ANMBEST (Part ID: Black), is a compact DC-DC boost converter designed to step up a lower input voltage (3.7V) to a higher output voltage (5V, 8V, 9V, or 12V). This module is commonly used in battery-powered projects to provide a stable higher voltage output, making it ideal for applications such as portable electronics, DIY projects, and any scenario where a higher voltage is required from a lower voltage source.
Parameter | Value |
---|---|
Input Voltage | 3.7V |
Output Voltage | 5V, 8V, 9V, 12V (selectable via jumper) |
Output Current | Up to 1A (depending on input voltage) |
Efficiency | Up to 92% |
Dimensions | 22mm x 17mm x 4mm |
Operating Temperature | -40°C to 85°C |
Pin Number | Pin Name | Description |
---|---|---|
1 | VIN | Input voltage (3.7V) |
2 | GND | Ground |
3 | VOUT | Output voltage (5V, 8V, 9V, or 12V) |
Connect the Input Voltage:
Select the Desired Output Voltage:
Connect the Output Voltage:
Here is an example of how to use the Mini Boost Module with an Arduino UNO to power a 12V device:
// Example code to power a 12V device using the Mini Boost Module
// Connect the Mini Boost Module's VOUT to the 12V device
// Connect the GND of the Mini Boost Module to the Arduino GND
void setup() {
// Initialize serial communication for debugging
Serial.begin(9600);
Serial.println("Mini Boost Module Example");
}
void loop() {
// Your main code here
// For example, you can control a 12V relay or motor
// Ensure the Mini Boost Module is providing the correct voltage
Serial.println("Running...");
delay(1000); // Wait for 1 second
}
No Output Voltage:
Overheating:
Output Voltage Fluctuations:
Q1: Can I use this module with a different input voltage?
Q2: How do I change the output voltage?
Q3: What is the maximum output current?
By following this documentation, users can effectively utilize the Mini Boost Module in their projects, ensuring reliable and stable voltage conversion.