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

Receiving LoRaWAN downlink messages #123

Open
ask-gh opened this issue Nov 21, 2024 · 1 comment
Open

Receiving LoRaWAN downlink messages #123

ask-gh opened this issue Nov 21, 2024 · 1 comment

Comments

@ask-gh
Copy link

ask-gh commented Nov 21, 2024

Hi,

Thanks again for all the hard work, this is a great project!

I wanted to know whether there is support for capturing downlink messages. If so great!

I saw in this issue #44 that if you are sending a downlink you would have to either: 2) modify the code of the modulate block to use downchirps as reference 3) take the conjugate of what comes out of the modulate block.

Would a similar case hold for receiving such messages?

If you could point me in the direction of how to implement this, that would be really appreciated.

Cheers!

@tapparelj
Copy link
Owner

Hello @ask-gh,
yes, you would need to use the complex conjugate of the signal.
Adding a simple complex_conjugate block before the frame_sync might to the trick.

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