Power

Ultra-Mini Boost Module (SX1308)

A compact boost converter based on the SX1308, suitable for portable power applications, with adjustable output up to 28V.

Power boost converterSX1308power module SX1308

Official path: https://oshwhub.com/oritech/chao-mi-ni-sheng-ya-mu-kuai_transfer

01 Overview

Ultra-mini boost module built around the SX1308 step-up converter, a high-efficiency, low-quiescent-current synchronous boost IC.

Input voltage range typically 2V–24V, output adjustable up to 28V, suitable for powering from a single-cell Li-ion battery or USB 5V.

Small footprint, ideal as an auxiliary supply in ESP32 or other low-power embedded systems, e.g., to provide a higher voltage rail for sensors, displays, or motor drivers.

It solves the problem of generating a stable higher voltage rail when the main supply is insufficient, without adding significant size or cost.

It is not an isolated supply; input and output share ground. It is also not a high-precision LDO; output ripple and transient response must be evaluated against the load.

Typical applications include portable instruments, battery-powered IoT nodes, and DIY electronics where a boost supply is needed.

02 Hardware

Core: SX1308 boost converter with integrated switch; no external MOSFET required.

Input: VIN (typical 2V–24V), GND. Note that input voltage must be lower than output voltage for boosting to occur.

Output: VOUT (adjustable, up to 28V), GND. Output voltage is set by the feedback resistor network; a default value is pre-configured on the board (see schematic).

Enable pin: EN (high to enable, low to shut down). It has an internal pull-up, so it is enabled by default when floating.

Feedback resistor network sets the output voltage; users can change resistors to adjust output, but must respect the feedback reference voltage (see schematic).

Inductor and input/output capacitors are integrated; only input and output connections are required.

Layout notes: keep input/output capacitors close to the chip pins, and inductor traces short and wide to reduce parasitics and EMI.

Thermal: at high output currents the chip will heat; ensure sufficient copper area for heat dissipation.

03 Software flow

This is a pure hardware boost circuit; no firmware or software flow.

For ESP32 projects, first confirm that the output voltage and load current are within module specifications.

Connect the module output to the ESP32's 5V or 3.3V rail (ensure voltage compatibility to avoid overvoltage damage).

To control power on/off, connect the EN pin to an ESP32 GPIO and drive it high/low to enable/disable the module.

In ESP32 firmware, configure the GPIO as push-pull output, initialize it low to disable output, and set high when needed.

Add a bulk capacitor (e.g., 100uF electrolytic) at the output to reduce ripple, especially during load transients.

If the output feeds analog circuits, consider adding an LC filter or a low-noise LDO for secondary regulation.

Note: the ESP32's ADC can monitor the output voltage, but a voltage divider is needed to scale it down to 0-3.3V.

04 Core points

No MCU core; purely analog power module, not programmable.

Output voltage is set by hardware resistors; changing output requires resistor replacement, not software adjustment.

Input voltage must be lower than output voltage; otherwise the module cannot operate correctly.

Maximum output current is limited by input voltage, output voltage, and inductor selection; current capability decreases with higher boost ratios.

The EN pin should not be left floating in noisy environments; drive it explicitly to avoid false triggering.

No reverse polarity protection is built into the SX1308; external protection is required.

中文

电源

超迷你升压模块(SX1308)

基于SX1308的微型升压模块,适用于便携设备供电,可调输出最高28V。

电源 boost converterSX1308power module SX1308

官方路径: https://oshwhub.com/oritech/chao-mi-ni-sheng-ya-mu-kuai_transfer

01 项目概述

超迷你升压模块,核心为SX1308升压芯片,是一款高效率、低静态电流的同步升压转换器。

输入电压范围典型2V–24V,输出可调,最高可达28V,适合从单节锂电池或USB 5V取电。

模块体积小,适合嵌入到ESP32或其他低功耗系统中作为辅助电源,例如为传感器、显示屏或电机驱动提供更高电压。

它解决的问题是:当主电源电压不足时,如何在不增加太大体积和成本的情况下获得稳定的高电压轨。

它不是隔离电源,输入输出共地;也不是稳压精度极高的LDO,输出纹波和瞬态响应需根据负载评估。

典型应用包括便携式仪表、电池供电的物联网节点、DIY电子制作中的升压供电。

02 项目硬件描述

主控:SX1308升压转换器,内置开关管,无需外部MOSFET。

输入:VIN(典型2V–24V),GND。注意输入电压必须低于输出电压,否则无法升压。

输出:VOUT(可调,最高28V),GND。输出电压由反馈电阻网络设定,板上已预设默认值,具体见原理图。

使能引脚:EN(高电平使能,低电平关断)。悬空时内部上拉,默认使能。

反馈电阻网络用于设定输出电压,用户可通过调整电阻值改变输出,但需注意反馈电压基准(见原理图)。

电感、输入输出电容等外围元件已集成,用户只需连接输入输出。

布局注意:输入输出电容应靠近芯片引脚,电感走线短而粗,以减少寄生参数和EMI。

散热:大电流输出时芯片会发热,需保证足够的铜箔面积散热。

03 项目软件流程描述

本模块为纯硬件升压电路,无固件或软件流程。

若用于ESP32项目,首先确认输出电压与负载电流是否在模块规格内。

将模块输出接入ESP32的5V或3.3V电源轨(注意电压匹配,避免过压损坏)。

若需控制电源通断,可将EN引脚连接到ESP32的GPIO,通过GPIO输出高/低电平控制模块使能。

在ESP32固件中,可配置GPIO为推挽输出,初始化时拉低EN以关闭输出,需要时拉高。

建议在输出端增加滤波电容(如100uF电解电容)以减小纹波,特别是负载瞬变时。

若输出用于模拟电路,可增加LC滤波或使用低噪声LDO二次稳压。

注意:ESP32的ADC可监测输出电压,但需分压电阻将电压降到0-3.3V范围。

04 项目核心点

无MCU核心,纯模拟电源模块,不能编程。

输出电压由硬件电阻设定,改变输出需更换电阻,不能通过软件调节。

输入电压必须低于输出电压,否则模块无法正常工作。

最大输出电流受输入电压、输出电压和电感选型限制,高升压比时电流能力下降。

EN引脚不能悬空时依赖内部上拉,但外部干扰可能引起误触发,建议明确驱动。

注意输入反接保护:SX1308无内置反接保护,需外部电路。