SMotlaq / LoRa

Ra-02 LoRa module (SX1278) library for STM32 (ARM processors) using HAL drivers ⚡

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DIO request

nwaobasianthony opened this issue · comments

Does the library now support receive on interrupt now?

Thank you for your great work

Hi my friend, yes you can get EXTI from DIO0 pin. But the LoRa_transmit function includes a HAL_Delay(1). So you can't use LoRa_transmit in your interrupt routine. Unless you replace the HAL_Delay(1) with a timer-based delay procedure.
Use the LoRa_init in the DIO branch.