Custom issue #1839
Unanswered
GhadrdanSaeed
asked this question in
Q&A
Custom issue
#1839
Replies: 1 comment
|
Unfortunately I don't know how to help you, since you have not shared any information about your custom library and it is not on your GitHub. I don't know if you are talking about a single board that appears to "receive" data after transmission or two boards, one transmitting, the other always receiving the invalid data. Finally, this is really not a RadioLib issue, so converting to a discussion instead. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi
I have built an SX1262 transceiver board and using it with an STM32, employing GFSK modulation and variable packet length. After data is transmitted, the receiver receives invalid data with a length of 85 bytes. What could be the cause of this issue?
I wrote the library myself, and the GFSK settings are: BR 9600, BW 58600, Fdev 20971; preamble length (symbols) 16; preamble detection 16; sync word 4; address comparison disabled; variable length type; max payload size 200; 2-byte CRC; whitening enabled.
All reactions