Appron Smart Link

Appron Smart Link

APPRON
Oct 11, 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() {

}

আরো দেখান

What's new in the latest 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 এর পুরানো সংস্করণ

APKPure আইকন

APKPure অ্যাপের মাধ্যমে অতি দ্রুত এবং নিরাপদ ডাউনলোড করা হচ্ছে

Android-এ XAPK/APK ফাইল ইনস্টল করতে এক-ক্লিক করুন!

ডাউনলোড করুন APKPure
thank icon
আমরা আপনার ব্যবহারকারীর অভিজ্ঞতা বাড়ানোর জন্য এই ওয়েবসাইটে কুকি এবং অন্যান্য প্রযুক্তি ব্যবহার করি।
এই পেজে কোনো লিঙ্কে ক্লিক করে আপনি আমাদের Privacy Policy and কুকি নীতিতে আপনার সম্মতি দিচ্ছেন।
আরো জানুন