Add microwave bands to log

Would like to do some 10ghz POTA activities this summer.

We have been asking for this for a while now. 2.4, 5.6 and 10GHz would be great. I was able to modify the program myself for PC but I really need it for iOS.

1 Like

This would be great. Many of us have been asking for a while for this and it would be very easy to add the bands and should not take up any noticeable space to add the bands up to 3cm or even higher since the 905 is out now, more people are using the higher frequencies.

I have modified the app.3ca03167.js file in app.asar to give the NEW PC version the 13, 6, 3 and 1.2cm bands. I would be happy to give this file to the creator of the app. This only works for the PC version obviously but should be simple enough to incorporate into the other versions.

Only two sections need to be modified to make this happen.

const xe={“160m”:{lower:1.8,upper:2},“80m”:{lower:3.5,upper:4},“60m”:{lower:5.33,upper:5.405},“40m”:{lower:7,upper:7.3},“30m”:{lower:10.1,upper:10.15},“20m”:{lower:14,upper:14.35},“17m”:{lower:18,upper:18.168},“15m”:{lower:21,upper:21.45},“12m”:{lower:24.89,upper:24.99},“10m”:{lower:28,upper:29.7},“6m”:{lower:50,upper:54},“4m”:{lower:70,upper:70.5},“2m”:{lower:144,upper:148},“1.25m”:{lower:220,upper:225},“70cm”:{lower:420,upper:450},“33cm”:{lower:902,upper:928},“23cm”:{lower:1240,upper:1300},“13cm”:{lower:2300,upper:2450},“6cm”:{lower:5650,upper:5925},“3cm”:{lower:10000,upper:10500},“1.2cm”:{lower:24000,upper:24250}},ze={“160m”:{lower:1800,upper:2e3},“80m”:{lower:3500,upper:4e3},“60m”:{lower:5330,upper:5405},“40m”:{lower:7e3,upper:7300},“30m”:{lower:10100,upper:10150},“20m”:{lower:14e3,upper:14350},“17m”:{lower:18e3,upper:18168},“15m”:{lower:21e3,upper:21450},“12m”:{lower:24890,upper:24990},“10m”:{lower:28000,upper:29700},“6m”:{lower:50000,upper:54000},“4m”:{lower:70000,upper:70500},“2m”:{lower:144000,upper:148000},“1.25m”:{lower:222000,upper:225000},“70cm”:{lower:420000,upper:450000},“33cm”:{lower:902000,upper:928000},“23cm”:{lower:1240000,upper:1300000},“13cm”:{lower:2300000,upper:2450000},“6cm”:{lower:5650000,upper:5925000},“3cm”:{lower:10000000,upper:10500000},“1.2cm”:{lower:24000000,upper:24250000}

BandOptions:[{value:“160m”,text:“160m”},{value:“80m”,text:“80m”},{value:“60m”,text:“60m”},{value:“40m”,text:“40m”},{value:“30m”,text:“30m”},{value:“20m”,text:“20m”},{value:“17m”,text:“17m”},{value:“15m”,text:“15m”},{value:“12m”,text:“12m”},{value:“10m”,text:“10m”},{value:“6m”,text:“6m”},{value:“4m”,text:“4m”},{value:“2m”,text:“2m”},{value:“1.25m”,text:“1.25m”},{value:“70cm”,text:“70cm”},{value:“33cm”,text:“33cm”},{value:“23cm”,text:“23cm”},{value:“13cm”,text:“13cm”},{value:“6cm”,text:“6cm”},{value:“3cm”,text:“3cm”},{value:“1.2cm”,text:“1.2cm”}]

To get it to work for Windows, repackage the ASAR and replace it in: C:\Users\username\AppData\Local\Programs\HAMRS\Resources

I can give a dropbox link to the package if the developer wants to see it.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.