# Frequently Asked Questions

## How does Skynode broadcast the Remote ID?

Skynode is currently using WiFi beacon frames to broadcast the Remote ID Data. More details can be found on the page [How Remote ID works](/vehicle-operation/settings-and-maintenance/remote-id/how-remote-id-works.md).

## Can Skynode's WiFi still be used alongside Remote ID?

Currently it is not possible to use regular WiFi while Remote ID is enabled, since Auterion then cannot guarantee that the message interval is strictly lower than 1s at all times.

## Can Remote ID be disabled on Skynode?

Only developers and manufacturers can temporarily disable Remote ID.

## How can I set the vehicle serial number for Remote ID?

By default Auterion's Remote ID deterministically generates the vehicle serial number using Auterion's registered manufacturer code and Skynode's UUID. In AuterionOS version 2.5.5, these values cannot be modified. Starting with AuterionOS 2.7, the manufacturer code can be customized and an additional ID field added. For more details see the section on [how the vehicle serial number is calculated](/vehicle-operation/settings-and-maintenance/remote-id/how-remote-id-works.md).

## How is the timestamp in Remote ID messages set?

The timestamp is set by AuterionOS, using messages from either AMC or PX4 as a source.

The timestamp associated with the operator location message is equivalent to the timestamp of the positioning data in the most recent message from AMC. Likewise, the timestamp of the vehicle's position message will use the timestamp of APX4's location data.


---

# 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.auterion.com/vehicle-operation/settings-and-maintenance/remote-id/frequently-asked-questions.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.
