drivers/at86rf2xx: add support for configuring PHY modes#12185
Closed
benpicco wants to merge 3 commits intoRIOT-OS:masterfrom
Closed
drivers/at86rf2xx: add support for configuring PHY modes#12185benpicco wants to merge 3 commits intoRIOT-OS:masterfrom
benpicco wants to merge 3 commits intoRIOT-OS:masterfrom
Conversation
Member
Contributor
Author
|
@miri64 no this is to expose some modulation options that the chip provides to |
Member
|
@jia200x I think this is a candidate for you |
Member
6f2f7d9 to
744b1ef
Compare
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you want me to ignore this issue, please mark it with the "State: don't stale" label. Thank you for your contributions. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contribution description
This implements getting & setting O-QPSK options with #12171
This allows for setting the rate mode (values 0-4, for 250, 500, 1000 & 2000 kbit/s operation) as well as chip rate (1000 kchip/s and 400 kchip/s for O-QPSK and 600 kchip/s and 300 kchip/s for BPSK).
The proprietary rate mode 2 on at86rf233 is compatible with the legacy high data rate mode on at86rf215.
Testing procedure
Or on
samr30-xproyou should now be able to to the following:You should get
On
samr21-xpro, setting the chip_rate should fail.Issues/PRs references
depends on #12171