# Android Things

## 🔰 Temel Bilgiler

* 👁‍🗨 Açık kaynak Android işletim sisteminin, donanım üreticilerine sunduğu kolay kullanımlı bir API türüdür.
* 🐧 Linux tabanlı gömülü cihazlar üzerinde çalışan bir işletim sistemidir
* 🤝 Google'ın üzerinde çalıştığı makine öğrenimi gibi alanları da destekleyen bir yapıdır
* 🧱 Android Things cihazları SoM (System on Models) yapısı ile gelir, processor, memory, kablosuz teknolojileri içerisinde barındırır
* 🖤 [Android Things Console](https://partner.android.com/things/console) üzerinden donanımınızı ekleyip gerekli kütüphaneleri indirebilirsiniz
* 📃 Detaylar için [Android Things Console overview](https://developer.android.com/things/console) alanına bakabilirsiniz

## 🤝 Desteklenen Donanımlar

* 🤝 Desteklenen cihazlara [Supported Hardware](https://developer.android.com/things/hardware) alanından erişebilirisin
* 🧰 Geliştirme kiti hakkında bilgi sahibi olmak için [Development Kit](https://developer.android.com/things/get-started/kits) alanına bakmanda fayda var

{% hint style="warning" %}
😥 Henüz çok fazla sayıda cihazı desteklememektedir
{% endhint %}

## ⭐ Örnek Kullanım Videoları

{% embed url="<https://www.youtube.com/playlist?list=PLWz5rJ2EKKc-GjpNkFe9q3DhE2voJscDT>" %}

## 🔗 Faydalı Bağlantılar

* ✍ [Tech Talk: Is "Android Things" Right for My Embedded System? (Transcript)](https://barrgroup.com/tech-talk/android-things)


---

# 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.yemreak.com/arsiv/yazilarim/android-things.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.
