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

lora packet buffer issue and crc algorithm #679

Open
TA2SVS opened this issue Jan 26, 2024 · 1 comment
Open

lora packet buffer issue and crc algorithm #679

TA2SVS opened this issue Jan 26, 2024 · 1 comment

Comments

@TA2SVS
Copy link

TA2SVS commented Jan 26, 2024

Hello, I have a problem with the lora package limit. I am using LORA e22600t22d. The package limit is 240 bytes. The package sizes I will send are very large compared to the package limit. Packages are approximately 400 bytes. I am using Esp 32 wroom devkit. I will fragment the data and reassemble it at the remote point. But sometimes incorrect data occurs. Could you please share an example CRC verification algorithm and code? Thank you so much for everything.

@qiweimao
Copy link

qiweimao commented Jun 3, 2024

I'm interested in crc as well, will experiment this week.

I have an implementation of chucked packets and reassemble scheme here named lora_file_transfer.cpp: link.

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