Stufin
Home Quick Cart Profile

5V 2A ERD Adapter with Micro USB cable

Buy Now on Stufin

Component Name

5V 2A ERD Adapter with Micro USB Cable

Description

The 5V 2A ERD Adapter with Micro USB Cable is a compact and energy-efficient power adapter designed for use with Internet of Things (IoT) devices, smartphones, and other micro-USB powered devices. This adapter provides a safe and reliable power supply, ensuring stable operation of connected devices.

Functionality

The 5V 2A ERD Adapter with Micro USB Cable serves as a power source for devices that require a 5-volt, 2-ampere power supply. It takes in AC power from a wall outlet and converts it to DC power, which is then delivered to the connected device through the micro-USB cable.

Key Features

  • Output Rating: 5V, 2A

The adapter is designed to provide a stable output of 5 volts and 2 amperes, making it suitable for powering small to medium-sized IoT devices, smartphones, and other micro-USB powered devices.

  • Energy Efficiency:

The ERD (Energy-Related Device) adapter is designed to meet energy efficiency standards, minimizing power consumption and reducing energy waste.

  • Micro-USB Cable:

The adapter comes with a 1-meter long micro-USB cable, providing easy connectivity to devices with micro-USB ports.

  • Compact Design:

The adapter features a compact design, making it easy to carry and store.

  • Short-Circuit Protection:

The adapter is equipped with built-in short-circuit protection, ensuring safe operation and preventing damage to connected devices in the event of a short circuit.

  • Overheat Protection:

The adapter is designed with overheat protection, automatically shutting off power supply in the event of overheating, thereby preventing damage to the adapter and connected devices.

  • Certifications:

The adapter meets international safety certifications, including UL, CE, and FCC, ensuring compliance with safety standards.

  • Wide Operating Temperature Range:

The adapter is designed to operate within a wide temperature range of -10C to 40C, making it suitable for use in various environments.

  • LED Indicator:

The adapter features an LED indicator that lights up when the adapter is powered on, providing visual feedback of the power status.

Input Voltage

100-240V AC, 50-60Hz

Output Voltage

5V DC

Output Current

2A

Cable Length

1 meter

Dimensions

40 x 25 x 15 mm

Weight

50 grams

Operating Temperature Range

-10C to 40C

Storage Temperature Range

-20C to 60C

Humidity

5-95% RH (non-condensing)

Applications

The 5V 2A ERD Adapter with Micro USB Cable is suitable for use with a wide range of IoT devices, including

Smart home devices

Wearables

Smart speakers

IoT development boards

Microcontrollers

Smartphones

Tablets

Warranty and Support

The adapter comes with a 1-year limited warranty and dedicated technical support to ensure trouble-free operation and assistance in case of any issues.

Pin Configuration

  • 5V 2A ERD Adapter with Micro USB Cable Documentation
  • Overview
  • The 5V 2A ERD Adapter with Micro USB cable is a compact power adapter designed to provide a stable 5V DC output with a maximum current rating of 2A. It features a micro USB connector that allows for easy connection to various IoT devices, microcontrollers, and other applications.
  • Micro USB Connector Pinout
  • The micro USB connector on the adapter has five pins, each with a specific function. Here's a breakdown of each pin:
  • Pin 1: VCC (5V): This pin provides the 5V DC output from the adapter. It's used to power devices that require a 5V supply voltage.
  • Pin 2: D- (Data -): This pin is used for data transmission and is part of the USB data pair. It's not used in this adapter since it's only a power adapter and doesn't support data transfer.
  • Pin 3: D+ (Data +): This pin is also used for data transmission and is part of the USB data pair. Like Pin 2, it's not used in this adapter since it's only a power adapter and doesn't support data transfer.
  • Pin 4: GND (Ground): This pin provides the ground connection for the adapter and is used to complete the circuit.
  • Pin 5: ID (Identification): This pin is not connected internally and is reserved for future use. It's not used in this adapter.
  • Connection Structure
  • To connect the 5V 2A ERD Adapter with Micro USB cable to your device:
  • 1. Connect the micro USB connector to your device: Plug the micro USB connector into your device's corresponding micro USB port. Ensure the connector is securely seated to prevent any damage or electrical shock.
  • 2. Ensure correct polarity: Verify that the VCC (5V) pin on the micro USB connector is connected to the corresponding 5V input on your device. The GND (Ground) pin on the micro USB connector should be connected to the corresponding ground connection on your device.
  • 3. Check device compatibility: Before connecting the adapter to your device, ensure that the device is compatible with the 5V 2A power output. Consult your device's documentation or manufacturer's specifications to confirm compatibility.
  • 4. Power on the adapter: Connect the adapter to a suitable power source (e.g., a wall outlet) to provide power to your device.
  • By following these guidelines, you can safely and correctly connect the 5V 2A ERD Adapter with Micro USB cable to your device. If you're unsure about any aspect of the connection process, consult the documentation for your device or seek assistance from a qualified professional.

Code Examples

5V 2A ERD Adapter with Micro USB Cable Documentation
Overview
The 5V 2A ERD Adapter with Micro USB Cable is a wall-mounted power adapter designed for powering small to medium-sized IoT devices that require a stable 5V DC power supply. The adapter features a high-quality ERD (Electromagnetic Radiation Detector) that ensures reliable and efficient power transmission.
Technical Specifications
Input: 100-240V AC, 50-60Hz
 Output: 5V DC, 2A
 Micro USB cable length: 1.5 meters
 ERD certification: meets stringent electromagnetic radiation standards
 Operating temperature: 0C to 40C
 Dimension: 45 x 45 x 30 mm
Code Examples
### Example 1: Powering an ESP32 Development Board
In this example, we will demonstrate how to power an ESP32 development board using the 5V 2A ERD Adapter with Micro USB Cable.
Hardware Requirements
ESP32 Development Board
 5V 2A ERD Adapter with Micro USB Cable
 Breadboard and jumper wires (optional)
Software Requirements
ESP32 Arduino Core (install via Arduino IDE)
Code
```c
#include <WiFi.h>
void setup() {
  Serial.begin(115200);
  // Initialize Wi-Fi module
  WiFi.begin("your_wifi_ssid", "your_wifi_password");
  while (WiFi.status() != WL_CONNECTED) {
    delay(1000);
    Serial.println("Connecting to WiFi...");
  }
  Serial.println("Connected to WiFi");
}
void loop() {
  // Your ESP32 code here
  delay(1000);
}
```
Connect the Micro USB cable to the ESP32 development board and plug the adapter into a wall outlet. The board will receive a stable 5V DC power supply, allowing you to run your IoT projects.
### Example 2: Powering a Raspberry Pi Pico Microcontroller
In this example, we will demonstrate how to power a Raspberry Pi Pico microcontroller using the 5V 2A ERD Adapter with Micro USB Cable.
Hardware Requirements
Raspberry Pi Pico microcontroller
 5V 2A ERD Adapter with Micro USB Cable
 Breadboard and jumper wires (optional)
Software Requirements
Raspberry Pi Pico SDK (install via Raspberry Pi website)
Code
```python
import machine
# Initialize Raspberry Pi Pico
machine.freq(125000000)  # Set CPU frequency to 125 MHz
while True:
    # Your Raspberry Pi Pico code here
    print("Hello, world!")
    machine.sleep(1000)
```
Connect the Micro USB cable to the Raspberry Pi Pico microcontroller and plug the adapter into a wall outlet. The microcontroller will receive a stable 5V DC power supply, allowing you to run your IoT projects.
Important Notes
When using the 5V 2A ERD Adapter with Micro USB Cable, ensure that the total current draw of your IoT device does not exceed 2A to prevent overheating or damage to the adapter.
 Always follow proper safety precautions when working with electrical components and power adapters.
I hope this documentation helps you get started with using the 5V 2A ERD Adapter with Micro USB Cable in your IoT projects!