Android Question Android Cell Phone to ESP32- Initial Connection

rodmcm

Active Member
Licensed User
Longtime User
Hi I have a B4a APP that sends WIFI credentials to the ESP
I connect the cell phone WiFi to the ESP32 AP network and then the APP sends down my password and ssif

When I connect the cell to the ESP32 I get the following sent to the ESP.. Can anyone explain this please
The 192.168.4.1 is the default AP address on the ESP32


GET / HTTP/1.1

Connection: close

User-Agent: Dalvik/2.1.0 (Linux; U; Android 15; SM-A266B Build/AP3A.240905.015.A2)

Host: 192.168.4.1

Accept-Encoding: gzip
 

rodmcm

Active Member
Licensed User
Longtime User
Thanks for that Erel.. it is not the app sending the information but the cell phone.. I had hoped there was some bright people who could tell me why.. probably not thecright forum but I always get the best answers from B4x forums
 
Upvote 0

teddybear

Well-Known Member
Licensed User
Hi I have a B4a APP that sends WIFI credentials to the ESP
I connect the cell phone WiFi to the ESP32 AP network and then the APP sends down my password and ssif

When I connect the cell to the ESP32 I get the following sent to the ESP.. Can anyone explain this please
The 192.168.4.1 is the default AP address on the ESP32


GET / HTTP/1.1

Connection: close

User-Agent: Dalvik/2.1.0 (Linux; U; Android 15; SM-A266B Build/AP3A.240905.015.A2)

Host: 192.168.4.1

Accept-Encoding: gzip
On AP mode, obviously you need a webserver to do that.
Perhaps this is what you want.
 
Upvote 0
Top