TYPIC開放平台 icon

1.0.6 by 意微控物聯科技 ⓇCYPS


Oct 7, 2015

About TYPIC開放平台

English

TYPIC test platform

TYPIC開放平台APP

目前測試使用中

新增藍牙連線,控制Arduino的藍牙模組

藍牙使用19200速率

Arduino UNO 開發板設置13pin的燈號

藍牙接腳:10:TXD, 11:RXD

Arduino程式如下:

*************************************************************************

#include

SoftwareSerial BT(10,11);//定義PIN10及PIN11分別為TX及RX腳位

const byte led = 13;

byte val;

void setup() {

BT.begin(19200); //藍牙鮑率:(注意!每個藍牙晶片的鮑率都不太一樣,請務必確認

pinMode(13, OUTPUT); //設定 pin13 為輸出,LED就接在這

digitalWrite(led, HIGH);

}

void loop() {

if( BT.available() ) {

val = BT.read();

switch(val) {

case 0 :

digitalWrite(led, LOW);

break;

case 1 :

digitalWrite(led, HIGH);

break;

}

}

}//loop

*************************************************************************

What's New in the Latest Version 1.0.6

Last updated on Oct 7, 2015

2014.06.02 新增藍牙控制Arduino燈號
2014.05.27 新增陀螺儀數據檢視
2014.05.13 新增條碼掃描功能
2014.05.02 更改APP圖示

Translation Loading...

Additional APP Information

Latest Version

Request TYPIC開放平台 Update 1.0.6

Uploaded by

ฮัมดาน วามิง

Requires Android

Android 1.5+

Show More

TYPIC開放平台 Screenshots

Comment Loading...
Languages
Searching...
Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Subscribed Successfully!
You're now subscribed to APKPure.
Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Success!
You're now subscribed to our newsletter.