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

SX1276 code doesn't calibrate high-frequency band #376

Closed
terrillmoore opened this issue Aug 18, 2019 · 2 comments
Closed

SX1276 code doesn't calibrate high-frequency band #376

terrillmoore opened this issue Aug 18, 2019 · 2 comments
Assignees
Labels

Comments

@terrillmoore
Copy link
Member

Per datasheet, we are asked to calibrate manually on the 1276 when operating in high-frequency bands. The code is present in radio.c, but configured out with an unused CFG_ variable. Too bad, because we almost always operate the SX1276 in high-frequency bands. No need to manually calibrate in low-frequency bands.

image

@terrillmoore terrillmoore self-assigned this Aug 18, 2019
@terrillmoore
Copy link
Member Author

Found doing pre-commit review for #346, because this is done with the FSK registers. It could be that this calibration is only required when using FSK.

@terrillmoore
Copy link
Member Author

Fixed in #378.

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