sandeepmistry / arduino-LoRa

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

failed CRC packet info #325

Closed artemen closed 4 years ago

artemen commented 4 years ago

Hi, is there a way to receive information that a packet was received, but failed checksum? for example if hopping this would still indicate proper sync between sender/receiver, though indicate that there was interference on the channel. thanks!

morganrallen commented 4 years ago

Sadly no, there is no mechanism for report a CRC error has occurred. This functionality should be added, as the data is still contained in the FIFO buffer and there are some use cases (user readable text) were that data is still useful. As always, PRs welcome.