Our website uses necessary cookies to enable basic functions and optional cookies to help us to enhance your user experience. Learn more about our cookie policy by clicking "Learn More".
Accept All Only Necessary Cookies
ESP8266 IoT icon

ESP8266 IoT


DanySoftware
1.0.5
  • May 27, 2019
    Update date
  • Everyone
  • 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

Additional APP Information

Latest Version

1.0.5

Uploaded by

Icaro Benetty

Requires Android

Android 4.0+

Content Rating

Everyone

What's New in the Latest Version 1.0.5

Last updated on May 27, 2019

Add Banner

Show More

ESP8266 IoT Screenshots

ESP8266 IoT posterESP8266 IoT screenshot 1ESP8266 IoT screenshot 2ESP8266 IoT screenshot 3ESP8266 IoT screenshot 4ESP8266 IoT screenshot 5

Related Tags

Popular Articles In Last 24 Hours

Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Subscribed Successfully!
You're now subscribed to APKPure.