Back to Top
ESP8266 IoT Screenshot 0
ESP8266 IoT Screenshot 1
ESP8266 IoT Screenshot 2
ESP8266 IoT Screenshot 3
Free website generator for mobile apps; privacy policy, app-ads.txt support and more... AppPage.net

About ESP8266 IoT

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

Similar Apps

BlackBoard at School

BlackBoard at School

4.7

An amusing and useful Multimedia Blackboard for taking notes, writing, drawing and...

Blackboard

Blackboard

0.0

Use this simple blackboard for drawing and painting in freedom what passes...

Data Bank - Passwords Wallet

Data Bank - Passwords Wallet

0.0

DataBank is a personal and sensitive Data Manager.You will never again have...