Skip to content

ot-efr32 RSSI issues #7750

Closed Answered by schinchani
kmfnjtze8888 asked this question in Q&A
May 25, 2022 · 4 comments · 6 replies
Discussion options

You must be logged in to vote

Hi @kmfnjtze8888

We suspect this to be an RSSI offset corruption issue. Can you try replacing lines 161 and 162 of https://github.com/openthread/ot-efr32/blob/main/src/efr32mg12/phy/PHY_IEEE802154_915MHZ_OQPSK_EFR32XG12.c#L161

0x00077014UL, 0x000270FEUL,

with the following values and let me know if this fixes the issue for you:

0x10017014UL, 0x0007F800UL, 0x30017014UL, 0x000000FEUL, 0x00067018UL,

Please note that the sub-GHz PHY support is experimental, not a part of the Thread specification and has not been exhaustively tested.

Thanks
Sagar

Replies: 4 comments 6 replies

Comment options

You must be logged in to vote
2 replies
@schinchani
Comment options

@kmfnjtze8888
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@kmfnjtze8888
Comment options

Comment options

You must be logged in to vote
3 replies
@kmfnjtze8888
Comment options

@schinchani
Comment options

@kmfnjtze8888
Comment options

Answer selected by kmfnjtze8888
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants