ESP8266 IoT 1.0.5 Icon

ESP8266 IoT

DanySoftware Tools
0
0 Ratings
700+
Downloads
1.0.5
version
May 27, 2019
release date
2.1 MB
file size
Free
Download

What's New

Add Banner

About ESP8266 IoT Android App

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 = "";
}
}
************************************************************************

Other Information:

Requires Android:
Android 4.0+
Other Sources:
Category:

Download

This version of ESP8266 IoT Android App comes with one universal variant which will work on all the Android devices.

Variant
5
(May 27, 2019)
Architecture
universal
Minimum OS
Android 4.0+
Screen DPI
nodpi (all screens)

All Versions

If you are looking to download other versions of ESP8266 IoT Android App, We have 2 versions in our database. Please select one of them below to download.

Loading..