ESP8266 IoT
Remote Management of Arduino by ESP8266 Module
App info
Advertisement
App description
Android App Analysis and Review: ESP8266 IoT, Developed by DanySoftware. Listed in Tools Category. Current Version Is 1.0.5, Updated On 15/05/2019 . According to users reviews on Google Play: ESP8266 IoT. Achieved Over 699 Installs. ESP8266 IoT Currently Has 3 Reviews, Average Rating 1.0 Stars
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()) > ' ') Msg += (char) c;
if (c == ' ')
{
if (Msg.substring(0, 1).equals("$"))
{
Msg.remove(0, 1);
Serial.print("#");
Serial.println(Msg);
}
Msg = "";
}
}
************************************************************************
We are currently offering version 1.0.5. This is our latest, most optimized version. It is suitable for many different devices. Free download directly apk from the Google Play Store or other versions we're hosting. Moreover, you can download without registration and no login required.
We have more than 2000+ available devices for Samsung, Xiaomi, Huawei, Oppo, Vivo, Motorola, LG, Google, OnePlus, Sony, Tablet ... with so many options, it’s easy for you to choose games or software that fit your device.
It can come in handy if there are any country restrictions or any restrictions from the side of your device on the Google App Store.
What's New
Add Banner
