下載 APKPure App
可在安卓獲取ESP8266 IoT的歷史版本
採用ESP8266模塊的Arduino遠程管理
通過ESP8266模塊進行遠程Arduino管理的應用。
在此應用程序中,您可以下載Esp8266.bin文件以上載到模塊。
下面是Arduino與Esp8266通信的示例代碼。顯然後者必須只是開始的基礎,刺激你的聰明才智
************************************************** ************************************
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 =“”;
}
}
************************************************** **********************
Last updated on 2019年05月28日
Add Banner
ESP8266 IoT
1.0.5 by DanySoftware
2019年05月28日