ESP8266 IoT
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
ESP8266 IoT APK معلومات
کے پرانے ورژن ESP8266 IoT
ESP8266 IoT 1.0.5
ESP8266 IoT 1.0.4
APKPure ایپکےذریعےانتہائی تیزاورمحفوظڈاؤنلوڈنگ
Android پر XAPK/APK فائلیںانسٹالکرنےکےلیےایککلککریں!