7Semi EC200U Modem Switches off at HTTP activity even if power supply led is on

Hi Everyone,

I am using “7Semi EC200U LTE 4G Cat-1 GNSS Mini Industrial Modem USB-C” for an IoT project. I am sharing the User manual link for those who want to see what it looks like: https://evelta.com/content/datasheets/004-LTE%20Modem%20User%20Manual.pdf

At the startup (when power is first supplied), the Power LED (Blue) goes high, the Net Status LED also goes high, indicating it is registered on a network. When an HTTP request is sent using PPP or AT commands, the Net Mode led (Blue) flickers fast (indicating some activity) and all the LEDs go off except Power LED. After that neither AT commands get any response nor PPP has any internet connection.

Reading similar issues on other modems which had current supply issues, I decided to attach a Capacitor of 100uF, 6.3v at Vin (5v) and GND of the modem. This too did not fix the issue.

It would be of great help, if someone knows how to fix or debug this issue.

Hi Khalid,

The issue you’re describing is a classic symptom of power supply instability or inadequate instantaneous current delivery during LTE transmission bursts.

Even though you added a 100µF capacitor to the 5V input, the fundamental problem likely lies in the high transient current draw of the EC200U during RF transmission and potential voltage sag on the 5V rail, or limitations in the modem board’s internal power circuitry.

High Current Requirement: The EC200U can draw 500–900 mA during LTE data transmission (depending on band and model, e.g., LTE-FDD B1 at 22.89 dBm draws ~699 mA on EC200U-EU).

Power Supply Recommendation: The external 5V supply should support at least 2 A (LTE only) or 3 A (GSM + LTE).

Voltage Drop Concern: The input voltage (VBAT_BB/VBAT_RF, 3.3–4.3V) must not sag more than ~400 mV. If the voltage dips too much, the baseband may crash, leading to the LEDs turning off and loss of AT/PPP communication.

Recommended Steps to Debug / Fix

A. Power Supply Verification

Use a robust external PSU rated for at least 3 A peak output. Avoid relying solely on USB ports or weak adapters.

Increase input capacitance—100µF may be insufficient. Consider 470µF or more with low ESR, placed close to the modem’s power input.

B. Diagnostics (if issue persists)

Check Module Status: If the module is temporarily responsive, send AT+CFUN? to see if it’s functional (+CFUN: 1).

Monitor Voltage: Use a multimeter or ADC (if exposed) to measure voltage on power rails during data bursts. If voltage drops below 3.3 V on internal VBAT lines, the module will fail. You can use AT+QADC=0 if ADC pins are accessible.

C. LED Behavior & Recovery

Power LED ON, Net LEDs OFF: Confirms the module is powered but core functions have crashed.

Recovery: Use the RESET_N pin (drive low for ≥100 ms) or perform a full power cycle to restore functionality.

In summary, this is almost certainly a power delivery issue during LTE transmission bursts. Improving the power supply’s current capacity and transient response is usually sufficient to resolve it.

Hope this helps!

Have a great day!

Best Regards,
Ananthan

Hi Ananthan,

This surely helps, I’ll follow the steps to debug and get back to you. Thanks a lot for the help.

Regards,
Khalid