> For the complete documentation index, see [llms.txt](https://boot4dim.gitbook.io/boot4dust/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://boot4dim.gitbook.io/boot4dust/master.md).

# Project Information

{% hint style="info" %}
본 프로젝트 문서는 향후 오픈소스 프로젝트로 전환하기 위해 영어를 주언어로 작성했습니다. 추후 한글 버전으로 작성될 수 있습니다.
{% endhint %}

## BOOT4Dust, making fine dust detector

For more information, see [BOOT4DIM Community Site](https://cafe.naver.com/boot4dim), or contact Kim Jihyeong(<100kimch@naver.com>), the project manager of 6th Team.

### Hello Arduino!

```
void setup() {
  lcd.begin(16, 2);
  /* -----IMPORTANT------- */
  lcd.print("hello, world!");
  /* --------------------- */
}

void loop() {
  lcd.setCursor(0, 1);
  lcd.print(millis() / 1000);
}
```

본 프로젝트는 건국대학교 전자전기공학과 학술동아리 BOOT4DIM에서 진행하는 2018 2학기 정기 프로젝트 중 하나로, 6번째 팀의 프로젝트입니다. 아두이노를 비롯한 라즈베리파이, 리눅스 등을 처음 다루기 위해 미세먼지 측정기 제작을 목표로 진행합니다.

기간: 2018. 09. 03 \~ 2018. 11. 25\
장소: 건국대학교 중장비동 3층 \_\_\_호 BOOT4DIM

예산: 150,000원 (미정)\
인원: BOOT4DIM 부원 5명

Started on Sep 03. 2018, This project was created as an education for newbies in BOOT4DIM, an academic club in electronic-electrical engineering, Konkuk University. This project is to make every how-to tutorials of arduino, raspberry pi, and basic linux skills.

Term: 2018. 09. 03 \~ 2018. 11. 25\
Place: BOOT4DIM, \_\_\_, Konkuk University

Budgets: 150,000 Won\
Persons: 5 members of BOOT4DIM

### Project Team

* Project Manager:  Kim Jihyeong
* Team Members
  * Go Hyeongseok
  * Yoo Jiyoung
  * Yoo Hayoung
  * Yi Byunghoon
