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 圖標

1.0.5 by DanySoftware


2019年05月28日

關於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
第一時間獲取熱門安卓遊戲應用的首發體驗,最新資訊和玩法教程。
不,謝謝
訂閱
成功!
您已訂閱我們的郵件通知。