Skip to content

Commit

Permalink
Update PX4 Firmware metadata Fri Sep 20 15:40:17 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
PX4BuildBot committed Sep 20, 2024
1 parent 7a0ef8a commit d5b5925
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 6 deletions.
16 changes: 16 additions & 0 deletions en/advanced_config/parameter_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -28012,6 +28012,22 @@ Reboot | minValue | maxValue | increment | default | unit
--- | --- | --- | --- | --- | ---
✓ | | | | Disabled (0) |

### SENS_EN_AUAVX (`INT32`) {#SENS_EN_AUAVX}

Amphenol AUAV differential / absolute pressure sensor (external I2C).

**Values:**

- `0`: Sensor disabled, when explicitly started treated as AUAV L05D
- `1`: AUAV L05D
- `2`: AUAV L10D
- `3`: AUAV L30D


Reboot | minValue | maxValue | increment | default | unit
--- | --- | --- | --- | --- | ---
✓ | | | | 0 |

### SENS_EN_BAROSIM (`INT32`) {#SENS_EN_BAROSIM}

Enable simulated barometer sensor instance.
Expand Down
24 changes: 24 additions & 0 deletions en/modules/modules_driver_airspeed_sensor.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,30 @@ asp5033 <command> [arguments...]
status print status info
```
## auav
Source: [drivers/differential_pressure/auav](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/differential_pressure/auav)

<a id="auav_usage"></a>
### Usage
```
auav <command> [arguments...]
Commands:
start
[-D] Differential pressure sensing
[-A] Absolute pressure sensing
[-I] Internal I2C bus(es)
[-X] External I2C bus(es)
[-b <val>] board-specific bus (default=all) (external SPI: n-th bus
(default=1))
[-f <val>] bus frequency in kHz
[-q] quiet startup (no message if no device found)
[-a <val>] I2C address
default: 38
stop
status print status info
```
## ets_airspeed
Source: [drivers/differential_pressure/ets](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers/differential_pressure/ets)

Expand Down
2 changes: 1 addition & 1 deletion public/middleware/graph_full.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/middleware/graph_full_no_mavlink.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/middleware/graph_px4_fmu-v2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/middleware/graph_px4_fmu-v4.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/middleware/graph_px4_fmu-v5.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/middleware/graph_px4_sitl.json

Large diffs are not rendered by default.

0 comments on commit d5b5925

Please sign in to comment.