Does any one knows the logic behind the Hex values for the frequencies in the S1 miners? I understand Hex #s and little-endian and big-endian notation, but it still does not make sense to me. E.g. the jump from 200 to 250 to 300 adds x0200 to the Hex value, so they go from x0781 to x0981 to x0b81. Logic indicates that the jump to 350 should require a value of x0d81 instead of x4e81.
Thanks
FM
there is documentation in the github manuals for the U1 usb device. It relies on a weird mathematical method of several combined binary strings from the hex code. Once sorted out its *relatively* straight forward to calculat eany frequency you want, to about 1.75MHz precision