Hi,
I am programming XB3-24 (DigiMesh2.4 v3012) in MicroPython mode (AP=4).
I set SM=6 so that I can control sleep with Python, and it seems to sleep when I actually execute x.sleep_now(None,True).
And it wakes up when I turn the SLEEP_RQ(DIO8) pin from high to low (Falling Edge).
However, after waking up in response to the change in SLEEP_RQ, it seems to take 100ms for the next line of the Python script to be executed.
(I confirmed this with an oscilloscope using a test script that makes the GPIO high/low immediately after waking up)
Is it unavoidable to take 100ms?
Please let me know if it can be shortened.
Thanks,