docs: add 4g modem example

This commit is contained in:
Alamoris
2020-01-27 12:51:12 +03:00
parent 4022eb773d
commit 647652f85f
3 changed files with 10 additions and 0 deletions

BIN
docs/assets/4g/huawei.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -8,6 +8,12 @@ The fourth generation mobile communication is a convenient tool for transmitting
Connect a 4G modem with SIM card to the USB port of your Raspberry Pi.
Note that when connected, the modem must be recognized in the system as a network card, without any additional settings.
4G modem example: *USB 4G Huawei E3372H*
<img src="../assets/4g/huawei.jpg" width=300 class="zoom center border">
> **Hint** We suggest using the UDP transfer protocol to control the drone, which provides less delay, at the cost of no guarantee of receiving the package, which is very important during the flight.
Create the VPN network keys to connect Raspberry Pi and the ground station.

View File

@@ -10,6 +10,10 @@
Обратите внимание, что при подключении, модем должен распознаваться в системе как сетевая карта, без каких либо дополнительных настроек.
Пример 4g модема: *USB 4G Huawei E3372H*
<img src="../assets/4g/huawei.jpg" width=300 class="zoom center border">
> **Hint** Для управления коптером предлагается использовать UDP протокол передачи, обеспечивающий меньшую задержку, ценой отсутствия гарантии получения пакета, что очень важно во время пилотирования коптера.
Сформируйте необходимые ключи VPN сети, для подключения Raspberry Pi и наземной станции.