SFeli / T-Call_HotSpot

Internetgateway with TTGO T-Call
22 stars 7 forks source link

Not connecting to Internet #6

Open noorhaq opened 2 years ago

noorhaq commented 2 years ago

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

SFeli commented 2 years ago

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

jaorillaneda commented 1 year ago

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

SFeli commented 6 months ago

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

ztjona commented 3 months ago

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?

SFeli commented 3 months ago

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.

ztjona commented 3 months ago

@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.

SFeli commented 3 months ago

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.