Skip to content

Instantly share code, notes, and snippets.

@bshambaugh
Created December 26, 2022 04:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bshambaugh/37e6de317058b2b4b5d021016fa6d712 to your computer and use it in GitHub Desktop.
Save bshambaugh/37e6de317058b2b4b5d021016fa6d712 to your computer and use it in GitHub Desktop.
CRC .... bitwise XOR
https://www.youtube.com/watch?v=brTI93f73KM
Error Detection with CRC Modulo
Cyclic Redundancy Check (CRC) - Part 1
https://www.youtube.com/watch?v=A9g6rTMblz4
Cyclic Redundancy Check (CRC) - Part 2
https://www.youtube.com/watch?v=wQGwfBS3gpk
How do CRCs work?
https://www.youtube.com/watch?v=izG7qT0EpBw
https://en.wikipedia.org/wiki/Cyclic_redundancy_check
https://forum.arduino.cc/t/how-many-bytes-are-this-rtclib-timestamp-data/943201/4
https://www.tutorialspoint.com/bitwise-xor-in-arduino
https://www.geeksforgeeks.org/bitwise-operators-in-c-cpp/
@bshambaugh
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment