You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've read here that GPIO6 can maybe be used for an RX watermark interrupt. I think that means IRQ when the RX buffer has more than a configured number of bytes, which I think would be perfect to prevent the current 10ms polling approach that is used for the uplink thread, and just waiting for a GPIO event. This should allow the host to actually sleep when there is no data, which I expect could lead to significant power savings (if you also refactor the jit thread to remove the 10ms polling here).
Hi all again!) I am working with loragw driver (ported it to esp32), now I need additional info on how can be interrupts mapped in order:
The text was updated successfully, but these errors were encountered: