Rustie0125

Results 4 comments of Rustie0125
trafficstars

Here is an example just inserting the sleep command in the RadioLib library ``` `/* RadioLib SX126x Transmit Example This example transmits packets using SX1262 LoRa radio module. Each packet...

> Not too sure on the RadioLib, but if you are using `Serial.print()`, always call `Serial.flush()`, else it doesn't finish up all the UART transmission and went to power down...

Interesting, Okay Ill try a small delay, my baud is already 9600 see if it solves it. Do you for see any issue in extending the sleep period with code...

Still struggling with this, the 100ms delay after wakeup helped getting the system up and running again, but now reagrdless what I do, current does not drop below 500uA is...