> For the complete documentation index, see [llms.txt](https://docs.makerplayground.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.makerplayground.io/en/intro/component/device/undefined-2.md).

# How to setup your device?

#### 1. Choose MCU

Maker Plaground supported MCUs are available in the drop-down list menu under Device / Device Configuration tab. Please select the MCU in the list corresponds to the real MCU that your are using.

![](/files/-Lu2lEENrlSG_TtWDSJP)

After MCU has been selected, the picture of selected MCU will be shown on virtual circuit diagram.

![](/files/-Lu2lsoxCROp9eefNkFv)

#### 2. Choose peripheral

หลังจากผู้ใช้ทำการคัดเลือกอุปกรณ์ควบคุมสำเร็จแล้ว อุปกรณ์ต่อพ่วงที่มีให้เลือกจะขึ้นอยู่กับอุปกรณ์ควบคุมที่ผู้ใช้เลือก โดยอุปกรณ์ต่อพ่วงที่ไม่สามารถเลือกมาใช้งานได้จะถูกปกคลุมด้วยสีเทาอ่อนและไม่สามารถกดปุ่มเพิ่มเพื่อนำมาใช้งานได้

![](/files/-Lu2no9vnka04CMI3f89)

1. ผู้ใช้สามารถป้อนคำไขเพื่อทำการค้นหาอุปกรณ์ต่อพ่วงได้ทันที รอบรับทั้งยี่ห้อ, รุ่น และคำไขของประเภทอุปกรณ์ต่อพ่วง
2. ผู้ใช้สามารถสลับวิธีการแสดงผลระหว่างการเรียงตามประเภท (Type) และยี่ห้อ (Brand)

เมื่อค้นพบอุปกรณ์ต่อพ่วงที่ต้องการแล้ว&#x20;

![](/files/-Lu2pLCa4-CE0EwNA7Sq)

1. กดปุ่ม + เพื่อเพิ่มอุปกรณ์เข้าสู่รายการที่จะนำมาใช้ และรายการของอุปกรณ์ต่อพ่วงที่ถูกเพิ่มเข้าไปแล้วจะไปปรากฏในหน้า Device Configuration เพื่อให้ผู้ใช้เลือกพอร์ทที่ต้องการนำมาเชื่อมต่อกับอุปกรณ์ควบคุม
2. กดปุ่มลูกโลกเพื่อทำการเปิด datasheet สืบค้นข้อมูลเกี่ยวกับตัวอุปกรณ์ โดยที่ซอฟต์แวร์เมกเกอร์เพลย์กราวน์จะเปิดเว็บบราวเซอร์เพื่อแสดง online datasheet ของอุปกรณ์ต่อพ่วง

หลังจากเพิ่มอุปกรณ์ต่อพว่งที่ต้องการเข้าระบบแล้ว รูปอุปกรณ์เสมือนจริงจะปรากฏขึ้นดังตัวอย่างรูปด้านล่าง

![](/files/-Lu2q4r5XJZWJsit5Ugq)

สลับหน้าต่างไปที่หน้า Device Configuration เพื่อทำการเลือกพอร์ทเชื่อมต่อและแรงดันไฟฟ้าให้อุปกรณ์ต่อพ่วง

![](/files/-Lu2rrZ9IOz8_TLX0xyI)

สามารถกดปุ่ม Auto Select เพื่อให้ซอฟต์แวร์เมกเกอร์เพลย์กราวน์เลือกการตั้งค่าให้โดยอัตโนมัติ

![](/files/-Lu2sGLNMmj3-USqv-g8)

เมื่อทำการเลือกวิธีการเชื่อมต่ออุปกรณ์ต่อพ่วงเรียบร้อยแล้ว รูปอุปกรณ์เสมือนจริงจะแสดงผลการเชื่อมสายไฟตามที่ผู้ใช้เลือก


---

# 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://docs.makerplayground.io/en/intro/component/device/undefined-2.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.
