ESP8266 IoT

ESP8266 IoT
The official app & game
Distributed by UptoPlay
SCREENSHOTS
DESCRIPTION
Use UptoPlay to play online the game ESP8266 IoT.
Application for Remote Arduino Management via ESP8266 Module.
From this App you can play online 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 = "";
}
}
************************************************************************
Enjoy with UptoPlay the online game ESP8266 IoT.
ADDITIONAL INFORMATION
Developer: DanySoftware
Genre: Tools
App version: 1.0.5
App size: 2.1M
Page navigation: