Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xawen committed Mar 10, 2024
1 parent 906df3f commit 2914b3e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Use at your own risk and remember to back up your SPI memory before installing a
- SSB reception
- Light theme
- AM Fix (improvement in AM reception with strong signals, port of @OneOfEleven's excellent work on the Quansheng UV-K5)
- Sensitivty improvements in gain and squelch
- Full control over side key and main key shortcuts
- New configurable actions (FM Radio, Scanner, FLashlight)
- 0.01K step
Expand All @@ -26,6 +27,7 @@ Use at your own risk and remember to back up your SPI memory before installing a
- Resume mode: Time, Carrier, No
- Change scan direction while scanning (up/down keys)
- Force scan resume (up/down keys)
- Spectrum view with waterfall display
- Reworked main menu
- Ability to disable LED toggling when scanning
- And much more!
Expand All @@ -48,6 +50,16 @@ Menu => DTMF decoder
Exit => Single/dual VFO display
```

### Tunable Squelch - Configurable in main menu
Overall squelch levels (0-9) can be set from the SQL Level option in main menu (or the Shortcut Key Action). These levels affect the squelch RSSI, Noise and Glitch settings on the radio chip. The levels 0-9 are offsets from a base value for each setting. These base values can be tuned for your specific radio using the Squelch RSSI, Squelch Noise and Squelch Glitch settings in the main menu.

Default base Squelch levels:
```
RSSI => 94 (Hex: 0x5E)
Noise => 68 (Hex: 0x44)
Glitch => 17 (Hex: 0x11)
```

### Scanning guide
Scan list management:
- This firmware has 8 scanlists.
Expand Down

0 comments on commit 2914b3e

Please sign in to comment.