T-Call_HotSpot icon indicating copy to clipboard operation
T-Call_HotSpot copied to clipboard

Not connecting to Internet

Open noorhaq opened this issue 4 years ago • 7 comments

It is not connecting to internet at all. Like not accessing the APN of the provided network. Not even able to use 2G with it

noorhaq avatar Aug 29 '21 09:08 noorhaq

Hi Noorhaq, what board and which provider do you have selected? Are there some errors on the monitoring. what is the last message?

SFeli avatar Dec 11 '21 21:12 SFeli

Connected to the apn but can't provide internet access.

jaorillaneda avatar Sep 25 '22 07:09 jaorillaneda

Dear noorhaq and jaorillaneda, I have updated the whole programm and now there are more informatios and debugung statements. If you use VSCode you can select the log-level in the platformio.ini - file. Can you please try once again? thanks and have fun

SFeli avatar Jan 06 '24 16:01 SFeli

Hi, I have a similar problem: Modem connected 0.

[  3333][I][main.cpp:118] setup(): [GSM_module] Initializing modem...
[  5981][I][main.cpp:131] setup(): [GSM_module] Modem Info: SIM800 R13.08
[  5981][I][main.cpp:132] setup(): [GSM_module] Modem IMEI: 869139056733500
[  5988][I][main.cpp:133] setup(): [GSM_module] Modem Connected: 0
[  5994][I][main.cpp:134] setup(): [GSM_module] Modem Status:    1

What can I do?

ztjona avatar Mar 21 '24 23:03 ztjona

Hello ZTJONA, now you can connect with another device to the ESP. the ESP is acting as a HotSpot with the ID "T-Call". After the connection ist established you can use a Browser on the other device and request an Internetpage. e.g. vsh.pp.ua/TinyGSM/logo.txt. Hope it works for you. Please close the issue if it works.

SFeli avatar Mar 25 '24 16:03 SFeli

@SFeli, thanks for your reply.

I can connect to T-Call network. And I did accessed vsh.pp.ua/TinyGSM/logo.txt webiste from my phone.

The problem is that there is no internet connection. Thus I can not connect to any other website.

ztjona avatar Mar 25 '24 16:03 ztjona

Hi ZTjona,

I have added another routine which will establish a test-call to the demo internet page vsh.pp.ua/TinyGSM/logo.txt and will show the result to the console. If you see the TINYGSM in the console the ESP is connected to the internet. Otherwise it will report the issues. One hint - only text based internet pages are processed. If you have complex internet pages the HotSpot will not work.

SFeli avatar Mar 26 '24 09:03 SFeli