# Drone SDK

> ### หลังจากที่เราได้ลองเล่น ลองใช้งานเจ้าโดรน ของเราไปแล้วนั้น เดียวเราจะเข้าสู่ช่วงฝึกเขียนโปรแกรม หรือพัฒนาโปรแกรมให้โดรน ของเรามีความสามารถมากยิ่งขึ้น เช่นการจูนค่า PID การคาริเบทเซนเซอร์ต่าง ๆ รวมไปถึงการใช้งานร่วมกับ IDE ที่เราแจก Code ให้พัฒนาต่อได้ เพื่อให้ผู้ใช้งานได้ศึกษาและเรียนรู้กับเจ้าโดรนตัวเก่งของเรามากยิ่งขึ้น

### โดยจะแบ่งการพัฒนาโปรแกรมไปทั้งสอง IDE คือ

### 1.KBIDE

~~วิธีติดตั้งโปรแกรมถ้าใครติดตั้งแล้วก็ข้ามขั้นตอนนี้ไปได้เลย~~

{% content-ref url="/pages/-MPnCdVLKnjmsIpcgN4a" %}
[KBIDE Install](/getstart/kbide.md)
{% endcontent-ref %}

{% hint style="success" %}
พัฒนาโปรแกรมด้วย KBIDE
{% endhint %}

{% content-ref url="/pages/-M\_WgGxXIFJkxS0ee3\_g" %}
[RemoteXY - KBIDE](/drone-kit/drone-developer/remote-xy/kbide-block-programing.md)
{% endcontent-ref %}

### 2.Arduino IDE

~~วิธีติดตั้งโปรแกรมถ้าใครติดตั้งแล้วก็ข้ามขั้นตอนนี้ไปได้เลย~~

{% content-ref url="/pages/-MPmw70lW75EmC0-twPJ" %}
[Arduino IDE Install](/getstart/arduino-ide-1.md)
{% endcontent-ref %}

{% hint style="success" %}
พัฒนาโปรแกรมด้วย Arduino IDE
{% endhint %}

{% content-ref url="/pages/-M\_WgPTpID7OPhNB4nhp" %}
[RemoteXY - Arduino](/drone-kit/drone-developer/remote-xy/arduino-code-programing.md)
{% endcontent-ref %}


---

# 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://kb32ft.makerasia.com/drone-kit/drone-developer.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.
