dl1ycf / pihpsdr

Raspberry Pi standalone code for HPSDR (old and new Ethernet protocol)
GNU General Public License v3.0
41 stars 21 forks source link

HL2 upper frequency should be 38.4 MHz. #30

Closed tmiw closed 3 months ago

tmiw commented 4 months ago

The upper frequency for the Hermes Lite 2 should be 38.4 MHz, not 30.72 MHz. I discovered this while configuring a 2 meter transverter for my HL2 as the pihpsdr XVTR configuration would only allow the maximum frequency to go to 146.720 MHz (assuming 28 MHz IF).

Source for 38.4 MHz: https://github.com/softerhardware/Hermes-Lite2/wiki/FAQ

dl1ycf commented 3 months ago

I take your word and changed it in old_discovery. Note that the old HL and the HL2 share board IDs, so the change may be not OK for the HL-V1, but, since there is no ham band between 31 and 38 MHz this may not be so harmful and the HL-V1 is probably fading out anyway.

THIS IS NOW INCLUDED IN THE REPO.