Turn your Android phone into real VHF/UHF Walkie-Talkie (requires additional digital radio hardware/software modem)
Go to file
sh123 c67b4096bc
Create main.yml
2020-12-10 13:40:27 +02:00
.github/workflows Create main.yml 2020-12-10 13:40:27 +02:00
codec2talkie Send out complete kiss frames 2020-12-10 12:10:03 +02:00
gradle/wrapper Initial commit 2020-11-28 16:47:52 +02:00
images Updated screenshot 2020-12-09 21:21:48 +02:00
libcodec2-android Enable dynamic mode set 2020-12-05 20:48:41 +02:00
LICENSE Initial commit 2020-12-06 11:08:09 +02:00
README.md Update README.md 2020-12-09 19:18:00 +02:00
build.gradle Integrate usb-serial-for-android library into the project 2020-12-07 15:44:08 +02:00
buildconfig.default.properties Integrate libcodec2-android into the repo 2020-12-05 18:46:15 +02:00
gradle.properties Initial commit 2020-11-28 16:47:52 +02:00
gradlew Initial commit 2020-11-28 16:47:52 +02:00
gradlew.bat Initial commit 2020-11-28 16:47:52 +02:00
settings.gradle Integrate libcodec2-android into the repo 2020-12-05 18:46:15 +02:00

README.md

Android Codec2 Walkie-Talkie

Minimalistic Android KISS Bluetooth/USB modem client for Amateur Radio DV (digital voice) communication by using open source Codec2.

alt text

Introduction

This minimalistic Android application is a digital voice frontend for your radio. It connects to your radio KISS Bluetooth/USB modem, sends and receives Codec2 audio frames, which are encapsulated inside KISS frames. It does not deal with radio management, modulation, etc, it is up to your modem and radio, it could be just AFSK1200, GMSK 9600, LoRa, FSK, FreeDV or any other modulation scheme. Radio just needs to expose KISS Bluetooth interface for speech frames.

Requirements

  • Android 6.0 (API 23) or higher
  • Modem or transceiver which supports KISS protocol over Bluetooth or USB

Features

  • PTT button, push and talk, Codec2 speech frames will be transmitted to the modem
  • USB serial connectivity (115200 bps, 8 data bits, 1 stop bit, no parity), just select this app after connecting to USB and it will use given connection
  • Bluetooth connectivity on startup, lists paired devices, so you can choose your modem and connect, you need to pair with your Bluetooth device first from Android Bluetooth Settings
  • Voice codec2 mode selection, which allows you to select various codec2 modes from 450 up to 3200 bps.
  • Codec2 loopback mode, which records and plays your recorded voice back to test and evaluate different Codec2 modes and speech quality

Suitable radios and modems

Related Projects

TODO

  • Parrot mode, so speech coming from aether will be transmitted back (testing or digirepeating)
  • QSO log, voicemail style recording of incoming speech so that incoming transmissions are not missed
  • Separate settings to avoid repeated operations
    • Override default USB serial parameters
    • Default Bluetooth device name to connect upon startup
    • Default codec2 bitrate on startup
    • Settings for parrot mode
    • Settings for QSO log