LM2596 Step Down Buck Converter with Digital Display

LM2596 Step Down Buck Converter with Digital Display
1. Main Chip: LM2596S
2. Output Current: 2A Rated (Up to 3A Max)
3. Output Power: 15W (Max, no heatsink)
4. Output Voltage: 1.25V ~ 37V DC (Adjustable)
5. Switching Frequency: 150 KHz
6. Input Voltage: 4.0V ~ 40V DC

Apple Shopping Event

Hurry and get discounts on all Apple devices up to 20%

135,00 EGP

17 People watching this product now!

Payment Methods:

Description

The LM2596 Step Down Buck Converter is a DC-DC converter module built around the LM2596S chip, switching at 150 KHz to step down an input of 4.0V–40V DC to a continuously adjustable output between 1.25V and 37V DC. The input must stay at least 1.5V above the target output for correct regulation.

Rated output current is 2A continuous, with a maximum of 3A when a heatsink is fitted, delivering up to 15W without additional cooling. Conversion efficiency reaches up to 92%. Onboard filtering comes from a 220µF 35V capacitor plus a 100µF 50V capacitor, paired with a 470 SMD inductor.

A 3-digit LED voltmeter display toggles between input and output voltage via a tactile push button, while a multi-turn potentiometer allows fine voltage adjustment. Screw terminal blocks connect both input and output sides.

Features:

  1. LM2596S-based buck converter
  2. 150 KHz switching frequency
  3. Output current: 2A rated, up to 3A with heatsink
  4. Conversion efficiency up to 92%
  5. Continuously adjustable output: 1.25V–37V DC
  6. 3-digit LED voltmeter with input/output toggle
  7. Multi-turn potentiometer for precise voltage setting
  8. Suited for battery charging and stepping down 12V/24V systems
🔌
Pin Connections
1 Table
Pin Connections Table 1
BoardSensor PinConnection
ModuleIN/OUTpower source / whatever you're powering
📟
LM2596 Step Down Buck Converter with Digital Display
7 Examples • C/C++ | Boards: Arduino Uno, Arduino Nano, Arduino Mega, ESP32, ESP8266, STM32, Raspberry Pi Pico
LM2596 Step Down Buck Converter with Digital Display - Arduino Uno
LM2596 Step Down Buck Converter with Digital Display - Arduino Nano
LM2596 Step Down Buck Converter with Digital Display - Arduino Mega
LM2596 Step Down Buck Converter with Digital Display - ESP32
LM2596 Step Down Buck Converter with Digital Display - ESP8266
LM2596 Step Down Buck Converter with Digital Display - STM32
LM2596 Step Down Buck Converter with Digital Display - Raspberry Pi Pico
📄 File: lm2596_step_down_buck_converter_with_digital_display_-_arduino_uno.inoArduino Uno
507 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// LM2596 Step Down Buck Converter with Digital Display is set with its own onboard trimmer potentiometer (a small screw you turn with a screwdriver) - it has no digital control interface, so there's nothing for a microcontroller to do here. If you need SOFTWARE-adjustable output voltage, look at a digital-potentiometer-controlled design instead (e.g. this module's feedback pin driven through a TPL0501/MCP41010).
6void setup() {}
7void loop() {}
📄 File: lm2596_step_down_buck_converter_with_digital_display_-_arduino_nano.inoArduino Nano
507 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// LM2596 Step Down Buck Converter with Digital Display is set with its own onboard trimmer potentiometer (a small screw you turn with a screwdriver) - it has no digital control interface, so there's nothing for a microcontroller to do here. If you need SOFTWARE-adjustable output voltage, look at a digital-potentiometer-controlled design instead (e.g. this module's feedback pin driven through a TPL0501/MCP41010).
6void setup() {}
7void loop() {}
📄 File: lm2596_step_down_buck_converter_with_digital_display_-_arduino_mega.inoArduino Mega
507 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// LM2596 Step Down Buck Converter with Digital Display is set with its own onboard trimmer potentiometer (a small screw you turn with a screwdriver) - it has no digital control interface, so there's nothing for a microcontroller to do here. If you need SOFTWARE-adjustable output voltage, look at a digital-potentiometer-controlled design instead (e.g. this module's feedback pin driven through a TPL0501/MCP41010).
6void setup() {}
7void loop() {}
📄 File: lm2596_step_down_buck_converter_with_digital_display_-_esp32.inoESP32
507 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// LM2596 Step Down Buck Converter with Digital Display is set with its own onboard trimmer potentiometer (a small screw you turn with a screwdriver) - it has no digital control interface, so there's nothing for a microcontroller to do here. If you need SOFTWARE-adjustable output voltage, look at a digital-potentiometer-controlled design instead (e.g. this module's feedback pin driven through a TPL0501/MCP41010).
6void setup() {}
7void loop() {}
📄 File: lm2596_step_down_buck_converter_with_digital_display_-_esp8266.inoESP8266
507 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// LM2596 Step Down Buck Converter with Digital Display is set with its own onboard trimmer potentiometer (a small screw you turn with a screwdriver) - it has no digital control interface, so there's nothing for a microcontroller to do here. If you need SOFTWARE-adjustable output voltage, look at a digital-potentiometer-controlled design instead (e.g. this module's feedback pin driven through a TPL0501/MCP41010).
6void setup() {}
7void loop() {}
📄 File: lm2596_step_down_buck_converter_with_digital_display_-_stm32.inoSTM32
507 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// LM2596 Step Down Buck Converter with Digital Display is set with its own onboard trimmer potentiometer (a small screw you turn with a screwdriver) - it has no digital control interface, so there's nothing for a microcontroller to do here. If you need SOFTWARE-adjustable output voltage, look at a digital-potentiometer-controlled design instead (e.g. this module's feedback pin driven through a TPL0501/MCP41010).
6void setup() {}
7void loop() {}
📄 File: lm2596_step_down_buck_converter_with_digital_display_-_raspberry_pi_pico.inoRaspberry Pi Pico
507 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// LM2596 Step Down Buck Converter with Digital Display is set with its own onboard trimmer potentiometer (a small screw you turn with a screwdriver) - it has no digital control interface, so there's nothing for a microcontroller to do here. If you need SOFTWARE-adjustable output voltage, look at a digital-potentiometer-controlled design instead (e.g. this module's feedback pin driven through a TPL0501/MCP41010).
6void setup() {}
7void loop() {}
Adjustable DC-DC converter, tuned via its own onboard trimmer pot (or has its own digital display built in) - no microcontroller interface.

نظرة عامة ومواصفات المنتج — بالعربية

LM2596 Step Down Buck Converter with Digital Display متوفر الآن في متجر إكوسترا للإلكترونيات، ضمن قسم Buck Boost Voltage Regulators، بسعر 135,00 EGP. كود المنتج لدينا: EK2030. المنتج متوفر في المخزون وجاهز للشحن الفوري لكل محافظات مصر مع إمكانية الدفع عند الاستلام.

أهم المواصفات الفنية:

  • Module Type: DC-DC Step-Down (Buck) Converter with Voltmeter
  • Main Chip: LM2596S
  • Input Voltage: 4.0V ~ 40V DC
  • جهد الخرج: 1.25V ~ 37V DC (Continuously Adjustable)
  • Output Current: 2A Rated / Up to 3A Max (Heatsink Required)
  • Output Power: 15W (Maximum without heatsink)
  • Conversion Efficiency: Up to 92%
  • Switching Frequency: 150 KHz

منتج أصلي بجودة مضمونة من إكوسترا، مع دعم فني ومتابعة بعد البيع لكل عملائنا في مصر.

تصفّح المزيد من Buck Boost Voltage Regulators في إكوسترا.

Specification

Specification

WeightWeight10 g
Dimensions5 × 4 × 2 cm
Module TypeDC-DC Step-Down (Buck) Converter with Voltmeter
Main ChipLM2596S
Input Voltage4.0V ~ 40V DC
Output Voltage1.25V ~ 37V DC (Continuously Adjustable)
Output Current2A Rated, Up to 3A Max (Heatsink Required)
Output Power15W (Maximum without heatsink)
Conversion EfficiencyUp to 92%
Switching Frequency150 KHz
On-Board Display3-Digit LED Voltmeter Display
Control FeaturesTactile Push Button, Multi-turn Potentiometer
On-Board Components1x 220uF 35V & 1x 100uF 50V Filter Capacitors, 470 SMD Inductor
Terminal TypeScrew Terminal Blocks (IN+/IN- & OUT+/OUT-)

Customer Reviews