Name Last Update
android/smartwindow Loading commit data...
arduino Loading commit data...
docs Loading commit data...
readme.md.txt Loading commit data...
# IoT센서를 이용한 원격 제어 스마트 창문
Arduino에 연결된 센서를 통해 측정한 데이터를 기반으로 자동 창문 개폐를 제어한다.

## Intro
저전력 블루투스로 아두이노 장치와 안드로이드 기기를 연결해 데이터를 송수신한다.
센서로 측정한 데이터를 어플리케이션에서 조회할 수 있다.

## Development Environment
* Android Studio @ 3.6
* Arduino IDE

## Application Version
* minSdkVersion: 24
* targetSdkVersion: 26

## Screenshots
<img src="https://user-images.githubusercontent.com/33692487/85216389-00193980-b3bf-11ea-8a1c-6035b2a0eb43.jpg" width="40%">

<img src="https://user-images.githubusercontent.com/33692487/85216397-18895400-b3bf-11ea-977e-5e7512acd43d.jpg" width="40%">

<img src="https://user-images.githubusercontent.com/33692487/85216401-2212bc00-b3bf-11ea-8b50-14f60b349359.jpg" width="40%">

1. 첫번째 탭에서 수동으로 창문을 제어할 수 있다
2. 두번째 탭에서 아두이노 센서에서 측정한 데이터를 조회할 수 있다.
3. 세번째 탭에서 다중의 아두이노 장치와 블루투스를 통해 연결할 수 있다.

## Members
* 2017104012 이수민
* 2017104031 채수빈