vshymanskyy / TinyGSM

A small Arduino library for GSM modules, that just works
GNU Lesser General Public License v3.0
1.95k stars 723 forks source link

HTTP on SIM7000 with NB-IoT #582

Open najabhaider96 opened 3 years ago

najabhaider96 commented 3 years ago

Hi,

I have SIM7000C with NB-IoT network connectivity.

I want exact example for HTTP requests on SIM7000C with NB-IoT network connectivity.

Please share with me if is there any tested example according to my requirement.

Thank you in advance.

edge7 commented 3 years ago

Hi there, You have to set those 2 params:

modem.setNetworkMode(38);
modem.setPreferredMode(2);

and then business as usual.

SRGDamia1 commented 2 years ago

Has this issue been resolved?