khoih-prog / GSM_Generic

Enables GSM/GRPS network connection using the GSM/GPRS modules. Use this library to make/receive voice calls, to send and receive SMS using Generic GSM/GPRS modules, such as u-blox SARA-U201 module.This library also allows you to connect to internet through the GPRS networks. You can either use Web Clients and Servers.
GNU General Public License v3.0
16 stars 7 forks source link

Add support for SIMCom LTE Module SIM7600E #6

Closed A-n-d-y-K closed 2 years ago

A-n-d-y-K commented 2 years ago

Describe the solution you'd like Dear contributors of GSM_Generic Repository. Thanks for your effort on creating and maintaining it. May I ask for an extension to support SIMCom LTE Module SIM7600E? Many thanks in advance.

khoih-prog commented 2 years ago

Sorry. I currently don't have any SIM7600xy to test and won't add the support to that SIMCom LTE Module SIM7600E anytime in the near future.

Try to use the TinyGSM Library which is supporting that SIM7600xy modules.

A-n-d-y-K commented 2 years ago

Hello @khoih-prog, thanks for your fast reply. Sadly TinyGSM Library does not support SSL for SIMCom LTE Module SIM7600E .

khoih-prog commented 2 years ago

Sadly TinyGSM Library does not support SSL for SIMCom LTE Module SIM7600E .

TinyGSM is the best library to use. I don't know why SSL is not supported yet. You can open an enhancement request there to know why or if SSL is actually supported by SIM7600xy design. I haven't done any research on SIM7600xy to know yet.

Do you know a library which is supporting this?

No. TinyGSM is the only and best one out there.

Is there a chance that you would extend this library with SSL for SIMCom LTE Module SIM7600E if you would have an SIM7600E module?

It's possible with SIM7600A, but I can't be 100% sure about it until spending some time to code and test. Actually SIM7600A has to be used here in Canada / North America. AFAIK, SIM7600E is designed for Thailand/Korea, and some countries in Asia. I'm not sure if SIM7600E is compatible here in Canada.

Another option is that you can also modify the TinyGSM / GSM_Generic code and add SSL support and test there yourself.