Appron Smart Link

Appron Smart Link

APPRON
2018年10月11日
  • 1.5 MB

    ファイルサイズ

  • Everyone

  • Android 4.0+

    Android OS

このAppron Smart Linkについて

Smart utility to connect Appron smart devices to WiFi

Utility to connect appron smart devices to WiFi . After sucsessful smart linking we will get IP of the linked device. We can use Appron PortViewer or other appron tools to test/config the device. We can also use any terminal tool like putty.

Appron Smart Link also support ESP8266 modules like ESP01 , NodeMCU ,etc which enabled WiFi smartconfig mode .

use bellow code to enable smart config in ESP8266 modules

#include ;

void setup() {

Serial.begin(115200);

delay(10);

WiFi.mode(WIFI_STA);

delay(500);

WiFi.beginSmartConfig();

while (WiFi.status() != WL_CONNECTED) {

delay(500);

Serial.print(".");

Serial.println(WiFi.smartConfigDone());

}

Serial.println("");

Serial.println("WiFi connected");

Serial.println("IP address: ");

Serial.println(WiFi.localIP());

}

int value = 0;

void loop() {

}

もっと見る

最新バージョン v6.0 の更新情報

Last updated on 2018-10-11
Updated Version.
もっと見る

ビデオとスクリーンショット

  • Appron Smart Link ポスター
  • Appron Smart Link スクリーンショット 1
  • Appron Smart Link スクリーンショット 2
  • Appron Smart Link スクリーンショット 3

Appron Smart Link APK 情報

最新バージョン
v6.0
カテゴリー
ツール
Android OS
Android 4.0+
ファイルサイズ
1.5 MB
開発者
APPRON
コンテンツのレーティング
Everyone
APKPure で安全で高速な APK のダウンロード
APKPure は署名検証を使用して、ウイルスフリーの Appron Smart Link APK ダウンロードを保証します。

Appron Smart Linkの旧バージョン

APKPure アイコン

APKPureアプリで超高速かつ安全にダウンロード

Android で XAPK/APK ファイルをワンクリックでインストール!

ダウンロード APKPure
thank icon
We use cookies and other technologies on this website to enhance your user experience.
By clicking any link on this page you are giving your consent to our Privacy Policy and Cookies Policy.
Learn More about Policies