Add files via upload

Experimental firmware for Simon Templar. This firmware should shift the wireless copy frequency to 433.250 MHz. If you want to change this frequency you will need a hex editor.  
  
First decide on the frequency you want (must be UHF) in 10 Hertz units, so for example if you want to set it to 435.275Mhz this would be 43,527,500  
Now you need to convert this to Hex, so in this example that would be 02982D4C  
Now split this into 4 bytes, which would be for this example  02 98 2D 4C  
Now load the firmware into a hex editor and find the following offset bytes
F32D = 02  
F32F = 95  
F336 = 16  
F338 = 48  
Replace each of these offset bytes with the 4 bytes you previously calculated and this should set the Wireless Copy frequency to what you want.
This commit is contained in:
nicsure 2024-07-25 23:37:25 +01:00 committed by GitHub
parent d9e95f9707
commit 3541fbf56d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

BIN
NICMODH3_V7.3X3_240702.BIN Normal file

Binary file not shown.