Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DIO request #2

Closed
nwaobasianthony opened this issue Apr 18, 2021 · 1 comment
Closed

DIO request #2

nwaobasianthony opened this issue Apr 18, 2021 · 1 comment

Comments

@nwaobasianthony
Copy link

Does the library now support receive on interrupt now?

Thank you for your great work

@SMotlaq
Copy link
Owner

SMotlaq commented Apr 18, 2021

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.

@SMotlaq SMotlaq closed this as completed Apr 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants