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

Feature Request: Downlink #37

Open
alant2020 opened this issue Feb 1, 2021 · 8 comments
Open

Feature Request: Downlink #37

alant2020 opened this issue Feb 1, 2021 · 8 comments
Assignees

Comments

@alant2020
Copy link

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?

@brentru
Copy link
Member

brentru commented Feb 1, 2021

There's no immediate plan to implement downlink. It's discussed in more detail on this older issue: #7

@xorbit
Copy link

xorbit commented Feb 12, 2021

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?

@jerryneedell
Copy link
Contributor

Clearly, an update will be needed foe V3.

@btemperli
Copy link

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?

@ladyada
Copy link
Member

ladyada commented Mar 8, 2021

we've been super busy, thanks for that link! we will check it out!

@ladyada ladyada mentioned this issue May 20, 2021
@brentru brentru mentioned this issue May 24, 2021
@SlazyHW
Copy link

SlazyHW commented May 16, 2023

Is it now possible to use this library to send downlinks to end nodes? If not, what are some good alternatives?
I am using the library to send packages from my raspberry pico to a chirpstack server.
The library mentioned above (https://github.com/btemperli/LoRaPy) is suited for the Rpi 4. Is it possible to match the code to work with my pico?

@costasvav
Copy link

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.

@Tzal3x
Copy link

Tzal3x commented Apr 11, 2024

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.

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

9 participants