├── .github └── FUNDING.yml ├── .gitignore ├── HW ├── CompatCable-2.png ├── CompatCable │ ├── CompatCable-OLD.pdf │ ├── CompatCable-cache.lib │ ├── CompatCable.kicad_pcb │ ├── CompatCable.kicad_prl │ ├── CompatCable.kicad_pro │ ├── CompatCable.kicad_sch │ ├── CompatCable.pdf │ └── CompatCable.pro ├── IC-705 SP MIC.png ├── Info 1.jpg ├── Is this correct?.png ├── Microphone Input to Line Level Adapter.pdf ├── Speaker-Out-To-Mic-In-Circuit.gif └── Xiaomi uses CTIA.jpeg ├── NewApp ├── 15-May-2022.adif ├── 2022-05-05 20.05.42.jpg ├── 2022-05-05 20.22.45.jpg ├── Chile-Screenshot_20220122-074818_FT8_Radio.png ├── README.md ├── Screenshot_20220122-080104_FT8_Radio.png ├── Screenshot_20220122-173449_FT8_Radio.png ├── adbkey_keygen_run_once.py ├── backup │ ├── qsologs2adif.py │ ├── requirements.txt │ └── retrieve_qso_log_file.py ├── qso_logs.txt ├── qso_logs_2.txt ├── uBITX-2022-01-02 17.21.56.jpg └── uBitx-v4-Dec-2020.JPG ├── README.md ├── RX-reports ├── 15m-RX-Screenshot_2021-11-18_14-10-22.png ├── 15m-RX-Screenshot_2021-11-18_19-11-55.png ├── 15m-Screenshot_2022-02-19_18-08-26.png ├── Canada-Screenshot_2021-12-19_19-32-36.png ├── DX100-Screenshot_2021-12-22_17-03-11.png ├── DX101-Screenshot_2021-12-22_17-15-21.png ├── Double-RX-15m-Screenshot_2021-11-21_17-50-34.png ├── Good-P-Screenshot_2021-12-19_11-00-25.png ├── Good-Propagation-Screenshot_2021-12-19_08-23-07.png ├── RX-Screenshot_2021-11-20_19-39-43.png ├── RX-Screenshot_2021-11-20_21-17-50.png ├── RX-Screenshot_2021-11-21_12-28-56.png ├── SITP actitivity - SWL in the partk - Screenshot_2021-12-07_12-22-13.png ├── Screenshot_2021-11-16_20-24-02.png ├── Screenshot_2021-11-18_15-22-58.png ├── Screenshot_2021-11-18_21-14-20.png ├── Screenshot_2021-11-18_21-37-36.png ├── Screenshot_2021-12-06_19-50-21.png ├── Screenshot_2021-12-09_12-04-36.png ├── Screenshot_2021-12-16_18-39-03.png ├── Screenshot_2021-12-21_19-00-30.png ├── Your reception reports (Table view) - PSKreporter.de.csv ├── Your reception reports (Table view) - PSKreporter.de.xlsx └── uSDX-With-App │ ├── 15m-Screenshot_2022-02-19_18-08-26.png │ ├── 15m │ └── Your reception reports (Table view) - PSKreporter.de.xlsx │ ├── Screenshot_2022-02-17_09-09-52.png │ ├── Screenshot_2022-02-17_09-10-07.png │ ├── Screenshot_2022-02-18_13-24-10.png │ ├── Screenshot_2022-02-18_18-10-36.png │ ├── Screenshot_2022-02-18_19-57-47.png │ ├── Your reception reports (Table view) - PSKreporter.de.xlsx │ ├── uSDX-RX-Peformance-Screenshot_2022-02-16_17-31-11.png │ ├── uSDX-RX-Quality-Screenshot_20220216-165135.png │ ├── uSDX-Screenshot_2022-02-16_21-15-15.png │ ├── uSDX-Screenshot_2022-02-16_21-35-33.png │ ├── uSDX-Screenshot_2022-02-16_22-18-39.png │ ├── uSDX-Screenshot_2022-02-17_09-31-59.png │ └── uSDX-Screenshot_2022-02-17_11-55-30.png ├── images ├── G90-G1M-digitalshack.org.png ├── OTGC.jpeg └── type-c-mini-otg-250x250-1.png ├── licenses └── LICENSE ├── misc ├── 1024.png ├── DuinoVOX-Schematic.png ├── FT8 Decoder-feature-graphic.png ├── FT8 Radio-feature-graphic.png ├── Ground-Loop-Isolator.jpg ├── Portronics USB 3.0 Hub with Type-C Cable - 2.jpg ├── Portronics_USB_3.0_Hub_Type_C_Cable.jpg ├── QHM623_USB_Sound_Card 2.jpg ├── QHM623_USB_Sound_Card_1.jpg ├── ic_launcher-playstore.png ├── ic_launcher.png ├── play_store_512.png ├── usb-logs-2.txt ├── usb-logs-ic-705.txt ├── usb-logs.txt └── xxxhdpi.png ├── pskreporter.cpp ├── pskreporter_orig.cpp ├── references └── wolphilinkmanual.pdf └── screenshots ├── 15m-Screenshot_2022-02-19_18-08-26.png ├── 2021-12-20 15.14.48.jpg ├── 2021-12-20 15.17.37.jpg ├── 2021-12-26 13.22.47.jpg ├── 2021-12-26 13.27.03.jpg ├── 2021-12-26 13.31.03.jpg ├── App-Settings-1.png ├── ClockSync-1.png ├── Screenshot_20220128-133525.png ├── new-screencap-0.jpg ├── new-screencap-1.jpg ├── new-screencap-2.jpg ├── screencap-0.png ├── screencap-1.png ├── screencap-2.png └── screencap-3.png /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | github: kholia 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/.gitignore -------------------------------------------------------------------------------- /HW/CompatCable-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/HW/CompatCable-2.png -------------------------------------------------------------------------------- /HW/CompatCable/CompatCable-OLD.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/HW/CompatCable/CompatCable-OLD.pdf -------------------------------------------------------------------------------- /HW/CompatCable/CompatCable-cache.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/HW/CompatCable/CompatCable-cache.lib -------------------------------------------------------------------------------- /HW/CompatCable/CompatCable.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/HW/CompatCable/CompatCable.kicad_pcb -------------------------------------------------------------------------------- /HW/CompatCable/CompatCable.kicad_prl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/HW/CompatCable/CompatCable.kicad_prl -------------------------------------------------------------------------------- /HW/CompatCable/CompatCable.kicad_pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/HW/CompatCable/CompatCable.kicad_pro -------------------------------------------------------------------------------- /HW/CompatCable/CompatCable.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/HW/CompatCable/CompatCable.kicad_sch -------------------------------------------------------------------------------- /HW/CompatCable/CompatCable.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/HW/CompatCable/CompatCable.pdf -------------------------------------------------------------------------------- /HW/CompatCable/CompatCable.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/HW/CompatCable/CompatCable.pro -------------------------------------------------------------------------------- /HW/IC-705 SP MIC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/HW/IC-705 SP MIC.png -------------------------------------------------------------------------------- /HW/Info 1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/HW/Info 1.jpg -------------------------------------------------------------------------------- /HW/Is this correct?.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/HW/Is this correct?.png -------------------------------------------------------------------------------- /HW/Microphone Input to Line Level Adapter.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/HW/Microphone Input to Line Level Adapter.pdf -------------------------------------------------------------------------------- /HW/Speaker-Out-To-Mic-In-Circuit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/HW/Speaker-Out-To-Mic-In-Circuit.gif -------------------------------------------------------------------------------- /HW/Xiaomi uses CTIA.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/HW/Xiaomi uses CTIA.jpeg -------------------------------------------------------------------------------- /NewApp/15-May-2022.adif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/NewApp/15-May-2022.adif -------------------------------------------------------------------------------- /NewApp/2022-05-05 20.05.42.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/NewApp/2022-05-05 20.05.42.jpg -------------------------------------------------------------------------------- /NewApp/2022-05-05 20.22.45.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/NewApp/2022-05-05 20.22.45.jpg -------------------------------------------------------------------------------- /NewApp/Chile-Screenshot_20220122-074818_FT8_Radio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/NewApp/Chile-Screenshot_20220122-074818_FT8_Radio.png -------------------------------------------------------------------------------- /NewApp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/NewApp/README.md -------------------------------------------------------------------------------- /NewApp/Screenshot_20220122-080104_FT8_Radio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/NewApp/Screenshot_20220122-080104_FT8_Radio.png -------------------------------------------------------------------------------- /NewApp/Screenshot_20220122-173449_FT8_Radio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/NewApp/Screenshot_20220122-173449_FT8_Radio.png -------------------------------------------------------------------------------- /NewApp/adbkey_keygen_run_once.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/NewApp/adbkey_keygen_run_once.py -------------------------------------------------------------------------------- /NewApp/backup/qsologs2adif.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/NewApp/backup/qsologs2adif.py -------------------------------------------------------------------------------- /NewApp/backup/requirements.txt: -------------------------------------------------------------------------------- 1 | adb-shell 2 | -------------------------------------------------------------------------------- /NewApp/backup/retrieve_qso_log_file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/NewApp/backup/retrieve_qso_log_file.py -------------------------------------------------------------------------------- /NewApp/qso_logs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/NewApp/qso_logs.txt -------------------------------------------------------------------------------- /NewApp/qso_logs_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/NewApp/qso_logs_2.txt -------------------------------------------------------------------------------- /NewApp/uBITX-2022-01-02 17.21.56.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/NewApp/uBITX-2022-01-02 17.21.56.jpg -------------------------------------------------------------------------------- /NewApp/uBitx-v4-Dec-2020.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/NewApp/uBitx-v4-Dec-2020.JPG -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/README.md -------------------------------------------------------------------------------- /RX-reports/15m-RX-Screenshot_2021-11-18_14-10-22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/RX-reports/15m-RX-Screenshot_2021-11-18_14-10-22.png -------------------------------------------------------------------------------- /RX-reports/15m-RX-Screenshot_2021-11-18_19-11-55.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/RX-reports/15m-RX-Screenshot_2021-11-18_19-11-55.png -------------------------------------------------------------------------------- /RX-reports/15m-Screenshot_2022-02-19_18-08-26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/RX-reports/15m-Screenshot_2022-02-19_18-08-26.png -------------------------------------------------------------------------------- /RX-reports/Canada-Screenshot_2021-12-19_19-32-36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/RX-reports/Canada-Screenshot_2021-12-19_19-32-36.png -------------------------------------------------------------------------------- /RX-reports/DX100-Screenshot_2021-12-22_17-03-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/RX-reports/DX100-Screenshot_2021-12-22_17-03-11.png -------------------------------------------------------------------------------- /RX-reports/DX101-Screenshot_2021-12-22_17-15-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/RX-reports/DX101-Screenshot_2021-12-22_17-15-21.png -------------------------------------------------------------------------------- /RX-reports/Double-RX-15m-Screenshot_2021-11-21_17-50-34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/RX-reports/Double-RX-15m-Screenshot_2021-11-21_17-50-34.png -------------------------------------------------------------------------------- /RX-reports/Good-P-Screenshot_2021-12-19_11-00-25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/RX-reports/Good-P-Screenshot_2021-12-19_11-00-25.png -------------------------------------------------------------------------------- /RX-reports/Good-Propagation-Screenshot_2021-12-19_08-23-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/RX-reports/Good-Propagation-Screenshot_2021-12-19_08-23-07.png -------------------------------------------------------------------------------- /RX-reports/RX-Screenshot_2021-11-20_19-39-43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/RX-reports/RX-Screenshot_2021-11-20_19-39-43.png -------------------------------------------------------------------------------- /RX-reports/RX-Screenshot_2021-11-20_21-17-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/RX-reports/RX-Screenshot_2021-11-20_21-17-50.png -------------------------------------------------------------------------------- /RX-reports/RX-Screenshot_2021-11-21_12-28-56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/RX-reports/RX-Screenshot_2021-11-21_12-28-56.png -------------------------------------------------------------------------------- /RX-reports/SITP actitivity - SWL in the partk - Screenshot_2021-12-07_12-22-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/RX-reports/SITP actitivity - SWL in the partk - Screenshot_2021-12-07_12-22-13.png -------------------------------------------------------------------------------- /RX-reports/Screenshot_2021-11-16_20-24-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/RX-reports/Screenshot_2021-11-16_20-24-02.png -------------------------------------------------------------------------------- /RX-reports/Screenshot_2021-11-18_15-22-58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/RX-reports/Screenshot_2021-11-18_15-22-58.png -------------------------------------------------------------------------------- /RX-reports/Screenshot_2021-11-18_21-14-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/RX-reports/Screenshot_2021-11-18_21-14-20.png -------------------------------------------------------------------------------- /RX-reports/Screenshot_2021-11-18_21-37-36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/RX-reports/Screenshot_2021-11-18_21-37-36.png -------------------------------------------------------------------------------- /RX-reports/Screenshot_2021-12-06_19-50-21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/RX-reports/Screenshot_2021-12-06_19-50-21.png -------------------------------------------------------------------------------- /RX-reports/Screenshot_2021-12-09_12-04-36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/RX-reports/Screenshot_2021-12-09_12-04-36.png -------------------------------------------------------------------------------- /RX-reports/Screenshot_2021-12-16_18-39-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/RX-reports/Screenshot_2021-12-16_18-39-03.png -------------------------------------------------------------------------------- /RX-reports/Screenshot_2021-12-21_19-00-30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/RX-reports/Screenshot_2021-12-21_19-00-30.png -------------------------------------------------------------------------------- /RX-reports/Your reception reports (Table view) - PSKreporter.de.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/RX-reports/Your reception reports (Table view) - PSKreporter.de.csv -------------------------------------------------------------------------------- /RX-reports/Your reception reports (Table view) - PSKreporter.de.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/RX-reports/Your reception reports (Table view) - PSKreporter.de.xlsx -------------------------------------------------------------------------------- /RX-reports/uSDX-With-App/15m-Screenshot_2022-02-19_18-08-26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/RX-reports/uSDX-With-App/15m-Screenshot_2022-02-19_18-08-26.png -------------------------------------------------------------------------------- /RX-reports/uSDX-With-App/15m/Your reception reports (Table view) - PSKreporter.de.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/RX-reports/uSDX-With-App/15m/Your reception reports (Table view) - PSKreporter.de.xlsx -------------------------------------------------------------------------------- /RX-reports/uSDX-With-App/Screenshot_2022-02-17_09-09-52.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/RX-reports/uSDX-With-App/Screenshot_2022-02-17_09-09-52.png -------------------------------------------------------------------------------- /RX-reports/uSDX-With-App/Screenshot_2022-02-17_09-10-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/RX-reports/uSDX-With-App/Screenshot_2022-02-17_09-10-07.png -------------------------------------------------------------------------------- /RX-reports/uSDX-With-App/Screenshot_2022-02-18_13-24-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/RX-reports/uSDX-With-App/Screenshot_2022-02-18_13-24-10.png -------------------------------------------------------------------------------- /RX-reports/uSDX-With-App/Screenshot_2022-02-18_18-10-36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/RX-reports/uSDX-With-App/Screenshot_2022-02-18_18-10-36.png -------------------------------------------------------------------------------- /RX-reports/uSDX-With-App/Screenshot_2022-02-18_19-57-47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/RX-reports/uSDX-With-App/Screenshot_2022-02-18_19-57-47.png -------------------------------------------------------------------------------- /RX-reports/uSDX-With-App/Your reception reports (Table view) - PSKreporter.de.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/RX-reports/uSDX-With-App/Your reception reports (Table view) - PSKreporter.de.xlsx -------------------------------------------------------------------------------- /RX-reports/uSDX-With-App/uSDX-RX-Peformance-Screenshot_2022-02-16_17-31-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/RX-reports/uSDX-With-App/uSDX-RX-Peformance-Screenshot_2022-02-16_17-31-11.png -------------------------------------------------------------------------------- /RX-reports/uSDX-With-App/uSDX-RX-Quality-Screenshot_20220216-165135.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/RX-reports/uSDX-With-App/uSDX-RX-Quality-Screenshot_20220216-165135.png -------------------------------------------------------------------------------- /RX-reports/uSDX-With-App/uSDX-Screenshot_2022-02-16_21-15-15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/RX-reports/uSDX-With-App/uSDX-Screenshot_2022-02-16_21-15-15.png -------------------------------------------------------------------------------- /RX-reports/uSDX-With-App/uSDX-Screenshot_2022-02-16_21-35-33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/RX-reports/uSDX-With-App/uSDX-Screenshot_2022-02-16_21-35-33.png -------------------------------------------------------------------------------- /RX-reports/uSDX-With-App/uSDX-Screenshot_2022-02-16_22-18-39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/RX-reports/uSDX-With-App/uSDX-Screenshot_2022-02-16_22-18-39.png -------------------------------------------------------------------------------- /RX-reports/uSDX-With-App/uSDX-Screenshot_2022-02-17_09-31-59.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/RX-reports/uSDX-With-App/uSDX-Screenshot_2022-02-17_09-31-59.png -------------------------------------------------------------------------------- /RX-reports/uSDX-With-App/uSDX-Screenshot_2022-02-17_11-55-30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/RX-reports/uSDX-With-App/uSDX-Screenshot_2022-02-17_11-55-30.png -------------------------------------------------------------------------------- /images/G90-G1M-digitalshack.org.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/images/G90-G1M-digitalshack.org.png -------------------------------------------------------------------------------- /images/OTGC.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/images/OTGC.jpeg -------------------------------------------------------------------------------- /images/type-c-mini-otg-250x250-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/images/type-c-mini-otg-250x250-1.png -------------------------------------------------------------------------------- /licenses/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/licenses/LICENSE -------------------------------------------------------------------------------- /misc/1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/misc/1024.png -------------------------------------------------------------------------------- /misc/DuinoVOX-Schematic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/misc/DuinoVOX-Schematic.png -------------------------------------------------------------------------------- /misc/FT8 Decoder-feature-graphic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/misc/FT8 Decoder-feature-graphic.png -------------------------------------------------------------------------------- /misc/FT8 Radio-feature-graphic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/misc/FT8 Radio-feature-graphic.png -------------------------------------------------------------------------------- /misc/Ground-Loop-Isolator.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/misc/Ground-Loop-Isolator.jpg -------------------------------------------------------------------------------- /misc/Portronics USB 3.0 Hub with Type-C Cable - 2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/misc/Portronics USB 3.0 Hub with Type-C Cable - 2.jpg -------------------------------------------------------------------------------- /misc/Portronics_USB_3.0_Hub_Type_C_Cable.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/misc/Portronics_USB_3.0_Hub_Type_C_Cable.jpg -------------------------------------------------------------------------------- /misc/QHM623_USB_Sound_Card 2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/misc/QHM623_USB_Sound_Card 2.jpg -------------------------------------------------------------------------------- /misc/QHM623_USB_Sound_Card_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/misc/QHM623_USB_Sound_Card_1.jpg -------------------------------------------------------------------------------- /misc/ic_launcher-playstore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/misc/ic_launcher-playstore.png -------------------------------------------------------------------------------- /misc/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/misc/ic_launcher.png -------------------------------------------------------------------------------- /misc/play_store_512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/misc/play_store_512.png -------------------------------------------------------------------------------- /misc/usb-logs-2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/misc/usb-logs-2.txt -------------------------------------------------------------------------------- /misc/usb-logs-ic-705.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/misc/usb-logs-ic-705.txt -------------------------------------------------------------------------------- /misc/usb-logs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/misc/usb-logs.txt -------------------------------------------------------------------------------- /misc/xxxhdpi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/misc/xxxhdpi.png -------------------------------------------------------------------------------- /pskreporter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/pskreporter.cpp -------------------------------------------------------------------------------- /pskreporter_orig.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/pskreporter_orig.cpp -------------------------------------------------------------------------------- /references/wolphilinkmanual.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/references/wolphilinkmanual.pdf -------------------------------------------------------------------------------- /screenshots/15m-Screenshot_2022-02-19_18-08-26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/screenshots/15m-Screenshot_2022-02-19_18-08-26.png -------------------------------------------------------------------------------- /screenshots/2021-12-20 15.14.48.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/screenshots/2021-12-20 15.14.48.jpg -------------------------------------------------------------------------------- /screenshots/2021-12-20 15.17.37.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/screenshots/2021-12-20 15.17.37.jpg -------------------------------------------------------------------------------- /screenshots/2021-12-26 13.22.47.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/screenshots/2021-12-26 13.22.47.jpg -------------------------------------------------------------------------------- /screenshots/2021-12-26 13.27.03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/screenshots/2021-12-26 13.27.03.jpg -------------------------------------------------------------------------------- /screenshots/2021-12-26 13.31.03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/screenshots/2021-12-26 13.31.03.jpg -------------------------------------------------------------------------------- /screenshots/App-Settings-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/screenshots/App-Settings-1.png -------------------------------------------------------------------------------- /screenshots/ClockSync-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/screenshots/ClockSync-1.png -------------------------------------------------------------------------------- /screenshots/Screenshot_20220128-133525.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/screenshots/Screenshot_20220128-133525.png -------------------------------------------------------------------------------- /screenshots/new-screencap-0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/screenshots/new-screencap-0.jpg -------------------------------------------------------------------------------- /screenshots/new-screencap-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/screenshots/new-screencap-1.jpg -------------------------------------------------------------------------------- /screenshots/new-screencap-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/screenshots/new-screencap-2.jpg -------------------------------------------------------------------------------- /screenshots/screencap-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/screenshots/screencap-0.png -------------------------------------------------------------------------------- /screenshots/screencap-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/screenshots/screencap-1.png -------------------------------------------------------------------------------- /screenshots/screencap-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/screenshots/screencap-2.png -------------------------------------------------------------------------------- /screenshots/screencap-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kholia/DigitalRadioReceiverSupport/HEAD/screenshots/screencap-3.png --------------------------------------------------------------------------------