ESP8266 IoT

ESP8266 IoT

DanySoftware
May 27, 2019
  • 2.1 MB

    File Size

  • Android 4.0+

    Android OS

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

}

}

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

Show More

What's new in the latest 1.0.5

Last updated on 2019-05-28
Add Banner
Show More

Videos and Screenshots

  • ESP8266 IoT poster
  • ESP8266 IoT screenshot 1
  • ESP8266 IoT screenshot 2
  • ESP8266 IoT screenshot 3
  • ESP8266 IoT screenshot 4
  • ESP8266 IoT screenshot 5

ESP8266 IoT APK Information

Latest Version
1.0.5
Category
Tools
Android OS
Android 4.0+
File Size
2.1 MB
Developer
DanySoftware
Safe & Fast APK Downloads on APKPure
APKPure uses signature verification to ensure virus-free ESP8266 IoT APK downloads for you.

Old Versions of ESP8266 IoT

APKPure icon

Super Fast and Safe Downloading via APKPure App

One-click to install XAPK/APK files on Android!

Download APKPure
thank icon
We use cookies and other technologies on this website to enhance your user experience.
By clicking any link on this page you are giving your consent to our Privacy Policy and Cookies Policy.
Learn More about Policies