ApkDownload

TYPIC開放平台 APK

Neueste Version 1.0.6 für Windows
Aktualisiert 01. June 2014

Information

Version 1.0.6 (#6)

Aktualisiert 01. June 2014

APK-Dateigröße 1.3 MB

Erforderliche Android-Version Android 1.5+ (Cupcake)

Angeboten von 意微控物聯科技 ⓇCYPS

Kategorie Kostenlose Tools

Anwendung id appinventor.ai_cypswu.TYPIC_APP01

Hinweise des Entwicklers Typic Testplattform

Screenshot

Klicken Sie auf das Bild, um es in voller Größe anzuzeigen

Neue Funktionen

Was ist neu in TYPIC開放平台 1.0.6

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

Beschreibung

Typic offene Plattform APP
Aktuell im Test
Hinzufügen von Bluetooth-Konnektivität, Bluetooth-Modul Arduino steuern
Bluetooth nutzt 19200 bewerten
Arduino UNO Board Set 13pin signalisiert
Bluetooth-Pin: 10: TXD, 11: RXD
Arduino-Programm wie folgt:
************************************************** ***********************
# Include

SoftwareSerial BT (10,11) ;/ / PIN10 und PIN11 definieren waren TX-und RX Pin
const byte led = 13;
Byte-val;

Leere setup () {
   BT.begin (19200) / / Bluetooth Baudrate: (Beachten Sie, dass jede Baudrate von Bluetooth-Chips sind nicht die gleichen, stellen Sie sicher!
   pinMode (13, OUTPUT); / / Set PIN13 ausgegeben würde LED in diese nehmen
   digital (LED, HIGH);
}

Leere loop () {
  if (BT.available ()) {
    val = BT.read ();
    Schalter (val) {
      case 0:
        digital (LED, LOW);
        break;
      Fall 1:
        digital (LED, HIGH);
        break;
    }
  }
} / / Loop
************************************************** ***********************

Bewertungen und Rezensionen

Bewertung: 5.0 / 5 · Less than 100 Ergebnisse

(*) ist erforderlich

Frühere Versionen

TYPIC開放平台 1.0.6 APK für Windows (#6, 1.3 MB)