Our website uses necessary cookies to enable basic functions and optional cookies to help us to enhance your user experience. Learn more about our cookie policy by clicking "Learn More".
Accept All Only Necessary Cookies
Appron Smart Link icon

Appron Smart Link


APPRON
v6.0
  • Oct 11, 2018
    Update date
  • Everyone
  • Android 4.0+
    Android OS

About 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() {

}

Show More

Additional APP Information

Latest Version

v6.0

Uploaded by

Faheem Khan Kaizen

Requires Android

Android 4.0+

Content Rating

Everyone

What's New in the Latest Version v6.0

Last updated on Oct 11, 2018

Updated Version.

Show More

Appron Smart Link Screenshots

Appron Smart Link posterAppron Smart Link screenshot 1Appron Smart Link screenshot 2Appron Smart Link screenshot 3

Related Tags

Popular Articles In Last 24 Hours

Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Subscribed Successfully!
You're now subscribed to APKPure.