-
Notifications
You must be signed in to change notification settings - Fork 46
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
Feature Request: Downlink #37
Comments
There's no immediate plan to implement downlink. It's discussed in more detail on this older issue: #7 |
It looks like this library was made to work with TTN but V3 now requires downlink. So it won't work with TTN. So what will be the point of the library then? |
Clearly, an update will be needed foe V3. |
Based on multiple other contributers like https://github.com/jeroennijhof i adapted a python-project for testing and working with python & lora & adafruit components. Works with V3 and works with downlinks. Feel free to use, try & participate: https://github.com/btemperli/LoRaPy Is there a reason why downlinks will not be implemented here? |
we've been super busy, thanks for that link! we will check it out! |
Is it now possible to use this library to send downlinks to end nodes? If not, what are some good alternatives? |
Is this feature on the roadmap at all? I am using Tiny_LoRa with AWS IoT Core for LoRaWAN and would really like to have the downlink feature. |
Hey! Is this issue still on the plan? I have an adafruit RFM95W which I would really like to experiment with but I'm reaching a dead end due to the absence of V3 support. |
Project works great. However, I am missing the implementation to receive downlink data (i.e. data sent from the TTN to the node). To my understanding, processing of downlink data will immediately follow after the send_packet() function for uplink data. There are two receiption windows RX1 and RX2. And the latter requires considerable reconfiguration of datarate and frequencies (according to TTN spec datarate SF9BW125 at 869.525 MHz).
Already tried to extend the code to process RX1 and RX2 with no success.
Could anyone provide a working solution?
The text was updated successfully, but these errors were encountered: