esp-idf-lib icon indicating copy to clipboard operation
esp-idf-lib copied to clipboard

Driver for SIMCOM SIM7600 series

Open DhruvaG2000 opened this issue 5 years ago • 6 comments

I am requesting a driver for SIM7600X series.

Device description

  • The SIM7600 is Multi-Band LTE-TDD/LTE-FDD/HSPA+ and GSM/GPRS/EDGE module solution in a SMT type which supports LTE CAT1 up to 10Mbps for downlink data transfer.
  • It has strong extension capability with rich interfaces including UART, USB2.0, I2C, GPIO etc. With abundant application capability like TCP/UDP/FTP/FTPS/HTTP/HTTPS/DNS, the module provides much flexibility and ease of integration for customer's application.

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

DhruvaG2000 avatar Mar 09 '21 07:03 DhruvaG2000

Yes,this would be useful.

DarkExodus04 avatar Mar 09 '21 07:03 DarkExodus04

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 avatar Mar 10 '21 09:03 UncleRus

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

UncleRus avatar Mar 10 '21 09:03 UncleRus

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

DhruvaG2000 avatar Mar 10 '21 09:03 DhruvaG2000

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?

JaimeAlbq avatar Oct 11 '22 03:10 JaimeAlbq