A collection of useful technical resources and solutions for embedded systems and identification technologies.
Code to provide Big and Little Endian support for various types of processors. From Embedded Muse 91.
Read MoreVarious types of CRC are described in the answer to this question on Stack Overflow.
Read MoreFast unsigned division of a 64 bit value by a 32 bit value to give a 32 bit result. Optimized for ARM processors.
Read MoreNodeRED json file converter json files generated by NodeRED contain long lines with '\n' sequences embedded. This makes it difficult to compare versions using Git. The Gitjson converts all "\n" text sequences to '\n>>\t\t' so that it is easy to view differences in files. The same utility can unconvert the files back to the original format.
Read More