-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to access the ESP32 by Local_Ctrl? #12
Comments
If ESP32 device and mobile are connected to same network, app will display "Reachable on WLAN" for that device in Home screen. |
My ESP32 IP is 192.168.3.82; With the help of the IE browser, I enter http://192.168.3.82:8080; the followed log from UART0 of ESP32;Therefore,it means that Local control is enabled in the ESP32 firmware. However, in the LAN, my cellphone accesses the Internet by the WiFi, but the App did not display "Reachable on WLAN" in Home screen. |
Hi @feelkit , You can also refer Local Control doc. |
It is sure that Local control is enabled in the ESP32 firmware. |
@feelkit , in your logs, I see that the ESP Local Control is already enabled, and so the steps @khushbushah2302 mentioned seem to have already been done. ESP Local Control relies on mDNS for discovery. Using some app like Service Browser on Android or some other mDNS browser on the host machine, can you check if you can find the service of type _esp_local_control._tcp? |
As mentioned above, it indicates that there is no problem with the esp32 firmware. Is that the problem from APK about Andorid? |
Hi @feelkit , from the screenshot, it seems there is no issue with esp32 firmware. Android app should display "Reachable on WLAN" in home screen. |
Can you guys share any video tutorial or blog article or any example for ESP Rainmaker local control by using Arduino IDE codes? |
How to access the ESP32 by Local_Ctrl? We didn't even find the UI about it!
Thanks
The text was updated successfully, but these errors were encountered: