Appron Smart Link

Appron Smart Link

APPRON
11/10/2018
  • 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 عکس از صفحه
  • برنامه‌نما Appron Smart Link عکس از صفحه
  • برنامه‌نما Appron Smart Link عکس از صفحه

نسخه‌های قدیمی Appron Smart Link

آیکون‌ APKPure

دانلود فوق سریع و ایمن از طریق برنامه APKPure

برای نصب فایل های XAPK/APK در اندروید با یک کلیک!

دانلود APKPure
thank icon
ما از کوکی ها و فناوری های دیگر در این وبسایت برای بهبود تجربه کاربری شما استفاده می کنیم.
با کلیک بر روی هر پیوند در این صفحه شما دستور خود را برای سیاست حفظ حریم خصوصیاینجاو سیاست فایلمی دهید.
بیشتر بدانید