ESP8266 IoT icon

ESP8266 IoT

★★★★★
★★★★★
(0.00/5)

1.0.5Free4 years ago

Download ESP8266 IoT APK latest version Free for Android

Version 1.0.5
Update
Size 2.11 MB (2,216,096 bytes)
Developer DanySoftware
Category Apps, Tools
Package Name it.danysoftware.esp8266controller
OS 4.0 and up

ESP8266 IoT APPLICATION description

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 = "";
}
}
************************************************************************
↓ Read more
ESP8266 IoT screen 1 ESP8266 IoT screen 2 ESP8266 IoT screen 3 ESP8266 IoT screen 4 ESP8266 IoT screen 5 ESP8266 IoT screen 6

Old versions

Version Size Update
⇢ 1.0.5 (1 variants) ↓ 2.11 MB ◴ 4 years ago
⇢ 1.0.3 (1 variants) ↓ 5.59 MB ◴ 6 years ago