ESP8266 IoT

DanySoftware
May 27, 2019
  • 2.1 MB

    فائل سائز

  • Android 4.0+

    Android OS

About ESP8266 IoT

Gestione Remota Arduino con Modulo ESP8266

Applicazione per la Gestione Remota di Arduino tramite Modulo ESP8266.

Da questa App si può scaricare il file Esp8266.bin da caricare sul modulo.

Di seguito un esempio di codice per Arduino che comunica con l'Esp8266. Ovviamente quest'ultimo dovrà essere solo una base da cui partire, stimolando il vostro ingegno

**************************************************************************************

String Msg = "";

void setup()

{

Serial.begin(115200);

}

void loop()

{

int c;

while ((c = Serial.read()) > '\n') Msg += (char) c;

if (c == '\n')

{

if (Msg.substring(0, 1).equals("$"))

{

Msg.remove(0, 1);

Serial.print("#");

Serial.println(Msg);

}

Msg = "";

}

}

************************************************************************

مزید دکھائیںکم دکھائیں

What's new in the latest 1.0.5

Last updated on 2019-05-28
Add Banner

کے پرانے ورژن ESP8266 IoT

APKPure ایپکےذریعےانتہائی تیزاورمحفوظڈاؤنلوڈنگ

Android پر XAPK/APK فائلیںانسٹالکرنےکےلیےایککلککریں!

ڈاؤن لوڈ کریں APKPure