Updated Home (markdown)

master
sh123 2021-10-15 11:25:04 +03:00
rodzic f40c6de4b7
commit 9cef3d97bb
2 zmienionych plików z 18 dodań i 1 usunięć

@ -1 +0,0 @@
Welcome to the codec2_talkie wiki!

18
Introduction.md 100644

@ -0,0 +1,18 @@
**Turn your Android phone into real VHF/UHF Walkie-Talkie (requires additional digital radio modem).**
![alt text](https://raw.githubusercontent.com/sh123/codec2_talkie/5580111bce4b4eda082cee3de5da9788809ed854/images/diagram.png)
![alt text](https://raw.githubusercontent.com/sh123/codec2_talkie/5580111bce4b4eda082cee3de5da9788809ed854/images/screenshot.png)
![alt text](https://raw.githubusercontent.com/sh123/codec2_talkie/5580111bce4b4eda082cee3de5da9788809ed854/images/screenshot_settings.png)
This minimalistic Android application is a Walkie-Talkie style digital voice frontend for your radio, which uses open source [Codec2](https://github.com/drowe67/codec2) for speech audio frame encoding/decoding.
It is mainly intended for DV experimentation with ultra low cost 3-8$ radio modems, such as LoRa and 15-25$ esp32 board flavours with built-in LoRa module: T-Beam,
LoPy, TTGO, Heltec and others, but could also be used with custom hardware of software (Direwolf) modems + external transceivers or as a test harness for Codec2 frames generation and their playback.
![alt text](https://raw.githubusercontent.com/sh123/codec2_talkie/5580111bce4b4eda082cee3de5da9788809ed854/images/tracker.jpg)
Application connects to your radio KISS Bluetooth/USB/TCPIP modem, records speech from the phone microphone on transmit, encodes audio into Codec2 format, encapsulates into KISS frames and sends to your modem.
On receive, modem sends KISS packets to the phone with Codec2 speech, application decodes Codec2 frames and plays them through phone speaker.
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/USB/TCPIP interface for speech frames.