Wakeup Mangoh Yellow after Power loss

Hello, I have the wp76xx variant of the mangoh yellow. I have been reading forums etc trying to find out how I can trigger the module to wakeup after a power outage automatically. I have tried using AT commands to modify the voltage limits.

at!pcvoltlimits=4400,4300,3500,3200,2800

By default my module LO_NORM is 3700. If i run the AT command
at!pcvolt?
Volt state: Normal
Power supply voltage: 3671 mV (ADC: 37148)

I see that the power supplied by my USB port is usually slightly under 3700 by a few tens of mV. I’m running the test in 2 methods:

  1. I’m simply unplugging the usb1 connector (no battery connected), waiting a while, and then plugging it back in. I leave the switch in the ON state the entire time and after i plug the USB in, the module never boots up. I have to physically press reset.
  2. I have a 16port USB hub that has switches that I can physically disable the power port by port. Disabling the power and then re-enabling the power also doesn’t trigger the module to turn on.

Is there something special that I need to do to trigger the module to turn on after a power outage?

Not sure if the at!powerwake with adc trigger can let module wake up.
You can give a try first after trying at!powermode and at!powerwake to make sure the commands work

Hi @jyijyi. Thanks for responding. I’m unsure what you mean by using the above.

I can run the commands. PSM is disabled
!POWERMODE: No request, status=9-PSM disabled

OK
!POWERWAKE:
PSM TIME: 14400, ACTIVE TIME: 20

To enable autowakeup, do I need to enable a power saving mode? We don’t have any power limitations for our setup and plan to keep it connected to grid power 24/7.

you can try AT!POWERMODE=3 after setting your AT!POWERWAKE source.
And see if module can come out of ULPM mode first.

After this test, you can see if module can come out of ULPM mode after power loss after your test case above.

I cannot seem to set the powerwake source, I just keep getting error:

at!powermode?
!POWERMODE: No request, status=9-PSM disabled
OK
at!powerwake=2,36,1
ERROR
at!powerwake=2,38,1
ERROR
at!powerwake=2,36,5
ERROR
at!powerwake=2,36,4
ERROR
at+cpsms?
+CPSMS:0,“01100000”,“00000000”
OK

I’m running a WP7611 CAT 4 module and R16 ATT firmware and legato 19.11.3.

I just saw in WP76xx datasheet the following:

Group B variants:
· do not have an MCU
· do not support ULPM

7611 is a group B. So any idea how to make the module wakeup after power loss?

If you don’t set pcvoltlimits, will the moduleb power on after power outage?

Well, I lowered the limits to values lower than were there by default to values that were lower than I was reading with at!pcvolt? but the module won’t turn on.

From my test, if i cut the power, and give power again, the module can power cycle without pressing reset button

Btw, maybe there is backup battery which let modules go to ULPM mode.
See if this helps:

Were you testing on a WP variant that has the MCU?

Then maybe it is not in ulpm mode, but in power off mode.

Have you checked the status of POWER_ON_N?

On the mangoh yellow board, there is a capacitor C410 that unless this is discharged, will not trigger the POWER_ON_N signal long enough (through U407) to actually trigger the boot from my observations. I don’t have an oscilloscope unfortunately to tell you how long the POWER_ON pin is getting triggered, but the green power LED flashes just momentarily and then nothing.

then how about shorting the capacitor C410

Shorting the capacitor to discharge it is fine, but I was looking for a way to get around this issue without physically touching the modem or re-design the power-up circuitry of the mangoh yellow. But it looks like only solution is to redesign this circuitry from the mangoh default.