> For the complete documentation index, see [llms.txt](https://docs.aic-eec.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aic-eec.com/general/development-on-crowpi/raspberry-pi-with-crowpi.md).

# Raspberry Pi with CrowPi

## [CrowPi ](https://www.elecrow.com/crowpi-compact-raspberry-pi-educational-kit.html)

&#x20;     ชุดทดลอง Crowpi ประกอบด้วย หน้าจอแสดงผลแบบ touchscreen กล้อง และเซนเซอร์ต่าง ๆ ที่มีการต่อวงจรอิเล็กทรอนิกส์ให้ผู้ใช้ที่เริ่มต้นการเรียนรู้การเขียนโปรแกรมบน RaspberryPi สามารถทดลองอ่านค่าเซนเซอร์ได้ง่าย ซึ่งมีโค้ดตัวอย่าง python ให้ และรองรับภาษา C/C++&#x20;

![Module List of CrowPi ](/files/-MiyJmWoWvOxS1Y2kyMY)

## [RaspberryPi](https://www.alliedelec.com/m/d/4252b1ecd92888dbb9d8a39b536e7bf2.pdf)&#x20;

&#x20;      RaspberryPi เป็นบอร์ดคอมพิวเตอร์ขนาดเล็ก สามารถต่อจอผ่าน HDMI เม้าส์ คีย์บอร์ดผ่าน USB ได้ ซึ่ง RaspberryPi  ถูกสร้างขึ้นโดย [The Raspberry Pi Foundation](https://www.raspberrypi.org/about/) เพื่อใช้เป็นอุปกรณ์ในการประกอบการเรียนรู้การเขียนโปรแกรม ซึ่งได้มีการพัฒนามาตลอดจนในรุ่นใหม่ได้เพิ่ม WiFi และ BLE (Bluetooth Low Energy) มาบนบอรืดเพื่อตอบโจทย์การนำมาประยุกต์ใช้กับโปรเจคด้าน Internet of Things&#x20;

![RaspberryPi 3 Model B](/files/-MiyaIsCI9flo2ab1zHh)

### Gate Start Raspberry Pi with CrowPi

1. เสียบ SD Card ที่ติดตั้ง OS แล้วเข้าไปยัง Raspberry Pi&#x20;
2. เชื่อมต่อ HDMI USB และ GPIO Header เข้ากับ CrowPi&#x20;

<br>

![Figure: Raspberry Pi connect to Crow Pi](https://paper-attachments.dropbox.com/s_967B16FB1B75A418E6A12296C4D1A35BCD9D139E0238DF06B4F5E3BECA466AF2_1658482108631_figure_RpiconnectCrowpi.png)

&#x20; 3\. เสียบ Power supply  ให้กับ Crow Pi และเปิด Switch เพื่อเริ่มต้นใช้งาน

![Figure: Gate start Raspberry Pi OS on Display of Crow Pi](https://paper-attachments.dropbox.com/s_967B16FB1B75A418E6A12296C4D1A35BCD9D139E0238DF06B4F5E3BECA466AF2_1658485374585_file.png)

Date: May 2023

Author: Soontree Jaikhong (AIC-Researcher)

Author: Thanaluk Pranekunakol (AIC-Researcher)


---

# 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.aic-eec.com/general/development-on-crowpi/raspberry-pi-with-crowpi.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.
