jagjeetsingh wrote:i have no experience with esp8266. Been searching for wifi modules for controlling robot from my phone or laptop.
The thing is as there always is some external wifi access point required in all projects i have seen.
i want to connect my phone directly to the module. Basically it should be acting as a wifi serial link, so i can send data to microcontroller via this module.
i have been looking at soft-ap mode, but there is no demonstration for that.
Search for server to find numerous webserver examples. That will set up the esp8266 as a server you can connect to with your phone.
But you still have to code the web page that you can use to control your robot. Accept commands from the phone and have the esp send the appropriate command to the robot.