We use cookies and other technologies on this website to enhance your user experience.
By clicking any link on this page you are giving your consent to our Privacy Policy and Cookies Policy.

关于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 =“”;

    }

}

************************************************** **********************

最新版本1.0.5更新日志

Last updated on 2019年05月28日

Add Banner

翻译中...

更多应用信息

最新版本

请求 ESP8266 IoT 更新 1.0.5

上传者

Icaro Benetty

系统要求

Android 4.0+

更多

ESP8266 IoT 屏幕截图

语言
订阅APKPure
第一时间获取热门安卓游戏应用的首发体验,最新资讯和玩法教程。
不,谢谢
订阅
订阅成功!
您已订阅APKPure。
订阅APKPure
第一时间获取热门安卓游戏应用的首发体验,最新资讯和玩法教程。
不,谢谢
订阅
成功!
您已订阅我们的邮件通知。