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

strange behavior in the RX buffer #8

Open
jmmunoz86 opened this issue Mar 28, 2023 · 1 comment
Open

strange behavior in the RX buffer #8

jmmunoz86 opened this issue Mar 28, 2023 · 1 comment

Comments

@jmmunoz86
Copy link

when reading the buffer RX ( sx126x_read_buffer ) , if I read as many bytes as the sx126x_get_rx_buffer_status function says, there is random data. In order to retrieve my frame is to read 255 B and my received frame is there, with 4 bytes offset. If I read a different amount of bytes from the RX buffer, I get random data.

@jmmunoz86 jmmunoz86 changed the title strange behaviour in the RX buffer strange behavior in the RX buffer Mar 28, 2023
@opeyrard
Copy link

opeyrard commented Jul 8, 2024

Hi,
In https://github.com/Lora-net/SWSD003/blob/master/sx126x/common/apps_common.c (starting from line 478), you can find an example of reading received payload.
Many thanks,
Best regards,

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

No branches or pull requests

2 participants