LoRa-E5-HF Sleep current demand

I am using Seeed Studio LoRa-E5-HF.
I have not changed the internal software in this module.
I am using the circuit shown in Section 5.3 Reference design based on LoRa-E5 module, Figure 12, shown in the LoRa-E5 Datasheet V1.1
I supply Vcc = 3.3 Volts.
This datasheet in Section 1.1, Feature, shows “Low power consumption: as low as 2.1 uA sleep current (WOR mode)”.
I send the AT command “AT+LOWPOWER” as shown in Section 4.30 LOWPOWER in the LoRa-E5 AT Command Specification.
The LoRa-E5 responds to AT+LOWPOWER with “+LOWPOWER: SLEEP”
When I next send AT the LoRa-E5 responds with “+LOWPOWER: WAKEUP”
I am confident the LoRa-E5 has correctly entered LOWPOWER mode.
But I see about 2 mA current flowing from Vcc.

Question #1: How much current should flow from VCC into the LoRa-E5 in LOWPOWER mode?
Question #2: What document describes WOR mode?
Question #3: Please describe the AT commands required to get 2.1 uA sleep current.

Thanks for answers!

This may not be a direct answer, but I think the following link may help you.

Yes indeed! I have a Grove LoRa-E5 board. Testing it shows 45 uA after just AT+LOWPOWER. I didn’t remove the regulator but this 45 uA test results shows that AT+LOWPOWER command at least reduces the current demand greatly. I’m hunting a 2 mA current draw so now I know I’m sending a good command and that this current is NOT going into the LoRa-E5. I’ll hunt elsewhere.

One note… I noticed that the LoRa-E5 TxD (pin 10) in LOWPOWER mode becomes tri-stated. This is a problem for driving other logic if this logic doesn’t have pull-up or pull-down. The tri-state output will allow other logic input to float and results in substantial current demand (on the order of 1 mA) by transistors within the logic.

Thanks for the link. It helped a lot. Tomorrow I’ll pull the Grove LoRa-E5 regulator as you did and see how low I can go.

Consider the AT commands in my sketch.
Good luck!!!
.