ApkDownload

Appron Smart Link APK

Ultima versione v6.0 per Windows
Aggiornata 23 January 2023

Informazioni sull'Applicazione

Versione v6.0 (#6)

Aggiornata 23 January 2023

Dimensioni APK 1.5 MB

È necessario Android Android 4.0+ (Ice Cream Sandwich)

Offerta da APPRON

Categoria Applicazione Strumenti Gratuiti

Applicazione id com.appron.smartlink

Note di sviluppatore Smart utility to connect Appron smart devices to WiFi

Istantanee

Clicca sull'immagine per vederla a schermo intero

Ultimi aggiornamenti

Novità di Appron Smart Link v6.0

Updated Version.

Descrizione

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

}

Valutazioni e Recensioni

Valutazione: 1.0 su 5 · Less than 100 voti

(*) è obbligatorio

Versioni precedenti

Appron Smart Link v6.0 APK per Windows (#6, 1.5 MB)