EsptouchForAndroid:ESP设备智能配网工具,快速连接目标AP

EspTouch is one way for Android Phone to tell the connected Router's Ssid, Password and etc. to make IOT devices to connect to the same Router. EspTouch is developed and maintained by Espressif Corp.

分支1Tags0
文件最后提交记录最后更新时间
4 年前
4 年前
4 年前
4 年前
4 年前
4 年前
4 年前
4 年前
4 年前
6 年前
5 年前
4 年前
4 年前

Android版EspTouch

此应用程序用于配置ESP设备连接目标Wi-Fi接入点(AP)。 设备需运行智能配置程序:esp-idfESP8266_RTOS_SDK

注意:EspTouchV2与EspTouch不兼容。

许可证

如何导入

  • 在项目根目录的build.gradle文件末尾添加:
    allprojects {
        repositories {
            ...
            maven { url 'https://jitpack.io' }
        }
    }
    
  • 然后,在应用模块的build.gradle文件中添加依赖项:
    implementation 'com.github.EspressifApp:lib-esptouch-android:1.1.1'
    
    implementation 'com.github.EspressifApp:lib-esptouch-v2-android:2.2.1'
    

库源代码

API文档

版本日志

发布版本

项目介绍

EspTouch is one way for Android Phone to tell the connected Router's Ssid, Password and etc. to make IOT devices to connect to the same Router. EspTouch is developed and maintained by Espressif Corp.

定制我的领域