Page 1 of 1

smartconfig

Posted: Thu Apr 11, 2019 6:42 am
by yuzhisheng
请问安卓EspTouch可以添加自己想要广播的数据吗?比如添加设备ID,希望ESP32能接收到这个ID

Re: smartconfig

Posted: Tue Apr 16, 2019 2:44 am
by XuXiangJun
目前的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

Re: smartconfig

Posted: Wed Jun 05, 2019 11:32 am
by yuzhisheng
后来发现广播的数据是固定的就没上论坛看了,今天才看到你的回复,感谢你的回复,你提供的办法我会去尝试的,谢谢