> For the complete documentation index, see [llms.txt](https://navixy.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://navixy.com/docs/user/es/guide/devices-and-settings/device-specific-controls/external-sensors/bluetooth-sensors.md).

# Sensores Bluetooth

Configure sensores Bluetooth externos en un dispositivo GPS en Navixy por dirección MAC y tipo, para que la plataforma interprete correctamente sus valores.

Configura sensores Bluetooth externos conectados a ciertos modelos de dispositivo. Estos sensores transmiten Datos brutos, a menudo solo una dirección MAC y un valor, por lo que usted asigna cada uno aquí y la plataforma Navixy los interpreta correctamente. Este bloque se empareja con el lado de la plataforma [Sensores y botones](/docs/user/es/guide/devices-and-settings/vehicle-sensors.md) bloque: al guardar aquí, se crean allí los sensores correspondientes.

## Cómo configurar sensores Bluetooth

{% stepper %}
{% step %}

### Abra el bloque

En **Dispositivos**, seleccione el dispositivo y luego despliegue el **sensores Bluetooth** bloque.
{% endstep %}

{% step %}

### Ingrese la dirección MAC

Ingrese la dirección MAC única (el identificador de hardware impreso en la etiqueta del sensor) del sensor Bluetooth para que la plataforma lo asocie con el dispositivo correcto.
{% endstep %}

{% step %}

### Seleccione el tipo de sensor

Elija el tipo de sensor:

* Sensor de temperatura y humedad
* Sensor de presión y temperatura de neumáticos
* Botón de pánico
* Llave de hardware
* Sensor de puerta
* Relé
  {% endstep %}

{% step %}

### Guardar

Guarde la configuración. La plataforma crea los sensores correspondientes en la **Sensores y botones** bloque.
{% endstep %}
{% endstepper %}

## Disponibilidad

Aparece en modelos de dispositivo compatibles con sensores Bluetooth externos.

## Limitaciones

* Los sensores Bluetooth a menudo también requieren configuración en el dispositivo. La numeración de los canales puede diferir entre el configurador del dispositivo y Navixy.

## Véase también

* [Sensores del vehículo](/docs/user/es/guide/devices-and-settings/vehicle-sensors.md): los sensores del lado de la plataforma que este bloque alimenta.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://navixy.com/docs/user/es/guide/devices-and-settings/device-specific-controls/external-sensors/bluetooth-sensors.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
