-
Notifications
You must be signed in to change notification settings - Fork 84
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
Downlink no longer works #197
Comments
Hi @IoTThinks I am facing a similar issue, I am unable to receive downlink messages. In my case, I don't even get the "Data received over RX1" message. Is downlink broken? Did you find a solution? |
I have two things conserning this same type of observation. Hardware setup: Heltec WiFi Lora V2 hardware and bare otaa example from lib. Uplink functionality is flawless.
Bold is required change, this is by no means the ’true fix’ but now it works for me. The only part I don’t understand is that the port is not having any effect or reflected in recv event. I would have expected som kind of port to be reflected in readData(outStr,fPort) or similar construction. |
Thank you, that fixes the issue. I have checked the release of July 2023, and the downlinks were working. |
Temp fix for issue #197 Downlink no longer works - esp32
I just ran into the same issue with v2.5.0 which is the latest version available in the Arduino IDE library manager. I was able to fix it with the changes from the June 17 posts above but would like to know when there will be a release with the fix as this seems to be solved now since >2 months. |
Downlinks still do not work! Is there a way to fix this? I read the post in this issue but I did not get the fix to be applied |
The device can join LoRaWAN network and I can send a downlink packet.
The device "hears" something but can not print it.
Last year, I tested downlink ok.
I suspect the new code broke the downlink.
https://github.com/ElectronicCats/Beelan-LoRaWAN/blob/master/src/arduino-rfm/lorawan-arduino-rfm.cpp#L506
The text was updated successfully, but these errors were encountered: