# Hardware

{% hint style="warning" %}
**Unknown Issue:** Support with Wireless Carplay / Android Auto adapters is not guaranteed nor confirmed. Most likely will work with one linked below (by Carlinkit).
{% endhint %}

{% hint style="info" %}
**Dongle Info:** Carplay / Android Auto adapters linked below can also be found on Amazon if you do not trust Aliexpress, but will be much more expensive.
{% endhint %}

## Computer System

The computer used in testing was the YouYeeToo X1 SBC. The reason this was used instead of a Raspberry Pi was due to the graphical processing needed to run a 3D unity app. This has a Intel Celeron CPU and a Intel HD iGPU capable of just reaching 60FPS running the Unity App.

* [YouYeeToo X1 x86 SBC](https://amazon.com/dp/B0CCY2RBCS/)
* [128GB NVMe ](https://www.amazon.com/dp/B0822Y6N1C)

## Development System

The Arduino MEGA was used for control over USB to connect the car and the computer together using ArduinoOBD. This combined with the UART OBD adapter allows for the arduino to get direct access to the PID variables needed to read speed, engine running time, and more. Also other things like the GPS are used to get the current time since the system loses power often.

* [Arduino MEGA](https://www.amazon.com/ELEGOO-ATmega2560-ATMEGA16U2-Arduino-Compliant/dp/B01H4ZDYCE/)
* [Arduino OBD UART Adapter](https://freematics.com/pages/products/freematics-obd-ii-uart-adapter-mk2/)
* [Arduino GPS ](https://www.amazon.com/dp/B01D1D0F5M/)
* [Arduino RFID](https://www.amazon.com/dp/B07VLDSYRW)

## 3D Printing

The 3D printer used was the Neptune 4 by ELEGOO to get good prints to create a plastic case. For new buyers, I would not recommend **some** Creality printers due to lack of support and bad quality.

* [ELEGOO Neptune 4](https://www.amazon.com/dp/B0C745237N)

## Other Hardware

* [Waterproof USB Reverse Camera (Wide Angle)](https://www.amazon.com/dp/B0C36ZVQ5G)
* [Bluetooth 5.0 USB Adapter](https://www.amazon.com/dp/B08DFBNG7F)
* [Wired CarPlay / Android Auto Adapter](https://www.aliexpress.us/item/3256806980972004.html)
* [Wireless CarPlay / Android Auto Adapter](/headunit/overview/hardware.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://flux-11.gitbook.io/headunit/overview/hardware.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.
