> For the complete documentation index, see [llms.txt](https://www.sunscan.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.sunscan.net/fr/construction/liste-des-pieces/electronique.md).

# Électronique

| Component                                                         | Link                                                                                                                                 |
| ----------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| Raspberry Pi 4B - 4 Go                                            | <https://www.kubii.com/fr/cartes-nano-ordinateurs/2772-nouveau-raspberry-pi-4-modele-b-4gb-kubii-5056561800349.html?src=raspberrypi> |
| Active Cooler (GeeekPi 3510 Version Cooling Kit)                  | <https://www.amazon.fr/-/en/gp/product/B07JGNF5F8/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&psc=1>                                   |
| Micro SD Card 128 Go Class 10 U3 V30                              | <https://www.amazon.fr/-/en/dp/B09X7DNF6G/ref=sr_1_6>                                                                                |
| Pisugar 3 Plus Portable 5000 mAh UPS Lithium Battery Power Module | <https://www.amazon.fr/-/en/dp/B09QRS666Y/ref=sr_1_4>                                                                                |
| Official Camera HQ -  C to CS Mount (IMX477 sensor)               | <https://www.kubii.com/en/cameras-sensors/2950-official-hq-camera-c-to-cs-mount-5056561800127.html>                                  |
| Official Power Supply for Raspberry Pi 4 15.3W USB-C              | <https://www.kubii.com/en/power-supplies/2678-1050-official-power-supply-for-raspberry-pi-4-153w-usb-c-3272496300002.html>           |

{% hint style="warning" %}
**Avertissement :** Les câbles plats CSI de la caméra sont des composants délicats et doivent être manipulés avec soin pour éviter tout dommage. Une mauvaise manipulation peut entraîner un dysfonctionnement de ces câbles. Si vous avez besoin d'un câble de remplacement, des options abordables sont disponibles [ici](https://www.kubii.com/fr/nappes-cables-adaptateurs-audio/432-31-nappe-cable-pour-raspberry-pi-camera-kubii-3272496001411.html#/dimensions-200mm_x_16mm_8_x_06).
{% endhint %}


---

# 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://www.sunscan.net/fr/construction/liste-des-pieces/electronique.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.
