ApkDownload

홈IOT음성인식_브로스 APK

Latest Version 1.0 for Windows
Updated 2018-07-05

App information

Version 1.0 (#6)

Updated 2018-07-05

APK Size 2.8 MB

Requires Android Android 2.1+ (Eclair)

Offered by seol kum sook

Category Free Education App

App id appinventor.ai_snow337.iot_1_3

Developer's notes 부천공업고등학교 IT전자과 학생들의 교과통합 프로젝트 수업(프로그래밍+전기회로+APP개발동아리)에서 활용하는 음성인식 APP입니다.

Screenshot

Click on the image to see full size

Editor's review

Download the latest 홈IOT음성인식_브로스 application, version 1.0, compatible with Windows 10/11 (using emulators such as Bluestacks), Android devices. This free Education app is developed by seol kum sook and is easy to download and install.

Previous versions, including 1.0, are also available. If you need help or have any problems, please let us know.

Description

만든이: 부천공업고등학교 IT전자과 박건호
앱 개발 동아리 시간에 만들었습니다.
동영상 https://goo.gl/eGpRM2
음성인식 사용 IOT앱 case 10까지 사용가능 합니다.
=================================
-음성가능 명령어-
전체 불 켜(case 1) 전체 불 꺼(case 2)
1층 불 켜 (case 3) 1층 불 꺼(case 4)
2층 불 켜 (case 5) 2층 불 꺼(case 6)
TV 켜 (case 7) TV꺼 (case 8)
선풍기 켜 (case 9) 선풍기 꺼(case 10)


-앱 전용 코딩 (예시)-
#include
SoftwareSerial BT_Serial(2, 3);

int led1 = (지정); //1층
int led2 = (지정); //2층
int TV = (지정); //텔레비전
int fan = (지정); //선풍기
int r_data;
void setup() {
BT_Serial.begin(9600);
pinMode(fan, OUTPUT); //선풍기
pinMode(led1, OUTPUT); //1층
pinMode(led2, OUTPUT); //2층
pinMode(TV, OUTPUT); //텔레비전
}
void loop() {
r_data = BT_Serial.read();
switch(r_data) {

case 1: //모든 불 키기
digitalWrite(led1, HIGH);
digitalWrite(led2, HIGH);
digitalWrite(TV, HIGH);
break;

case 2: //모든 불 끄기
digitalWrite(led1, LOW);
digitalWrite(led2, LOW);
digitalWrite(TV, LOW);
break;

case 3: // 1층 불 키기
digitalWrite(led1, HIGH);
break;

case 4: // 1층 불 끄기
digitalWrite(led1, LOW);
break;

case 5: // 2층 불 키기
digitalWrite(led2, HIGH);
break;

case 6: // 2층 불 끄기
digitalWrite(led2, LOW);
break;

case 7: // TV 키기
digitalWrite(TV, HIGH);
break;

case 8: // TV 끄기
digitalWrite(TV, LOW);
break;

case 9: // 선풍기 킴
digitalWrite(fan, HIGH);
break;

case 10: // 선풍기끔
digitalWrite(fan, LOW);
break;
}
}

App permissions

홈IOT음성인식_브로스 1.0 APK requires following permissions:

Allows applications to connect to paired bluetooth devices.

Allows applications to open network sockets.

Allows access to the vibrator.

Allows applications to access information about Wi-Fi networks.

Allows applications to discover and pair bluetooth devices.

Allows applications to access information about networks.

Ratings and Reviews

Rating: 5.0/5 based on Less than 100 reviews

(*) is required

Previous versions

홈IOT음성인식_브로스 1.0 APK for Windows (#6, 2.8 MB)