ESP8266 IoT
Install Now
ESP8266 IoT
ESP8266 IoT

ESP8266 IoT

Remote Management of Arduino by ESP8266 Module

Developer: DanySoftware
App Size: Varies With Device
Release Date: Nov 22, 2017
Price: Free
Price
Free
Size
Varies With Device

Screenshots for App

Mobile
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
Show Less
ESP8266 IoT 1.0.5 Update
2019-05-15 Version History
Add Banner

~DanySoftware
More Information about: ESP8266 IoT
Price: Free
Version: 1.0.5
Downloads: 697
Compatibility: Android 4.0
Bundle Id: it.danysoftware.esp8266controller
Size: Varies With Device
Last Update: 2019-05-15
Content Rating: Everyone
Release Date: Nov 22, 2017
Content Rating: Everyone
Developer: DanySoftware


Whatsapp
Vkontakte
Telegram
Reddit
Pinterest
Linkedin
Hide