UncleRus / esp-idf-lib

Component library for ESP32-xx and ESP8266
https://esp-idf-lib.readthedocs.io/en/latest/
1.37k stars 424 forks source link

Driver for SIMCOM SIM7600 series #162

Open DhruvaG2000 opened 3 years ago

DhruvaG2000 commented 3 years ago

I am requesting a driver for SIM7600X series.

Device description

Device information

The SIM7600 series integrates multiple satellite high accuracy positioning GNSS systems, with multiple built-in network protocols, supports drivers for main operation systems (USB driver for Windows, Linux and Android etc.) and software function, AT commands are compatible with SIM7500/SIM7600-H series modules. Meanwhile the SIM7600 series integrates main industrial standard interfaces, with powerful expansibility, including abundant interfaces such as UART, USB, I2C, GPIO, which is suitable for main IoT applications such as telematics, surveillance devices, CPE, industrial routers, and remote diagnostics etc.

The product information and the data sheet can be found at: https://www.simcom.com/product/SIM7600X.html

Purchasing the product

The device can be purchased at:

Other implementation

There is a Arduino GSM library at https://github.com/vshymanskyy/TinyGSM

DarkExodus04 commented 3 years ago

Yes,this would be useful.

UncleRus commented 3 years ago

This will take some time. Firstly, I don't have this module and secondly, I can't just port TinyGSM because of the license: only licenses allowed in this project are MIT, BSD, EPL, ISC, CC and so on, no GPL/LGPL.

UncleRus commented 3 years ago

But, of course, you can develop the driver yourself or at least help me (or other developers) in debugging.

DhruvaG2000 commented 3 years ago

Yes, let us know how we can collab, We would be happy to test, debug and develop as we have the actual module.

JaimeAlbq commented 1 year ago

Hello @olliiiver,

I saw that you have created a driver for SIM7600.

Would it be possible to help us porting it, since it is MIT licensed, to this library?