스마트 실험 교실 1.03 APK

(버전) 1.03 수정 사항
- 홈 버튼을 누른 후 다시 어플로 돌아올 때, 그래프가 나타나지 않는 오류를 수정함.

(안내)
http://blog.naver.com/hydrocho/220245626589
에서 아두이노를 활용한 간단한 과학 실험 안내 및 어플을 사용하기 위한 예시 코드를 볼 수 있습니다.

(기본 설명)
아두이노에서 센서를 통해 수집한 데이터를 USB시리얼이나 블루투스를 이용하여 안드로이드로 보내고,
이를 받아서 안드로이드에서 그래프로 나타내주는 어플입니다.

아두이노에서 데이터를 보내는 규격
1. 's'와 'e' 사이에 데이터를 집어넣는다.
2. 데이터는 측정 시간과 값으로 나누어져 있으며 '/'를 활용하여 구분한다.

데이터 예) s0.1/25.2e

(Version) 1.03fixes
- Press the Home button to return to application, should fixtheerror graph does not appear.

(Information)
http://blog.naver.com/hydrocho/220245626589
You can see from the example code for using a simplescienceexperiments and applications using the Arduino guidance.

(Basic description)
Adu sends data collected by a sensor at the Eno Android usingUSBserial or Bluetooth,
This is indicated in the Android app that takes a graph.

Specifications for sending data from the Arduino
1. puts the data between the 's' and 'e'.
2. The data is divided into the measurement time and the valueareseparated by utilizing a "/".

Data, for example) s0.1 / 25.2e

App Information