sandeepmistry / arduino-LoRa

An Arduino library for sending and receiving data using LoRa radios.
MIT License
1.65k stars 630 forks source link

SX1278 returns PayloadCrcError even if data is valid #544

Open szerwi opened 2 years ago

szerwi commented 2 years ago

Hello,

My question is not specifically about this library, but about SX1278 module in general. I have noticed that SX1278 module sometimes returns PayloadCrcError in RegIrqFlags register even when the data inside the packet is correct. Have anyone encountered similar issue? Is there any workaround to eliminate those fake CRC errors and still detect correct CRC errors?