# Sensors

- [ACS71240 Current Sensor](https://docs.evolion.io/sw/sensors/acs71240.md)
- [BME280 Env Sensor](https://docs.evolion.io/sw/sensors/bme280.md)
- [Arduino / ESP32](https://docs.evolion.io/sw/sensors/bme280/arduino-esp32.md)
- [Arduino (C/C++)](https://docs.evolion.io/sw/sensors/bme280/arduino-esp32/arduino-c-c++.md)
- [MicroPython](https://docs.evolion.io/sw/sensors/bme280/arduino-esp32/micropython.md)
- [Raspberry Pi](https://docs.evolion.io/sw/sensors/bme280/raspberry-pi.md)
- [Go](https://docs.evolion.io/sw/sensors/bme280/raspberry-pi/go.md)
- [Python](https://docs.evolion.io/sw/sensors/bme280/raspberry-pi/python.md)
- [STM32](https://docs.evolion.io/sw/sensors/bme280/stm32.md)
- [C](https://docs.evolion.io/sw/sensors/bme280/stm32/c.md): This page includes guidelines and documentation for installing the BME280 C library in VS Code.
- [BME688 Env Sensor](https://docs.evolion.io/sw/sensors/bme688.md)
- [BGT60TR13C Radar Sensor](https://docs.evolion.io/sw/sensors/bgt60tr13c.md)
- [Elara-I Positioning Module](https://docs.evolion.io/sw/sensors/elara-i.md)
- [LIS3DH IMU](https://docs.evolion.io/sw/sensors/lis3dh.md)
- [MAX31865 RTD Converter](https://docs.evolion.io/sw/sensors/max31865.md)
- [SCD4x CO2 Sensor](https://docs.evolion.io/sw/sensors/scd4x.md)
- [SEN5x Air Quality Sensor](https://docs.evolion.io/sw/sensors/sen5x.md)
- [TSL2540 Light Sensor](https://docs.evolion.io/sw/sensors/tsl2540.md)
- [WSEN-HIDS Humidity Sensor](https://docs.evolion.io/sw/sensors/wsen-hids.md)
- [WSEN-PADS Pressure Sensor](https://docs.evolion.io/sw/sensors/wsen-pads.md)
- [WSEN-TIDS Temperature Sensor](https://docs.evolion.io/sw/sensors/wsen-tids.md)


---

# 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.evolion.io/sw/sensors.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.
