Relative Content

Tag Archive for ccrccrc16transmission

Understanding Dire Wolf’s CRC16-CCITT implementation

I am developing a program to transmit data using the APRS AX.25 protocol and have reached the final component: the Frame Check Sequence (FCS). After researching, I found that the CRC16-CCITT algorithm is commonly used for LoRa modules transmitting data. Based on several recommendations, I explored the Dire Wolf’s repository to understand its implementation of the algorithm.