Our website uses necessary cookies to enable basic functions and optional cookies to help us to enhance your user experience. Learn more about our cookie policy by clicking "Learn More".
Accept All Only Necessary Cookies
ESP8266 IoT 圖標

ESP8266 IoT


DanySoftware
1.0.5
  • 2019年05月28日
    Update date
  • Everyone
  • 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

上傳者

Icaro Benetty

系統要求

Android 4.0+

內容分級

Everyone

最新版本1.0.5更新日誌

Last updated on 2019年05月28日

Add Banner

更多

ESP8266 IoT 螢幕截圖

ESP8266 IoT 海報ESP8266 IoT 截圖 1

相關標籤

24 小時熱門文章

訂閱APKPure
第一時間獲取熱門安卓遊戲應用的首發體驗,最新資訊和玩法教程。
不,謝謝
訂閱
訂閱成功!
您已訂閱APKPure。