# Firmware Support

{% hint style="info" %}
The Holybro RemoteID uses the ArduRemoteID FW, the firmware is already installed on the module. The latest version can be found here: <https://github.com/ArduPilot/ArduRemoteID/releases>
{% endhint %}

### Ardupilot

Ardupilot has support for Remote ID in version 4.x and newer. See this link for more information: <https://ardupilot.org/dev/docs/opendroneid.html#opendroneid>

### PX4

PX4 has support for Remote ID in version PX4 v1.14 and newer. See this link for more information: <https://docs.px4.io/main/en/peripherals/remote_id.html>

### Android app

You can use the free OpenDroneID OSM Android app to view the DroneBeacon Remote ID signals: <https://play.google.com/store/apps/details?id=org.opendroneid.android_osm>

{% hint style="info" %}
Not all Android smartphones support reception of Bluetooth Long Range and/or WLAN NaN signals. A list of supported smartphones is presented, in the link below.

<https://github.com/opendroneid/receiver-android/blob/master/supported-smartphones.md>
{% endhint %}

### Open Drone ID

The ArduRemoteID firmware uses the Open Drone ID framework to broadcast Remote ID signals. The framework can be found on this page: <https://www.opendroneid.org/>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.holybro.com/radio/remote-id/firmware-support.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
