The LoRa Developer Forum is now in read-only mode and new content will not be added.
Semtech, in its commitment to enhance user experience and streamline content, has successfully integrated the LoRa Developer Portal content into Semtech.com. As a result of this consolidation effort, the LoRa® Developer Portal Forum will be discontinued on May 1st. After this date, you will be automatically redirected to Semtech.com.
For any technical support related to LoRa, please feel free to reach out to our experts here. If you have sales inquiries, please contact us here.

FORUM

Can't set E22-900M22S to sleep

I have an E22-900M22S ebyte module connected to an ESP32 board. Upon issuing the sleep command from a standby state, the module consumption stays the same. It is around 545µA, which is consistent for the standby mode, but do not drop any further down after the sleep command. I have tried multiple ebyte module and also 2 different ESP32 board, same same.
I am using the RadioLib and the modules are capable of transmitting and receiving.
The SPI bus stays active during the life cycle. Any idea what could be the cause?

Ensure both RXEN and TXEN are LOW, you can also try making sure the chip is deselected via NSS. Do all other chip functions work correctly?