arduino-LoRa icon indicating copy to clipboard operation
arduino-LoRa copied to clipboard

lora packet buffer issue and crc algorithm

Open TA2SVS opened this issue 1 year ago • 1 comments

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.

TA2SVS avatar Jan 26 '24 13:01 TA2SVS

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.

qiweimao avatar Jun 03 '24 06:06 qiweimao