ESP32 LoRa (v2) Interrupt not working

Hello,

I’m new here. I want to send a LoRawan signal on interrupt. I’ve used the attachIntrerrupt() function. The problem is that it won’t enter the loop() after the interrupt has been triggered and the packet won’t send.

My second question is: Will the signal send irrespective of the duty cycle if I use an interrupt ? For my use case, I will only have very few triggers per day (around 10), but they can all be within a 10 minutes interval.

You need to set it in deep sleep, you can also use interrupt to wake up.