Appron Smart Link

Appron Smart Link

APPRON
11/10/2018
  • 1.5 MB

    Размер файла

  • Android 4.0+

    Android OS

Oписание Appron Smart Link

Смарт-утилита для подключения интеллектуальных устройств Appron к Wi-Fi

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
Безопасная и Быстрая Загрузка APK на APKPure
APKPure позволяет легко и безопасно загружать Appron Smart Link APK с проверкой подписи.

Старые Версии Appron Smart Link

APKPure иконка

Супер Быстрая и Безопасная Загрузка через Приложение APKPure

Один клик для установки XAPK/APK файлов на Android!

Скачать 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