-
Notifications
You must be signed in to change notification settings - Fork 7
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
Connecting to HTTP fail #1
Comments
Hello Juatmann, nice that you have found my code. |
Hello SFeli. Thanks for your response. I have checked your advice and it does not work. I have congured my wifi adapter in 2 ways: Here is the log: 07:37:01.717 -> Programm ESP32_TTGO_T_CALL_TinyGSM Now I am trying to modify your code to get internet connection without needing to enter that address in Browser. I want to get internet only with power on the board. Could you let me know how to modify it? Thanks for your support |
Hello and sorry for the late response, |
Hello, Kind Regards |
I have a TTGO Tcall V1.3 board. I filled APN data and uploaded your code.
Wifi AP is created, then I connect with my phone but says (no internet connection)
Here you have the serial monitor:
13:23:24.758 -> Programm ESP32_TTGO_T_CALL_TinyGSM
13:23:24.862 -> SYSTEM_EVENT_WIFI_READY
13:23:24.862 -> AccessPoint IP address: 192.168.4.1
13:23:24.862 -> :8083SYSTEM_EVENT_AP_START
13:23:24.862 -> WiFi Server started
13:23:24.862 -> IP5306 KeepOn OK
13:23:27.857 -> Initializing modem...
13:23:29.483 -> ModemInfo: SIM800 R14.18
13:23:29.653 -> Modemstatus: 1
13:23:33.957 -> SYSTEM_EVENT_AP_STACONNECTED
13:23:34.060 -> dhcps: send_offer>>udp_sendto result 0
13:23:34.094 -> SYSTEM_EVENT_AP_STAIPASSIGNED
13:23:34.094 -> Waiting for network... OK
13:23:36.910 -> Network connected
13:23:36.910 -> Connecting to APN: airtelwap.es OK
13:23:50.618 -> New Session.
13:23:50.618 -> GET / HTTP/1.1req_server.length(): 5
13:23:50.618 -> HTTP
13:23:50.618 -> resource: HTTP
13:23:50.618 -> Connecting to HTTP fail
13:24:01.580 -> Client Disconnected.
13:24:01.580 -> New Session.
13:24:01.580 -> GET / HTTP/1.1req_server.length(): 5
13:24:01.580 -> HTTP
13:24:01.580 -> resource: HTTP
13:24:01.580 -> Connecting to HTTP fail
13:24:12.510 -> Client Disconnected.
13:24:12.510 -> New Session.
13:24:12.613 -> GET / HTTP/1.1req_server.length(): 5
13:24:12.613 -> HTTP
13:24:12.613 -> resource: HTTP
13:24:12.613 -> Connecting to HTTP fail
13:24:23.688 -> Client Disconnected.
13:24:23.890 -> New Session.
13:24:23.890 -> GET / HTTP/1.1req_server.length(): 5
13:24:23.890 -> HTTP
13:24:23.890 -> resource: HTTP
13:24:23.890 -> Connecting to HTTP fail
13:24:34.910 -> Client Disconnected.
The text was updated successfully, but these errors were encountered: