Search found 3 matches

by XuXiangJun
Thu May 09, 2019 9:01 am
Forum: ESP-MDF
Topic: Release of ESP-Mesh App Source Code
Replies: 5
Views: 12772

Re: Release of ESP-Mesh App Source Code

The API documentation address has updated
https://github.com/EspressifApp/EspMesh ... Apis_en.md
by XuXiangJun
Thu May 09, 2019 8:40 am
Forum: ESP-MDF
Topic: Release of ESP-Mesh App Source Code
Replies: 5
Views: 12772

Re: Release of ESP-Mesh App Source Code

There are 5 gradle files because the project contain 5 modules.

The page codes are in the module 'apph5', and the UI is implemented with JS.

If you want program only with JAVA, see APIs https://github.com/EspressifApp/EspMesh ... eshApis.md
by XuXiangJun
Tue Apr 16, 2019 2:44 am
Forum: ESP-IDF 中文讨论版
Topic: smartconfig
Replies: 2
Views: 5487

Re: smartconfig

目前的EspTouch协议下发送的数据内容都是固定的,不支持自定义数据

如果需要发送自定义数据的话,建议使用Blufi,这是基于BLE的配网协议
设备端:https://github.com/espressif/esp-idf/tr ... ooth/blufi
Android APP:https://github.com/EspressifApp/EspBlufiForAndroid
iOS APP:https://github.com/EspressifApp/EspBlufiForiOS