diff --git a/README.md b/README.md index 452ec15..1b561aa 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Android Codec2 Walkie-Talkie Android KISS Bluetooth modem client for Amateur Radio digital voice communication by using open source Codec2. +![alt text](images/screenshot.jpg) + # Introduction This Android application is a digital voice frontend for your radio. It connects to your radio KISS Bluetooth 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 or any other radio. Radio just needs to expose KISS Bluetooth interface. diff --git a/images/screenshot.jpg b/images/screenshot.jpg new file mode 100644 index 0000000..1a7ed07 Binary files /dev/null and b/images/screenshot.jpg differ