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

RXSYMS in software is 8 bits, but is 10 bits in hardware #467

Closed
terrillmoore opened this issue Oct 2, 2019 · 0 comments
Closed

RXSYMS in software is 8 bits, but is 10 bits in hardware #467

terrillmoore opened this issue Oct 2, 2019 · 0 comments
Assignees
Labels

Comments

@terrillmoore
Copy link
Member

This limits us in terms of accepting large clock errors at high data dates (low spreading factors), because the RX window is specified in RX symbols, and with big clock errors you may need lots of symbols.

Changing this requires changing LMIC::rxsyms to u2_t, and improving the calculation. Then in radio.c::configLoraModem(), we need to merge the top two bits into ModemConfig2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant