You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need some help, how to control from mobile phone, i conect to kame wifi go to 192.168.4.1 and I don`t know what to do. Is it a web, do I need a tcp socket?. Is there any android app to do it?
The text was updated successfully, but these errors were encountered:
I used a few tutorials that I found on-line to create a web server for the ESP8266 which hosted a page of buttons that I could press to control the robot. When the buttons are pressed they post a URL that the web server parses to obtain the command for the robot.
you can get a telnet client for your phone. Connect wifi to AP, connect the telnet app to the server and port. Once connected via telnet terminal, you can send number keys to do the actions in the code.
I need some help, how to control from mobile phone, i conect to kame wifi go to 192.168.4.1 and I don`t know what to do. Is it a web, do I need a tcp socket?. Is there any android app to do it?
The text was updated successfully, but these errors were encountered: