TYPIC開放平台 Application icon

TYPIC開放平台 1.0.6

1.3 MB / 1+ Downloads / Rating 5.0 - 1 reviews


See previous versions

TYPIC開放平台, developed and published by 意微控物聯科技 ⓇCYPS, has released its latest version, 1.0.6, on 2014-06-01. This app falls under the Tools category on the Google Play Store and has achieved over 50 installs. It currently holds an overall rating of 5.0, based on 1 reviews.

TYPIC開放平台 APK available on this page is compatible with all Android devices that meet the required specifications (Android 1.5+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: appinventor.ai_cypswu.TYPIC_APP01

Updated: 11 years ago

Developer Name: 意微控物聯科技 ⓇCYPS

Category: Tools

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing TYPIC開放平台 on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

Previous Versions

TYPIC開放平台 1.0.6
2014-06-01 / 1.3 MB / Android 1.5+

About this app

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
*************************************************************************

New features

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

App Permissions

Allows applications to connect to paired bluetooth devices.
Allows applications to open network sockets.
Allows an app to access precise location.
Allows applications to access information about Wi-Fi networks.
Allows an app to access approximate location.
Allows applications to discover and pair bluetooth devices.
Allows applications to access information about networks.
Allows an application to write to external storage.
Allows read only access to phone state, including the phone number of the device, current cellular network information, the status of any ongoing calls, and a list of any PhoneAccounts registered on the device.
Allows an application to read from external storage.