Appron Smart Link

Appron Smart Link

APPRON
2018年10月11日
  • 1.5 MB

    文件大小

  • 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
在APKPure安全快速地下載APK
APKPure 使用簽章驗證功能,確保為您提供無病毒的 Appron Smart Link APK 下載。

Appron Smart Link歷史版本

Appron Smart Link v6.0

1.5 MB2018年10月11日
下載

Appron Smart Link v4.0

1.5 MB2018年07月05日
下載
APKPure 圖標

在APKPure極速安全下載應用程式

一鍵安裝安卓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