Appron Smart Link

Appron Smart Link

APPRON
Oct 11, 2018
  • 1.5 MB

    Dung lượng tệp

  • Android 4.0+

    Android OS

Giới thiệu về 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() {

}

Hiển thị nhiều hơn

What's new in the latest v6.0

Last updated on 2018-10-11
Updated Version.
Hiển thị nhiều hơn

Video và ảnh chụp màn hình

  • Appron Smart Link bài đăng
  • Appron Smart Link ảnh chụp màn hình 1
  • Appron Smart Link ảnh chụp màn hình 2
  • Appron Smart Link ảnh chụp màn hình 3

Thông tin APK Appron Smart Link

Phiên bản mới nhất
v6.0
Danh mục
Công cụ
Android OS
Android 4.0+
Dung lượng tệp
1.5 MB
Nhà phát triển
APPRON
Tải APK an toàn và nhanh chóng trên APKPure
APKPure sử dụng xác minh chữ ký để đảm bảo tải APK miễn phí virus cho Appron Smart Link.

Phiên bản cũ của Appron Smart Link

APKPure biểu tượng

Tải xuống siêu nhanh và an toàn thông qua Ứng dụng APKPure

Một cú nhấp chuột để cài đặt các tệp XAPK/APK trên Android!

Tải về 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