The MIDOO Portable 96000mAh-350W Power Station is a compact and versatile power supply unit designed to provide reliable energy for a wide range of electronic devices and appliances. With a high-capacity 96000mAh battery and a maximum output of 350W, this power station is ideal for outdoor adventures, emergency backup, and mobile workstations. Its lightweight design and multiple output options make it a convenient solution for powering laptops, smartphones, small appliances, and more.
Parameter | Specification |
---|---|
Manufacturer | MIDOO |
Part ID | Portable 96000mAh-350W Power Station |
Battery Capacity | 96000mAh (3.7V nominal voltage) |
Maximum Output Power | 350W |
Input Voltage | 12-24V DC |
Output Ports | AC, DC, USB-A, USB-C |
USB-A Output | 5V/2.4A |
USB-C Output | 5V/3A, 9V/2A, 12V/1.5A (PD support) |
AC Output | 110V/60Hz or 220V/50Hz (region-specific) |
DC Output | 12V/10A |
Operating Temperature | -10°C to 40°C |
Dimensions | 200mm x 150mm x 120mm |
Weight | 3.5kg |
Port Type | Description |
---|---|
USB-A | Standard USB port for charging smartphones, tablets, and other USB devices. |
USB-C | Supports Power Delivery (PD) for fast charging of compatible devices. |
AC Outlet | Provides AC power for small appliances (region-specific voltage/frequency). |
DC Output | 12V DC output for powering compatible devices like LED lights or fans. |
Port Type | Description |
---|---|
DC Input | Accepts 12-24V DC for recharging the power station. |
The MIDOO Portable Power Station is a standalone device and does not require integration into a circuit. However, it can be used to power external circuits or devices. Follow these steps for safe and efficient usage:
Charging the Power Station:
Using the Output Ports:
Powering Devices:
Monitoring Battery Status:
The power station can be used to power an Arduino UNO via its USB-A port. Below is an example of connecting an Arduino UNO to the power station and running a simple LED blink program.
// Example: Blink an LED using Arduino UNO powered by the MIDOO Power Station
// Pin configuration
const int ledPin = 13; // Built-in LED on Arduino UNO
void setup() {
pinMode(ledPin, OUTPUT); // Set the LED pin as an output
}
void loop() {
digitalWrite(ledPin, HIGH); // Turn the LED on
delay(1000); // Wait for 1 second
digitalWrite(ledPin, LOW); // Turn the LED off
delay(1000); // Wait for 1 second
}
Note: Connect the Arduino UNO to the power station's USB-A port using a USB cable. Ensure the power station is turned on before running the program.
Issue | Possible Cause | Solution |
---|---|---|
Power station not turning on | Battery is completely drained | Recharge the power station using the DC adapter. |
Device not charging via USB ports | Faulty cable or incompatible device | Use a compatible charging cable and check device compatibility. |
AC output not working | Overload or short circuit | Disconnect devices, reset the power station, and reconnect. |
Low charging speed | High power draw from multiple devices | Disconnect some devices to reduce the load. |
Can I use the power station while it is charging?
What type of solar panel is compatible with this power station?
How long does it take to fully charge the power station?
Can I power a laptop with this power station?
By following this documentation, users can maximize the utility and lifespan of the MIDOO Portable 96000mAh-350W Power Station.