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() {
}
What's new in the latest v6.0
Appron Smart Link APK जानकारी
Appron Smart Link के पुराने संस्करण
Appron Smart Link v6.0
Appron Smart Link v4.0

APKPure ऐप के माध्यम से सुपर तेज़ और सुरक्षित डाउनलोडिंग
एंड्रॉइड पर XAPK/APK फ़ाइलें इंस्टॉल करने के लिए एक-क्लिक करें!