First, my scenario is:
1- I use Sandbox v0.9.0; and Ubuntu 14.04.
2- Download GPIO demo code from Sanbox.
3- Install GPIO demo for Android.
4- I flashing application on the NodeMcu development board with ESP8266 WiFi module with a CP2102 converter.
All above step is OK.
But, My problem is:
1- When I open the GPIO control app on the Android when I press + button and enter the token (esp8266); But not any endpoint found.
2- I want to Know I need set Wi-Fi SSID and password for ESP8266 when I run build.sh deploy command?!
Because by default ESP8266 just have a name.
3- I try with both option (set ESP8266 Wi-Fi SSID and pass, and my Wi-Fi SSID and password), but not found endpoint on the GPIO control app
答案 0 :(得分:0)
我找到了答案。
问:当我在Android上打开GPIO控制应用程序时,按+按钮输入令牌(esp8266);但找不到任何终点。
答:因为在刷新应用程序之前我们需要“Trustful”选项。
按照以下步骤操作:
管理员面板> 应用> GPIO控制从属> 凭据服务> 信任> 已保存。
此解决方案效果很好。