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