ESP8266 IoT

ESP8266 IoT

DanySoftware
2019年05月28日
  • 2.1 MB

    文件大小

  • Android 4.0+

    Android OS

关于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 海报
  • ESP8266 IoT 截图 1

ESP8266 IoT历史版本

ESP8266 IoT 1.0.5

2.1 MB2019年05月28日
下载

ESP8266 IoT 1.0.4

5.7 MB2017年11月25日
下载
APKPure 图标

在APKPure上极速安全下载应用

一键安装安卓XAPK/APK文件!

下载 APKPure
thank icon
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.
Learn More about Policies