-
Notifications
You must be signed in to change notification settings - Fork 77
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
PREAMBLE, SYNC WORD and LDRO #76
Comments
Hi @jds0987 , In the current code, if you send more upchirps than the number specified at the receiver it should already work. |
Hi @tapparelj I had modified the Frame Sync Block for the rx chain to removed the steps of checking the preamble and the verification of network identifier. It did not made much of a difference. I was able to receive the payload without any error (transmitted using SF5 from Heltec Automation LoRa 32 chip. |
|
Hello @jds0987,
|
@jds0987 |
Hello @tapparelj I have downloaded this updated branch with LDRO fixes. I had recorded an IQ file with LDRO and transmitted it using Semtech sx1268. The decoded output given by this updated branch is different from the correct desired output. Probably the LDRO fix might require some more work. I have shared the iq file along with the desired output on your email id for your testing so that the issue can be resolved. |
Hi @tapparelj
While working on LoRa decoding closely, I faced an issue pertaining to preamble and sync word.
The issue is that,
Can the LoRa frame be decoded by knowing only the SF and Centre Frequency or the Length of Preamble and SyncWord should also be known to decode the transmission?
If yes, then how can the same be identified for any transmission for creating a reliable flowgragh to decode any transmission with a known SF and transmission frequency?
The text was updated successfully, but these errors were encountered: