The Mini Boost Converter 1A - 5/8/9/12V Fixed is a compact DC-DC step-up converter designed to increase a lower input voltage to a fixed higher output voltage. It supports output voltage levels of 5V, 8V, 9V, or 12V, selectable via onboard configuration. With a maximum output current of 1A, this module is ideal for powering low-voltage devices such as microcontrollers, sensors, and small electronic projects from a single-cell battery or other low-voltage sources.
Parameter | Value |
---|---|
Input Voltage Range | 2V to 24V |
Output Voltage Options | 5V, 8V, 9V, 12V (fixed, selectable) |
Maximum Output Current | 1A |
Efficiency | Up to 92% (depending on input/output load) |
Dimensions | 22mm x 17mm x 4mm |
Operating Temperature | -40°C to +85°C |
Pin Name | Description |
---|---|
VIN | Positive input voltage (2V to 24V). Connect to the power source. |
GND | Ground connection. Connect to the negative terminal of the power source. |
VOUT | Positive output voltage (5V, 8V, 9V, or 12V). Connect to the load device. |
Input Voltage Connection:
Output Voltage Selection:
Output Voltage Connection:
Power On:
To power an Arduino UNO from a 3.7V Li-ion battery using the Mini Boost Converter (set to 5V output):
Here is a simple Arduino sketch to blink an LED, powered by the Mini Boost Converter:
// Blink an LED connected to pin 13 of the Arduino UNO
// Ensure the Arduino is powered via the Mini Boost Converter (5V output)
void setup() {
pinMode(13, OUTPUT); // Set pin 13 as an output
}
void loop() {
digitalWrite(13, HIGH); // Turn the LED on
delay(1000); // Wait for 1 second
digitalWrite(13, LOW); // Turn the LED off
delay(1000); // Wait for 1 second
}
No Output Voltage:
Output Voltage Too Low or Unstable:
Module Overheating:
Device Not Powering On:
Q: Can I adjust the output voltage?
A: The output voltage is fixed to one of the preset values (5V, 8V, 9V, or 12V). Refer to the manufacturer's instructions for reconfiguration if supported.
Q: What happens if I exceed the 1A current limit?
A: Exceeding the current limit may cause the module to overheat, shut down, or become permanently damaged.
Q: Can I use this module with a solar panel?
A: Yes, as long as the solar panel's output voltage is within the input range (2V to 24V) and provides sufficient current.
Q: Is the module protected against reverse polarity?
A: No, the module does not have built-in reverse polarity protection. Always double-check your connections.
This concludes the documentation for the Mini Boost Converter 1A - 5/8/9/12V Fixed. For further assistance, refer to the manufacturer's support resources.