First contact with Arduino/ESP.
Used with a ESP8266-01.
Try to set up a Soft-AP and get answer from there. But no success until now.
You can find attached:
Arduino-Programm with two Options to be un-comment:
O1: Attach as client to my WLAN-Router.
O2: Create Soft-AP and offer an own Network.
Then configure and start a server.
Wait for a client request and answer with a simple <h1> Headline.
Behaviour:
O1: See attached monitor protocol.
- Client connection established
- Request is received
- Answer can be read in browser I used to call the URL 192.168.0.97
OK SO FAR
O2: See attached monitor protocol.
- Soft AP established
- Connect with cell phone
- Number of connections becomes 1
- Call the URL 192.168.4.1 from cell phone browser
- NOTHING
NOT OK SO FAR
So ... does someone has a hint?