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

SX1262 can't wake up after set sleep

Hi, I am using Mbed OS 5 to drive with SX1262.
I found that the Lora module can’t wake up properly after set sleep with cold start.

To wake the module, the NSS pin is already set pull low for 100us and wait for ~4ms before send command. And you can see in the result the NSS pin stay low forever to wait for the Lora busy pin already. But the Lora busy pin stay in high status.

Is anybody know how to wake up the module after set sleep with cold start?

Hello @anson.fever - can you please share the duration of the glitch on NSS?

Hi mantoine,

The duration of the glitch on NSS takes 121us.
After another 4.31ms, the NSS pull low for sending command.
As the Lora busy stay in logical high, the NSS pin stay in logical low and waiting for the Lora busy pin to change status.