Hw-133-v1.0: Datasheet |best|
HW-133-v1.0 DC-DC Step-Down (Buck) Converter module, typically based on the high-frequency switching regulator chip
. It is widely used in DIY electronics to efficiently drop a higher input voltage to a lower, stable output voltage. 🚩 Quick Specifications Input Voltage: 4.5V to 28V DC. Output Voltage: 0.8V to 20V DC (Adjustable via the onboard potentiometer). Output Current:
3A (Maximum), though 1.5V–2A is recommended for continuous use without extra cooling. Switching Frequency: Up to 1.5MHz (allows for a very small module size). Conversion Efficiency: Up to 96%. 🛠️ How to Use the HW-133-v1.0 Identify Pins: Locate the four solder pads: : Connect your power source here (e.g., a 12V battery). OUT+ / OUT-
: Connect your device/load here (e.g., an Arduino or LED strip). Initial Adjustment: Hw-133-v1.0 Datasheet
Before connecting your device, connect the input power and use a multimeter to measure the voltage across Set Voltage: Turn the small brass screw on the blue potentiometer.
It may take several full counter-clockwise turns before you see the voltage start to drop. Final Connection:
Once the multimeter shows your desired voltage (e.g., 5V), disconnect power, solder your device to the output, and you're ready to go. ⚠️ Essential Safety Tips Step-Down Only: HW-133-v1
This module cannot increase voltage. The input must always be at least 1.5V higher than the desired output. Thermal Management:
If you are drawing more than 2A continuously, the module will get hot. Consider adding a small heatsink or ensuring good airflow to prevent thermal shutdown.
There is no reverse-polarity protection. Connecting the input wires backward will likely destroy the module instantly. AliExpress Raspberry Pi (Python)
For technical deep-dives into the underlying silicon, you can refer to the MP1584 Power Converter Datasheet provided by Monolithic Power Systems. for your specific project or a wiring diagram for a specific microcontroller?
The HW-133-V1.0 is a compact 3A DC-DC buck converter module offering up to 92% efficiency and a low 0.8 mA quiescent current, making it ideal for space-constrained, battery-powered projects. Measuring only 17×11×3.8 mm, the module provides a cleaner, more efficient power output (≤45mVpp ripple) compared to traditional LM2596 regulators. For technical details, visit AliExpress Wiki.
Raspberry Pi (Python)
- DO pin connects to any GPIO. Use
GPIO.input(pin)– at 3.3V, ensure the module's VCC is 3.3V or use a level shifter. - AO pin requires an ADC (e.g., MCP3008) because the Pi lacks analog inputs.
15. Safety and regulatory considerations
- Protect exposed connectors with ESD diodes rated to system voltages.
- Limit supply currents via polyfuse if module used in end-user equipment.
- Label maximum input ratings on integration documentation and enforce isolation distances for mains-connected designs.
12. Diagnostics, factory test and troubleshooting checklist
- Power checks:
- Measure VDD at pin (expect 3.3 V ±5%).
- Check decoupling presence and ESR of caps.
- Basic communication:
- Probe I2C lines with oscilloscope; look for ACK, check pull-up strength.
- Confirm device responds to ID register read.
- Function tests:
- If analog readings stuck, short AIN to known voltage and see if ADC changes.
- If intermittent comms, add scope to check noise spikes and clock stretching.
- Recovery:
- Attempt soft reset via register; if fails, toggle hardware RESET pin for 50 ms.
- If device in unexpected bootloader mode, cycle BOOT strap and reset.