프로젝트 / 스마트 공기 청정기 지니
아두이노(NodeMCU)를 이용한 미세먼지 감지 및 공기 청정 프로젝트 아두이노/웹 소스 코드
Explore the Github »
View Snapshots
·
Report Bug
·
Request Feature
'미세먼지 감지와 공기청정 기능을 가진 무드등 및 CMS'는 2019 제 1회 YNC 메이커톤 출품작으로 제작/개발한 프로젝트입니다.
aircleaner.ino
Web Route
Desc | Method | Route | What is? |
---|---|---|---|
index | GET | / | 인덱스 |
SignIn | POST | /authentication | 로그인 |
SignUp | POST | /authentication/new | 회원가입 |
SignOut | GET | /authentication/signout | 로그아웃 |
view | GET | /view | CMS 접속을 위한 인덱스 |
getDeviceID | GET | /device/getID | 로그인한 회원이 관리하는 DeviceID를 다운로드 |
DataUpload | POST | /device/data/upload | 디바이스에서 미세먼지 측정 값 업로드 |
DataDownload | POST | /device/data/download | DeviceID를 키로 하여 측정 값 다운로드 |
SettingUpload | POST | /device/setting/upload | CMS에서 디바이스 설정(새로고침 딜레이,LED모드, 작동 설정) |
SettingDownload | POST | /device/setting/download | 디바이스의 현재 설정을 다운로드 |
KakaoDeviceSetting | POST | /kakao/deviceSetting | 카카오톡에서 DeviceID 설정 |
KakaoReadData | POST | /kakao/readData | 카카오톡에서 가장 최근 미세먼지 현황 보기 |
Distributed under the MIT License. See LICENSE
for more information.
JIN TAEYANG - keriel@jupiterflow.com
Project Link: https://github.com/960813/NodeMCU_air-purifier