mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-22 18:47:35 +08:00
88d623bedb
* 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>
93 lines
3.6 KiB
Markdown
93 lines
3.6 KiB
Markdown
# Wing Wing Z-84 Pixracer Build
|
|
|
|
The Wing Wing Z-84 is a flying wing frame.
|
|
It is small, rugged and just large enough to host a [Pixracer](../flight_controller/pixracer.md).
|
|
|
|
Key information:
|
|
|
|
- **Frame:** Wing Wing Z-84
|
|
- **Flight controller:** Pixracer
|
|
|
|

|
|
|
|
## Parts List
|
|
|
|
### Z-84 Plug n' Fly (PNF/PNP) or Kit
|
|
|
|
One of these:
|
|
- [Banggood](https://www.banggood.com/Wing-Wing-Z-84-Z84-EPO-845mm-Wingspan-Flying-Wing-PNP-p-973125.html)
|
|
- [Hobbyking US Warehouse](https://hobbyking.com/en_us/wing-wing-z-84-epo-845mm-kit.html)
|
|
|
|
:::tip
|
|
PNF (or "PNP") versions include motor, propeller and electronic speed controller.
|
|
The "kit" version does not include these components, which must be purchased separately.
|
|
:::
|
|
|
|
|
|
### Electronic Speed Controller (ESC)
|
|
|
|
One of these (any small (>=12A) ESC will do):
|
|
|
|
- [Turnigy 20A Brushed ESC ESC](https://hobbyking.com/en_us/turnigy-20a-brushed-esc.html) (Hobbyking)
|
|
- [Lumenier Regler 30A BLHeli_S ESC OPTO](https://www.getfpv.com/lumenier-30a-blheli-s-esc-opto-2-4s.html) (GetFPV)
|
|
|
|
### Autopilot and Essential Components
|
|
|
|
- [Pixracer](../flight_controller/pixracer.md) kit (including GPS and power module)
|
|
- FrSky D4R-II receiver or equivalent (jumpered to PPM sum output according to its manual)
|
|
- [Mini telemetry set](../flight_controller/pixfalcon.md#availability) for Holybro pix32
|
|
- [Digital airspeed sensor](../flight_controller/pixfalcon.md#availability) for Holybro pix32 / Pixfalcon
|
|
- 1800 mAh 2S LiPo Battery - e.g. [Team Orion 1800mAh 7.4V 50C 2S1P](https://teamorion.com/en/batteries-en/lipo/soft-case/team-orion-lipo-1800-2s-7-4v-50c-xt60-en/)
|
|
|
|
|
|
### Recommended spare parts
|
|
|
|
- 1 cm diameter O-ring for prop saver ([Hobbyking](https://hobbyking.com/en_us/wing-wing-z-84-o-ring-10pcs.html))
|
|
- 125x110 mm propellers ([Hobbyking](https://hobbyking.com/en_us/gws-ep-propeller-dd-5043-125x110mm-green-6pcs-set.html))
|
|
|
|
## Wiring
|
|
|
|
Wire the servos and motors as shown.
|
|
Use the `MAIN` outputs (not the ones labeled with AUX).
|
|
The motor controller needs to have an in-built BEC, as the autopilot is not powering the servo rail.
|
|
|
|
Port | Connection
|
|
--- | ---
|
|
RC IN | PPM or S.BUS / S.BUS2 input
|
|
MAIN 1 | Left Aileron
|
|
MAIN 2 | Right Aileron
|
|
MAIN 3 | Empty
|
|
MAIN 4 | Motor 1
|
|
|
|
|
|
## Build Log
|
|
|
|
The images below give a rough idea about the assembly process, which is simple and can be done with a hot glue gun.
|
|
|
|

|
|

|
|

|
|

|
|

|
|

|
|
|
|
## PX4 Configuration
|
|
|
|
### Airframe Configuration
|
|
|
|
Select **Flying Wing > Generic Flying Wing** in the QGroundControl [Airframe Configuration](../config/airframe.md):
|
|
|
|

|
|
|
|
### Actuator Mapping
|
|
|
|
Set up the [Actuator Configuration](../config/actuators.md) to match the wiring for the ailerons and throttle as [indicated above](#wiring).
|
|
|
|

|
|
|
|
### Other Configuration
|
|
|
|
Perform all the the other [Basic Configuration](../config/index.md), including [Autotuning](../config/autotune_fw.md).
|
|
|
|
Advanced tuning is optional - see [Fixed-wing Vehicle Configuration](../config_fw/index.md).
|