> For the complete documentation index, see [llms.txt](https://3dpaws.comet.ucar.edu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://3dpaws.comet.ucar.edu/fr/construire-3d-paws/construction-des-instruments-principaux/tester-les-capteurs.md).

# Tester les capteurs

Avant d’installer les instruments sur la station météo, il est crucial de tester tous les capteurs afin de s’assurer qu’ils fonctionnent correctement. Cela peut être fait à l’aide d’un **Raspberry Pi** équipé d’un **Grove Base Hat**qui fournit des connexions faciles pour divers capteurs. Le [**logiciel 3D-PAWS**](https://github.com/3d-paws/3D-PAWS-Raspberry-Pi)disponible sur GitHub, simplifie le processus de test en gérant l’acquisition des données des capteurs et la communication. En suivant cette configuration, vous pouvez valider le fonctionnement et la précision des capteurs dans un environnement contrôlé avant de les déployer sur le terrain.

Vous pouvez tester les capteurs suivants sur le Raspberry Pi à l’heure actuelle :

* Anémomètre
* Girouette
* Pluviomètre à augets basculants
* Capteurs de température, de pression et d’humidité relative
* Capteur de lumière

### Diapositives d’instructions pour tester les instruments

{% embed url="<https://docs.google.com/presentation/d/1hD3eILlqyNSR8FFSMMMtzDM08AuKyfK_/edit?ouid=102244773211795243299&rtpof=true&sd=true&usp=sharing>" %}

### Vidéo tutorielle pour aligner la girouette sur 0° (N)

Cette vidéo montre le test de la girouette.&#x20;

{% embed url="<https://youtu.be/b_W97jlTpdk?si=vrGWDWjK9VjB1J1r>" %}


---

# 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://3dpaws.comet.ucar.edu/fr/construire-3d-paws/construction-des-instruments-principaux/tester-les-capteurs.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.
