The HW-133-V1.0 is an ultra-compact DC-DC Buck (Step-Down) Converter module typically based on the MP1584EN or MP1484EN high-frequency switching regulator chips. It is favored in hobbyist electronics and DIY projects for its high efficiency and extremely small footprint (roughly Key Specifications
Based on the product details on AliExpress and All Mart, the core technical parameters include: Input Voltage Range: (some variants support up to Output Voltage: Adjustable from via an onboard potentiometer. Output Current: Rated for a maximum of Efficiency: High conversion efficiency, reaching up to depending on the load. Switching Frequency: High frequency (up to
), which allows for the use of small external capacitors and reduces output ripple.
Idle Performance: Very low quiescent current, reported at approximately in some test configurations. Usage & Configuration
To use this module effectively, users typically follow these steps: Hw-133-v1.0 Datasheet
Connection: Connect the power source only to the IN+ and GND terminals.
Adjustment: Use a multimeter on the OUT+ terminals while turning the onboard trimpot. Clockwise: Increases voltage. Counter-clockwise: Decreases voltage.
Stability: It is recommended to add a small dummy load (like a
resistor) during calibration to ensure the voltage remains stable under load. Common Applications Due to its size, it is widely used in: The HW-133-V1
RC & Drones: Powering flight controllers or cameras from a higher-voltage LiPo battery. Arduino/ESP32 Projects: Stepping down logic levels.
Portable Electronics: Integrating into tight spaces where standard LM2596 modules are too large.
/* Hw-133-v1.0 Rain Sensor Demo Reads digital (rain alert) and analog (water level) values. */const int DIGITAL_PIN = 2; // DO pin const int ANALOG_PIN = A0; // AO pin
void setup() Serial.begin(9600); pinMode(DIGITAL_PIN, INPUT); Serial.println("Hw-133-v1.0 Sensor Ready"); void loop() Analog (AO): ")
void loop() Analog (AO): "); Serial.print(analogValue); Serial.print("
Because this is a generic module, you need to use a multimeter to create your own calibration chart. Here is the practical test you should run:
The Analog rule: Dry = High Voltage / Wet = Low Voltage.