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