2017 STEAM Research & Education Project
Subject : Bio-signal based Home Automation via Arduino and Raspberry pi
This is the source code used in our 2017 STEAM R&E project.
For more infomation, see here.
2017년도 STEAM R&E
주제: 수면 시 생체신호 변화를 이용한 홈 오토메이션 제어
STEAM R&E 연구 중 사용한 소스 코드입니다.
본 연구에 대한 자세한 설명은 여기(영어)를 참조하십시오.
This is the design of data collecting device.
측정기의 설계도입니다.
The code for the Arduinos. Upload these to the Arduinos.
이 폴더 내의 파일을 전부 다운로드한 다음, 아두이노에 업로드합니다.
- STEAMRnE_34A.ino: The code for the Data collecting device.
데이터 수집 장치에 사용하는 코드입니다. - STEAMRnE_34C.ino: The code for the Control device.
전자기기 제어 장치에 사용하는 코드입니다.
Download and run these in your Raspberry Pi.
이 파일을 전부 다운로드한 다음, 라즈베리 파이에서 사용합니다.
- test.py: The main raspberry pi code.
파이썬 메인 코드입니다.