I’ve been testing the basic LoRaReceiver example. With short messages is working fine but it fails to receive any packet longer than about 52 characters. Is this to be expected? Can it be made longer?
CubeCell packet size
Well, I would recommend to split your data in several packets. The longer your packets are, the more likely it is that you get a CRC error. This could happen because of non-synchrounus clocks or even more often, becaus of other devices on the same frequency which do not implement listen before talk.
Hi the packet length max is set in the regional settings config, To meet local max on air time, differs per region and varies by data rate (sf). BR Simon