Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo fixed #69

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Documents/Arduino/Arduino_Wifi.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
1. Wifi 공유기가 필요하며, ESP8266MOD 를 준비한다.
2. 아래 Source code 에 공유기 연결정보를 작성하여 연결을 시도한다.
3. 호출할 서버 URL 정보를 host, URL 변수에 작성한다.
4. Loop 에는 1분주기마다 다음을 실행한다.
4. Loop 에는 1분 주기마다 다음을 실행한다.

1. 습도, Ground, 광량, 온도 센서로부터 데이터를 받아들인다.
2. 수집된 데이터를 서버 URL 로 전송한다.
: Seq 는 계속 증가하며, 전송받은 서버측에서 전송받은 데이터와 전송 받은 시간을 기록한다.
: Seq 는 계속 증가하며, 전송받은 서버 측에서 전송받은 데이터와 전송받은 시간을 기록한다.
3. SD카드에 데이터를 기록한다.
4. 다시 Loop 1번부터 수행한다.

Expand Down