mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
* Add vitepress tree * Update existing workflows so they dont trigger on changes in the docs path * Add nojekyll, package.json, LICENCE etc * Add crowdin docs upload/download scripts * Add docs flaw checker workflows * Used docs prefix for docs workflows * Crowdin obvious fixes * ci: docs move to self hosted runner runs on a beefy server for faster builds Signed-off-by: Ramon Roche <mrpollo@gmail.com> * ci: don't run build action for docs or ci changes Signed-off-by: Ramon Roche <mrpollo@gmail.com> * ci: update runners Signed-off-by: Ramon Roche <mrpollo@gmail.com> * Add docs/en * Add docs assets and scripts * Fix up editlinks to point to PX4 sources * Download just the translations that are supported * Add translation sources for zh, uk, ko * Update latest tranlsation and uorb graphs * update vitepress to latest --------- Signed-off-by: Ramon Roche <mrpollo@gmail.com> Co-authored-by: Ramon Roche <mrpollo@gmail.com>
166 lines
12 KiB
Markdown
166 lines
12 KiB
Markdown
# Модуль WiFi ESP32
|
||
|
||
## Загальний огляд
|
||
|
||
ESP32 є легкодоступними модулями WiFi з присвяченими інтерфейсами UART, SPI та I2C, повним стеком TCP/IP та можливістю мікроконтролера.
|
||
They usually come without firmware, but _DroneBridge for ESP32_ can be installed to enable them as a transparent and bi-directional serial to WiFi bridge.
|
||
This allows them to be used as a [WiFi telemetry](../telemetry/telemetry_wifi.md) module with any Pixhawk series controller.
|
||
|
||
They can alternatively be used in a special ESP-NOW Mode that enables ranges of up to 1km+, albeit at lower data rates.
|
||
|
||
The typical range depends on the antenna and environment:
|
||
|
||
- WiFi-Modes: ~50m-200m
|
||
- ESP-NOW Modes: 300m-1km+
|
||
|
||
### WiFi Network
|
||
|
||
_DroneBridge for ESP32_ supports standard WiFi connections to an access point but can also operate as a standalone access point.
|
||
|
||

|
||
|
||
### ESP-NOW Network
|
||
|
||
The ESP-NOW mode offers a connectionless and encrypted alternative to traditional WiFi.
|
||
While the data rate is reduced to < 250 kbit/s the range is increased up to 1 km.
|
||
This mode has no limit on how many autopilot clients are connected.
|
||
Only channel capacity and processing capacity limit the number of clients.
|
||
|
||

|
||
|
||
:::info
|
||
ESP-NOW requires ESP32 devices on the GCS side as well as on the autopilot side.
|
||
:::
|
||
|
||
## Функції
|
||
|
||
- Bidirectional: serial-to-WiFi, serial-to-WiFi Long-Range (LR), serial-to-ESP-NOW link
|
||
- Support for MAVLink, MSP, LTM or any other payload using transparent option
|
||
- Affordable, Reliable & low latency
|
||
- Weight: < 8g
|
||
- Up to 150m range using standard WiFi
|
||
- Up to 1km of range using ESP-NOW or Wi-Fi LR Mode - sender & receiver must be ESP32 with LR-Mode enabled
|
||
- Fully encrypted in all modes including ESP-NOW broadcasts secured using AES-GCM 256 bit!
|
||
- Support for drone swarms of almost any size using ESP-NOW with its custom & encrypted broadcast mode
|
||
- Supported by: QGroundControl, Mission Planner, mwptools, impload etc.
|
||
- Easy to set up: Power connection + UART connection to flight controller
|
||
- Fully configurable through an easy-to-use web interface
|
||
- Parsing of LTM & MSPv2 for more reliable connection and less packet loss
|
||
- Parsing of MAVLink with the injection of radio status packets for the display of RSSI in the GCS
|
||
- Fully transparent telemetry down-link option
|
||
|
||
:::info
|
||
[You can find all the latest information on the current version of _DroneBridge for ESP32_ on the official website.](https://dronebridge.github.io/ESP32/)
|
||
:::
|
||
|
||
## Рекомендоване обладнання
|
||
|
||
_DroneBridge for ESP32_ can run on almost all ESP32 development boards.
|
||
Boards and modules with an external antenna connector are recommended since these will offer more range.
|
||
|
||
:::warning
|
||
Some ESP32 modules support 3.3V power supply input, while many flight controllers output at 5V (e.g. Pixhawk 4).
|
||
Вам потрібно буде перевірити сумісність та знизити напругу, якщо це потрібно.
|
||
:::
|
||
|
||
:::tip
|
||
The _DroneBridge for ESP32_ project recommends using [Officially Supported and Tested Boards](https://dronebridge.github.io/ESP32/).
|
||
These are small, low in price, have Pixhawk-standard port for connecting to Pixhawk flight controllers, and come with _DroneBridge for ESP32_ firmware pre-installed.
|
||
:::
|
||
|
||
Other ESP32 Boards that have been tested with versions of _DroneBridge for ESP32_ (but receive no official support):
|
||
|
||
- [ESP32-C3-DevKitM-1](https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32c3/esp32-c3-devkitm-1/index.html)
|
||
- [ESP32-S3-DevKitC-1](https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32s3/esp32-s3-devkitc-1/index.html)
|
||
- [NodeMCU ESP32S](https://www.waveshare.com/nodemcu-32s.htm)
|
||
|
||
## Installing/Updating the Firmware
|
||
|
||
An [easy-to-use online flashing tool](https://dronebridge.github.io/ESP32/install.html) is available on the official website.
|
||
Use a Chrome-based browser, connect your ESP32 via USB to your computer, and click flash!
|
||
|
||
For more detailed flashing instructions see [DroneBridge for ESP32 > Installation](https://dronebridge.gitbook.io/docs/dronebridge-for-esp32/installation) (DroneBridge Docs).
|
||
|
||
## Підключення
|
||
|
||
When using one of the official boards with a Pixhawk flight controller it is as simple as plugging the provided cable from `TELEM1` on the ESP32 to the `TELEM1` or `TELEM2` port on the FC.
|
||
|
||
For ESP boards that don't have a `TELEM` port you need to manually wire to a serial port on the FC (e.g. `TELEM1` or `TELEM2`).
|
||
The diagram below provides an outline of how you would wire up the connections.
|
||
|
||

|
||
|
||
- Connect UART of ESP32 to a UART of your autopilot (ie. `TELEM1` or `TELEM2` port).
|
||
Make sure the voltage levels match!
|
||
- RX до TX
|
||
- GND до GND
|
||
- Stable 3.3V or 5V power supply to the ESP32 (depending on the available inputs of your ESP32 and capabilities of the autopilot)
|
||
- Set the autopilot port to MAVLINK 1 or 2 protocol.
|
||
|
||
::: info
|
||
|
||
- Follow the ESP32 board manufacturer recommendations on power supply.
|
||
Деякі плати можуть мати проблеми, якщо вони одночасно підключені до джерела живлення 5 В та мають підключений кабель USB до USB/серійного мосту (роз'єм USB плати розробника ESP32).
|
||
- Деякі виробники ESP32 DevKits використовують неправильні мітки для контактів на своїх продуктах.
|
||
Make sure that the PINs on your board are labelled correctly if you encounter issues.
|
||
|
||
:::
|
||
|
||
## Configuring PX4
|
||
|
||
Configure the Flight controller port that is wired to the ESP32 to have MAVLink set as the protocol and to have the same baud rate as the ESP32.
|
||
The Pixhawk `TELEM1` and `TELEM2` ports are configured for [MAVLink by default](../peripherals/mavlink_peripherals.md#default-mavlink-ports) but you will still need to set the rates.
|
||
|
||
For `TELEM1` you might set the values like this:
|
||
|
||
- `SER_TEL1_BAUD`: 115200 8N1
|
||
- `MAV_0_RATE`: 24000 (can be increased optionally)
|
||
|
||
For more information, and using other ports, see [MAVLink Peripherals](../peripherals/mavlink_peripherals.md) and [Serial Port Configuration](../peripherals/serial_configuration.md)
|
||
|
||
## Налаштування DroneBridge для ESP32
|
||
|
||
Once _DroneBridge for ESP32_ is flashed it initially will provide a Wifi access point that you can connect to.
|
||
Once connected you can access the configuration page using your browser. The address of the configuration page is `http://dronebridge.local` or `192.168.2.1`.
|
||
|
||

|
||
|
||
The _DroneBridge for ESP32_ default configuration should work for connecting to PX4 "out of the box".
|
||
For the Official HW1.x Boards the configuration is: `UART TX Pin: 5`, `UART RX Pin: 4`, `UART RTS Pin: 6`, `UART CTS Pin: 7`
|
||
|
||
Єдине налаштування, яке може бути потрібним, - це забезпечення відповідності швидкостей передачі ESP32 та контролера польоту.
|
||
|
||
Вам слід змінити ці налаштування, якщо ви хочете використовувати різні контакти на ESP32, іншу конфігурацію WiFi або налаштувати розмір пакета.
|
||
A lower packet size means more overhead and load on the system, less latency, and faster recovery from a lost packet.
|
||
|
||
### Supported Modes
|
||
|
||
| **MavLink Index** | **DroneBridge for ESP32 Mode** | **Encryption** | **Description** | **Notes** |
|
||
| ----------------- | ------------------------------ | ------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||
| 1 | WiFi Access Point Mode | WPA2 PSK | ESP32 launches classic WiFi access point using 802.11b rates | Any WiFi device can connect |
|
||
| 2 | WiFi Client Mode | min. WEP | ESP32 connects to an existing WiFi access point. LR Mode supported | Encryption defined by access point. Multiple drones can connect to one AP and GCS. 802.11b rates |
|
||
| 3 | WiFi Access Point Mode LR | WPA2 PSK | ESP32 launches WiFi access point mode using espressifs LR mode | Only ESP32 LR Mode enabled devices can detect and connect to the access point. Data rate is reduced to 0.25Mbit. Range is greatly increased. |
|
||
| 4 | ESP-NOW LR Mode AIR | AES256-GCM | ESP32 is able to receive ESP-NOW broadcast packets from any GCS in the area and forwards them to the UART. Broadcasts to all GND stations in the area. | Connectionless protocol. Data rate is reduced to 0.25Mbit. Range is greatly increased compared to WiFi modes. Custom encryption mode for ESP-NOW broadcasts and protocol. |
|
||
| 5 | ESP-NOW LR Mode GND | AES256-GCM | ESP32 is able to receive ESP-NOW broadcast packets from any drone in the area and forwards them to the UART. Broadcasts to all AIR stations in the area. | Connectionless protocol. Data rate is reduced to 0.25Mbit. Range greatly increased compared to WiFi modes. Custom encryption mode for ESP-NOW broadcasts and protocol. |
|
||
|
||
When changing the mode using a GCS and the MavLink parameter protocol instead of the web interface, the `MavLink Index` is the number associated with the parameter `SYS_ESP32_MODE`.
|
||
|
||
## Configuring the Ground Control Station
|
||
|
||
QGroundControl should auto-detect the connection and no further actions should be necessary (_DroneBridge for ESP32_ automatically forwards data from all connected WiFi devices via UDP to port 14550).
|
||
|
||
Доступні наступні параметри модулів:
|
||
|
||
- UDP unicast on port `14550` to all connected devices.
|
||
- TCP on port `5760`
|
||
|
||
### REST API
|
||
|
||
DroneBridge for ESP32 offers a REST API that allows you to read and write configuration options.
|
||
|
||
For more information see: [DroneBridge for ESP32 > Developer & API Documentation](https://dronebridge.gitbook.io/docs/dronebridge-for-esp32/developer-and-api-documentation).
|
||
|
||
## Усунення проблем
|
||
|
||
See [Troubleshooting & Help](https://dronebridge.gitbook.io/docs/dronebridge-for-esp32/troubleshooting-help) (DroneBridge Docs).
|