#LORA#BLE#LORAWAN

I want to implement dual-mode operation of LORAWAN and BLE, but when using the SoftDevice, the interrupt on the LORAWAN DIO1 pin does not trigger. I suspect it is being blocked by the SoftDevice, and I want to know how to solve this.

The interrupt here will not be triggered

This is the function I use to set up DIO1

Parents Reply
  • I hava already cahnged it to English.
    Although there is no support for LoRa, that is not the key issue. The key issue is that the external interrupt I set on the DIO1 pin did not trigger. I want to know if this could be due to the SoftDevice, and how to resolve this problem. (When I don't use the SoftDevice, this interrupt can be triggered)

Children
Related