ESP8266 IoT


1.0.5 by DanySoftware
May 15, 2019 Old Versions

About ESP8266 IoT

Remote Management of Arduino by ESP8266 Module

Application for Remote Arduino Management via ESP8266 Module.

From this App you can download the Esp8266.bin file and to program the module.

We add a sample of Arduino code that communicates with the Esp8266. Obviously this is a base from which to start new experiments

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

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 Version 1.0.5

Last updated on May 27, 2019
Add Banner

Additional APP Information

Latest Version

1.0.5

Uploaded by

Icaro Benetty

Requires Android

Android 4.0+

Report

Flag as inappropriate

Show More

Use APKPure App

Get ESP8266 IoT old version APK for Android

Download

Use APKPure App

Get ESP8266 IoT old version APK for Android

Download

ESP8266 IoT Alternative

Get more from DanySoftware

Discover