Update README.md

pull/15/head
sh123 2020-12-06 12:42:41 +02:00 zatwierdzone przez GitHub
rodzic 4876436113
commit f1d7ab4e8e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -96,6 +96,9 @@ It is possible to use modem **in client mode** with other generic Linux ax25/apr
# CSMA Usage (experimental)
LoRa library, which is in use by this project does not implement CAD, but CSMAp is utilized by this project. TX path is executed only when there is no incoming data returned by `LoRa::parsePacket` and TX path is executed with probability p, configured by const `Loraprs::Service::CfgCsmaProbBoundary` in `loraprs_service.h`. Random value is picked between 0 and 255 and TX is executed only when it is lower than `CfgCsmaProbBoundary`. To decrease TX probability in case of high traffic use lower value.
# Digital voice communication by using Codec2
This modem could be used in conjuction with [Android Codec2 Walkie-Talkie](https://github.com/sh123/codec2_talkie), when application connects to the modem, instead of sending AX25 APRS packets it sends Codec2 speech encoded frames. This enables digital vocie communicaiton between one or multiple modems. Select appropriate lora spread factor `cfg.LoraSf` and bandwidth `cfg.LoraBw` depending on Codec2 speech rate from 450-3200 bps. For example, if you are using 450 bps mode and 20 kHz bandwidth then set spreading factor to 6,7 or 8. See data rate table above.
# Test Results
![alt text](images/setup.png)
- Antennas