mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-19 14:14:04 +00:00
605c9efa0c
* make detector list a freqman file * add file loading ability, autoscan/pause, step in on pause on range, frequency value display * Update firmware/application/external/detector_rx/ui_detector_rx.hpp * Update firmware/application/external/detector_rx/ui_detector_rx.cpp * add 750 kHz step * revamp UI and add auto advance, auto scan, and only display 'RANGE SCAN...' when auto scan is on on ranges to avoid flicker of the hell. * adjust as I can the ranges as they where before * Update sdcard/FREQMAN/DETECTOR.TXT * fix instance related copilot remark
22 lines
970 B
Plaintext
22 lines
970 B
Plaintext
# Around 315 MHz (common for older remotes, key fobs in some regions)
|
|
# Window centered on 315 MHz, covers 314.625 - 315.375 MHz
|
|
f=315000000,d=Remotes 315M
|
|
|
|
# Around 433.92 MHz (very common for remotes, sensors, key fobs globally)
|
|
# Window centered on 433.92 MHz, covers 433.545 - 434.295 MHz
|
|
f=433920000,d=Remotes 433.92M
|
|
|
|
# EU433 Band (Europe, typically 433.05 MHz to 434.79 MHz)
|
|
# Scanning the approximate range 433.0 MHz to 434.8 MHz with 750kHz steps
|
|
a=433375000,b=434875000,s=750kHz,d=LoRa EU433
|
|
|
|
# EU868 Band (Europe, typically 863 MHz to 870 MHz, specific channels around 868 MHz)
|
|
# Targeting common LoRaWAN channel groups (approx 867.0 - 868.6 MHz) with 750kHz steps
|
|
a=867375000,b=868875000,s=750kHz,d=LoRa EU868
|
|
|
|
# US915 Band (North America, typically 902 MHz to 928 MHz, specific channels around 915 MHz)
|
|
a=902000000,b=928250000,s=750kHz,d=LoRa US915
|
|
|
|
# TETRA Band starts at 380,000,000 Hz, ends at 390,000,000 Hz.
|
|
a=380375000,b=390125000,s=750kHz,d=TETRA UP
|