

The Verter_USB is a versatile DC-DC converter module that takes power from a USB source and provides a regulated and adjustable voltage output. This component is ideal for powering electronic projects that require a stable voltage supply different from the standard 5V provided by USB ports. Common applications include battery charging, powering small motors, or providing an adjustable supply for prototyping and testing circuits.








| Pin Number | Name | Description |
|---|---|---|
| 1 | GND | Ground connection |
| 2 | Vout | Regulated output voltage |
| 3 | Vin | Input voltage from USB |
| 4 | ADJ | Adjustment pin for output voltage |
Q: Can I power the Verter_USB from a non-USB power source? A: The Verter_USB is designed for USB power input. Using a non-USB source may require additional components or modifications.
Q: What is the maximum current the Verter_USB can handle? A: The maximum current depends on the input and output voltages. Refer to the datasheet for specific current ratings.
Q: How do I change the output voltage? A: Adjust the ADJ pin while monitoring the output voltage with a multimeter until you reach the desired level.
// This example demonstrates how to use the Verter_USB with an Arduino UNO
// to power an external component at a different voltage level.
void setup() {
// No setup required for the Verter_USB itself
}
void loop() {
// The Verter_USB does not require control via code.
// Adjust the output voltage manually using the ADJ pin.
// Connect the Vout and GND pins to the external component.
}
Note: The Verter_USB does not require any specific code to operate with an Arduino UNO as it is a standalone power supply component. The example code is provided to illustrate that no software control is necessary for the Verter_USB when used in conjunction with an Arduino UNO.