diff --git a/README.md b/README.md index 90dcfb9..63f1398 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,10 @@ # News -- The TinyGSM used in the example is a [fork](https://github.com/lewisxhe/TinyGSM) to support A7670,A7608,SIM7672,If you use the master branch, the compilation will not go smoothly +- The TinyGSM used in the example is a [fork](https://github.com/lewisxhe/TinyGSM) to support A7670,A7608,SIM7672G,SIM7670G, If you use the master branch, the compilation will not go smoothly - A7670G/A7670E/A7670SA are collectively referred to as A7670X - A7608SA-H/A7608E-H,A7608E,A7608SA are collectively referred to as A7608X +- **SIM7672G** and **SIM7670G** are exactly the same, except for the name change , The readme file indicates these two models with **SIM767X** # 1️⃣Product @@ -17,7 +18,7 @@ | [T-A7608][3] | ESP32-WROVER-E | 4MB | 8MB(QSPI) | [schematic](./schematic/T-A7608X-V1.0.pdf) | | [T-A7608-DC-S3][4] | ESP32-S3-WROOM-1 | 16MB | 8MB(OPI) | [schematic](./schematic/T-A7608X-DC-S3-V1.0.pdf) | | [T-A7608-S3][5] | ESP32-S3-WROOM-1 | 16MB | 8MB(OPI) | [schematic](./schematic/T-A7608-S3-V1.0.pdf) | -| [T-SIM7672G-S3][6] | ESP32-S3-WROOM-1 | 16MB | 8MB(OPI) | [schematic](./schematic/T-SIM7672G-S3-V1.0.pdf) | +| [T-SIM767XG-S3][6] | ESP32-S3-WROOM-1 | 16MB | 8MB(OPI) | [schematic](./schematic/T-SIM767XG-S3-V1.0.pdf) | [1]: https://www.lilygo.cc/products/t-sim-a7670e [2]: https://www.lilygo.cc @@ -28,7 +29,7 @@ ## 2️⃣Examples -| Example | [T-A7670X][1] | [T-Call-A7670X][2] | [T-SIM7672G-S3][6] | [T-A7608][3] | [T-A7608-DC-S3][4] | [T-A7608-S3][5] | +| Example | [T-A7670X][1] | [T-Call-A7670X][2] | [T-SIM767XG-S3][6] | [T-A7608][3] | [T-A7608-DC-S3][4] | [T-A7608-S3][5] | | ------------------ | ----------------- | ------------------ | ------------------ | --------------- | ------------------ | --------------- | | ATdebug | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | Blynk_Console | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | @@ -92,7 +93,7 @@ 3. Install [Arduino ESP32 2.0.5 or above](https://docs.espressif.com/projects/arduino-esp32/en/latest/) 4. Copy all folders in [lib folder](./lib/) to Arduino library folder (e.g. C:\Users\YourName\Documents\Arduino\libraries) 5. Open ArduinoIDE ,`Tools` , Look at the picture to choose - | [T-A7670X][1]/[T-Call-A7670X][2]/[T-A7608][3] | [T-A7608-DC-S3][4]/[T-A7608-DC-S3][4]/[T-A7608-S3][5]/[T-SIM7672G-S3][6] | + | [T-A7670X][1]/[T-Call-A7670X][2]/[T-A7608][3] | [T-A7608-DC-S3][4]/[T-A7608-DC-S3][4]/[T-A7608-S3][5]/[T-SIM767XG-S3][6] | | --------------------------------------------- | ------------------------------------------------------------------------ | | ![esp32dev](images/esp32dev.jpg) | ![esp32s3dev](images/esp32s3dev.jpg) | 6. `LilyGO-T-A76XX` folder -> `examples` -> `Choose the appropriate example from the list above` @@ -144,8 +145,8 @@ 3. If there is no VBAT, you can also connect it to the VBUS Pin, which is the input pin for USB power supply. Connecting it to VBUS will share the 5V of the USBC. Please note that when connecting an external charger, disconnect the USBC or disconnect the solar energy. enter - How to use voice call example? 1. Voice calls require external welding of the condenser microphone and speaker. Generally, the board silk screen is marked SPK. The speaker needs to be welded, and the MIC silk screen position needs to weld the condenser microphone. -- SIM7672G sendSMS and VoiceCall? - 1. Although the manual of SIM7672G states that it has the functions of making voice calls and sending text messages, the current firmware does not support it. +- SIM767XG sendSMS and VoiceCall? + 1. Although the manual of SIM767XG states that it has the functions of making voice calls and sending text messages, the current firmware does not support it. - Unable to detect SIMCard? 1. All SIM series need to insert the SIMCard into the board first and then power on to detect the SIM card. If the order is reversed, it will report that the SIMCard cannot be detected. @@ -166,7 +167,7 @@ - [A76xx Sleep Application](./datasheet/A76XX/A76XX%20Series_Sleep%20Mode_Application%20Note_V1.02.pdf) - [A76xx Hardware Design manual](./datasheet/A76XX/A7670C_R2_硬件设计手册_V1.06.pdf) - [A76xx TCPIP Application](./datasheet/A76XX/A76XX%20Series_TCPIP_Application%20Note_V1.02.pdf) -3. SIM7672-Datasheet +3. SIM767XG-Datasheet - [SIM7672 Hardware Design manual](./datasheet/SIM7672G/SIM7672X_Series_Hardware_Design_V1.02.pdf) - [SIM7672 AT Command](./datasheet/SIM7672G/SIM767XX%20Series_AT_Command_Manual_V1.01.pdf) 4. Schematic diff --git a/datasheet/A76XX/A7670G_Spec.pdf b/datasheet/A76XX/A7670G_Spec.pdf new file mode 100644 index 0000000..1b5b72d Binary files /dev/null and b/datasheet/A76XX/A7670G_Spec.pdf differ diff --git a/datasheet/SIM7672G/SIM7672X_Series_Hardware_Design_V1.02.pdf b/datasheet/SIM767X/SIM7672X_Series_Hardware_Design_V1.02.pdf similarity index 100% rename from datasheet/SIM7672G/SIM7672X_Series_Hardware_Design_V1.02.pdf rename to datasheet/SIM767X/SIM7672X_Series_Hardware_Design_V1.02.pdf diff --git a/datasheet/SIM7672G/SIM767XX Series_AT_Command_Manual_V1.01.pdf b/datasheet/SIM767X/SIM767XX Series_AT_Command_Manual_V1.01.pdf similarity index 100% rename from datasheet/SIM7672G/SIM767XX Series_AT_Command_Manual_V1.01.pdf rename to datasheet/SIM767X/SIM767XX Series_AT_Command_Manual_V1.01.pdf diff --git a/examples/ATdebug/utilities.h b/examples/ATdebug/utilities.h index 4d1b085..a06f551 100644 --- a/examples/ATdebug/utilities.h +++ b/examples/ATdebug/utilities.h @@ -19,7 +19,8 @@ // #define LILYGO_T_CALL_A7670 -// #define LILYGO_T_SIM7672G_S3 +//! SIM7672G and SIM7670G are exactly the same, except for the name change +// #define LILYGO_T_SIM767XG_S3 // #define LILYGO_T_A7608X @@ -82,7 +83,7 @@ #define TINY_GSM_MODEM_A7670 #endif -#elif defined(LILYGO_T_SIM7672G_S3) +#elif defined(LILYGO_T_SIM767XG_S3) #define MODEM_BAUDRATE (115200) #define MODEM_DTR_PIN (9) #define MODEM_TX_PIN (11) diff --git a/examples/Blynk_Console/utilities.h b/examples/Blynk_Console/utilities.h index 4d1b085..a06f551 100644 --- a/examples/Blynk_Console/utilities.h +++ b/examples/Blynk_Console/utilities.h @@ -19,7 +19,8 @@ // #define LILYGO_T_CALL_A7670 -// #define LILYGO_T_SIM7672G_S3 +//! SIM7672G and SIM7670G are exactly the same, except for the name change +// #define LILYGO_T_SIM767XG_S3 // #define LILYGO_T_A7608X @@ -82,7 +83,7 @@ #define TINY_GSM_MODEM_A7670 #endif -#elif defined(LILYGO_T_SIM7672G_S3) +#elif defined(LILYGO_T_SIM767XG_S3) #define MODEM_BAUDRATE (115200) #define MODEM_DTR_PIN (9) #define MODEM_TX_PIN (11) diff --git a/examples/DeepSleep/utilities.h b/examples/DeepSleep/utilities.h index 4d1b085..a06f551 100644 --- a/examples/DeepSleep/utilities.h +++ b/examples/DeepSleep/utilities.h @@ -19,7 +19,8 @@ // #define LILYGO_T_CALL_A7670 -// #define LILYGO_T_SIM7672G_S3 +//! SIM7672G and SIM7670G are exactly the same, except for the name change +// #define LILYGO_T_SIM767XG_S3 // #define LILYGO_T_A7608X @@ -82,7 +83,7 @@ #define TINY_GSM_MODEM_A7670 #endif -#elif defined(LILYGO_T_SIM7672G_S3) +#elif defined(LILYGO_T_SIM767XG_S3) #define MODEM_BAUDRATE (115200) #define MODEM_DTR_PIN (9) #define MODEM_TX_PIN (11) diff --git a/examples/GPS_BuiltIn/utilities.h b/examples/GPS_BuiltIn/utilities.h index 4d1b085..a06f551 100644 --- a/examples/GPS_BuiltIn/utilities.h +++ b/examples/GPS_BuiltIn/utilities.h @@ -19,7 +19,8 @@ // #define LILYGO_T_CALL_A7670 -// #define LILYGO_T_SIM7672G_S3 +//! SIM7672G and SIM7670G are exactly the same, except for the name change +// #define LILYGO_T_SIM767XG_S3 // #define LILYGO_T_A7608X @@ -82,7 +83,7 @@ #define TINY_GSM_MODEM_A7670 #endif -#elif defined(LILYGO_T_SIM7672G_S3) +#elif defined(LILYGO_T_SIM767XG_S3) #define MODEM_BAUDRATE (115200) #define MODEM_DTR_PIN (9) #define MODEM_TX_PIN (11) diff --git a/examples/GPS_NMEA_Parse/utilities.h b/examples/GPS_NMEA_Parse/utilities.h index 4d1b085..a06f551 100644 --- a/examples/GPS_NMEA_Parse/utilities.h +++ b/examples/GPS_NMEA_Parse/utilities.h @@ -19,7 +19,8 @@ // #define LILYGO_T_CALL_A7670 -// #define LILYGO_T_SIM7672G_S3 +//! SIM7672G and SIM7670G are exactly the same, except for the name change +// #define LILYGO_T_SIM767XG_S3 // #define LILYGO_T_A7608X @@ -82,7 +83,7 @@ #define TINY_GSM_MODEM_A7670 #endif -#elif defined(LILYGO_T_SIM7672G_S3) +#elif defined(LILYGO_T_SIM767XG_S3) #define MODEM_BAUDRATE (115200) #define MODEM_DTR_PIN (9) #define MODEM_TX_PIN (11) diff --git a/examples/HttpClient/utilities.h b/examples/HttpClient/utilities.h index 4d1b085..a06f551 100644 --- a/examples/HttpClient/utilities.h +++ b/examples/HttpClient/utilities.h @@ -19,7 +19,8 @@ // #define LILYGO_T_CALL_A7670 -// #define LILYGO_T_SIM7672G_S3 +//! SIM7672G and SIM7670G are exactly the same, except for the name change +// #define LILYGO_T_SIM767XG_S3 // #define LILYGO_T_A7608X @@ -82,7 +83,7 @@ #define TINY_GSM_MODEM_A7670 #endif -#elif defined(LILYGO_T_SIM7672G_S3) +#elif defined(LILYGO_T_SIM767XG_S3) #define MODEM_BAUDRATE (115200) #define MODEM_DTR_PIN (9) #define MODEM_TX_PIN (11) diff --git a/examples/HttpsBuiltlnGet/utilities.h b/examples/HttpsBuiltlnGet/utilities.h index 4d1b085..a06f551 100644 --- a/examples/HttpsBuiltlnGet/utilities.h +++ b/examples/HttpsBuiltlnGet/utilities.h @@ -19,7 +19,8 @@ // #define LILYGO_T_CALL_A7670 -// #define LILYGO_T_SIM7672G_S3 +//! SIM7672G and SIM7670G are exactly the same, except for the name change +// #define LILYGO_T_SIM767XG_S3 // #define LILYGO_T_A7608X @@ -82,7 +83,7 @@ #define TINY_GSM_MODEM_A7670 #endif -#elif defined(LILYGO_T_SIM7672G_S3) +#elif defined(LILYGO_T_SIM767XG_S3) #define MODEM_BAUDRATE (115200) #define MODEM_DTR_PIN (9) #define MODEM_TX_PIN (11) diff --git a/examples/HttpsBuiltlnPost/utilities.h b/examples/HttpsBuiltlnPost/utilities.h index 4d1b085..a06f551 100644 --- a/examples/HttpsBuiltlnPost/utilities.h +++ b/examples/HttpsBuiltlnPost/utilities.h @@ -19,7 +19,8 @@ // #define LILYGO_T_CALL_A7670 -// #define LILYGO_T_SIM7672G_S3 +//! SIM7672G and SIM7670G are exactly the same, except for the name change +// #define LILYGO_T_SIM767XG_S3 // #define LILYGO_T_A7608X @@ -82,7 +83,7 @@ #define TINY_GSM_MODEM_A7670 #endif -#elif defined(LILYGO_T_SIM7672G_S3) +#elif defined(LILYGO_T_SIM767XG_S3) #define MODEM_BAUDRATE (115200) #define MODEM_DTR_PIN (9) #define MODEM_TX_PIN (11) diff --git a/examples/HttpsClient/utilities.h b/examples/HttpsClient/utilities.h index 4d1b085..a06f551 100644 --- a/examples/HttpsClient/utilities.h +++ b/examples/HttpsClient/utilities.h @@ -19,7 +19,8 @@ // #define LILYGO_T_CALL_A7670 -// #define LILYGO_T_SIM7672G_S3 +//! SIM7672G and SIM7670G are exactly the same, except for the name change +// #define LILYGO_T_SIM767XG_S3 // #define LILYGO_T_A7608X @@ -82,7 +83,7 @@ #define TINY_GSM_MODEM_A7670 #endif -#elif defined(LILYGO_T_SIM7672G_S3) +#elif defined(LILYGO_T_SIM767XG_S3) #define MODEM_BAUDRATE (115200) #define MODEM_DTR_PIN (9) #define MODEM_TX_PIN (11) diff --git a/examples/HttpsOTAUpgrade/HttpsOTAUpgrade.ino b/examples/HttpsOTAUpgrade/HttpsOTAUpgrade.ino index 2a2abcb..b9a8c68 100644 --- a/examples/HttpsOTAUpgrade/HttpsOTAUpgrade.ino +++ b/examples/HttpsOTAUpgrade/HttpsOTAUpgrade.ino @@ -23,7 +23,7 @@ const char *server_url = "https://lewishe.pro/ota/firmware-a7670.bin"; #elif defined(LILYGO_T_CALL_A7670) const char *server_url = "https://lewishe.pro/ota/firmware-tcall-a7670.bin"; -#elif defined(LILYGO_T_SIM7672G_S3) +#elif defined(LILYGO_T_SIM767XG_S3) const char *server_url = "https://lewishe.pro/ota/firmware-sim7672g.bin"; #elif defined(LILYGO_T_A7608X) const char *server_url = "https://lewishe.pro/ota/firmware-a7608.bin"; diff --git a/examples/HttpsOTAUpgrade/utilities.h b/examples/HttpsOTAUpgrade/utilities.h index 4d1b085..a06f551 100644 --- a/examples/HttpsOTAUpgrade/utilities.h +++ b/examples/HttpsOTAUpgrade/utilities.h @@ -19,7 +19,8 @@ // #define LILYGO_T_CALL_A7670 -// #define LILYGO_T_SIM7672G_S3 +//! SIM7672G and SIM7670G are exactly the same, except for the name change +// #define LILYGO_T_SIM767XG_S3 // #define LILYGO_T_A7608X @@ -82,7 +83,7 @@ #define TINY_GSM_MODEM_A7670 #endif -#elif defined(LILYGO_T_SIM7672G_S3) +#elif defined(LILYGO_T_SIM767XG_S3) #define MODEM_BAUDRATE (115200) #define MODEM_DTR_PIN (9) #define MODEM_TX_PIN (11) diff --git a/examples/LBSExample/utilities.h b/examples/LBSExample/utilities.h index 4d1b085..a06f551 100644 --- a/examples/LBSExample/utilities.h +++ b/examples/LBSExample/utilities.h @@ -19,7 +19,8 @@ // #define LILYGO_T_CALL_A7670 -// #define LILYGO_T_SIM7672G_S3 +//! SIM7672G and SIM7670G are exactly the same, except for the name change +// #define LILYGO_T_SIM767XG_S3 // #define LILYGO_T_A7608X @@ -82,7 +83,7 @@ #define TINY_GSM_MODEM_A7670 #endif -#elif defined(LILYGO_T_SIM7672G_S3) +#elif defined(LILYGO_T_SIM767XG_S3) #define MODEM_BAUDRATE (115200) #define MODEM_DTR_PIN (9) #define MODEM_TX_PIN (11) diff --git a/examples/ModemSleep/utilities.h b/examples/ModemSleep/utilities.h index 4d1b085..a06f551 100644 --- a/examples/ModemSleep/utilities.h +++ b/examples/ModemSleep/utilities.h @@ -19,7 +19,8 @@ // #define LILYGO_T_CALL_A7670 -// #define LILYGO_T_SIM7672G_S3 +//! SIM7672G and SIM7670G are exactly the same, except for the name change +// #define LILYGO_T_SIM767XG_S3 // #define LILYGO_T_A7608X @@ -82,7 +83,7 @@ #define TINY_GSM_MODEM_A7670 #endif -#elif defined(LILYGO_T_SIM7672G_S3) +#elif defined(LILYGO_T_SIM767XG_S3) #define MODEM_BAUDRATE (115200) #define MODEM_DTR_PIN (9) #define MODEM_TX_PIN (11) diff --git a/examples/MqttClient/utilities.h b/examples/MqttClient/utilities.h index 4d1b085..a06f551 100644 --- a/examples/MqttClient/utilities.h +++ b/examples/MqttClient/utilities.h @@ -19,7 +19,8 @@ // #define LILYGO_T_CALL_A7670 -// #define LILYGO_T_SIM7672G_S3 +//! SIM7672G and SIM7670G are exactly the same, except for the name change +// #define LILYGO_T_SIM767XG_S3 // #define LILYGO_T_A7608X @@ -82,7 +83,7 @@ #define TINY_GSM_MODEM_A7670 #endif -#elif defined(LILYGO_T_SIM7672G_S3) +#elif defined(LILYGO_T_SIM767XG_S3) #define MODEM_BAUDRATE (115200) #define MODEM_DTR_PIN (9) #define MODEM_TX_PIN (11) diff --git a/examples/MqttsBuiltlnAWS/utilities.h b/examples/MqttsBuiltlnAWS/utilities.h index 4d1b085..a06f551 100644 --- a/examples/MqttsBuiltlnAWS/utilities.h +++ b/examples/MqttsBuiltlnAWS/utilities.h @@ -19,7 +19,8 @@ // #define LILYGO_T_CALL_A7670 -// #define LILYGO_T_SIM7672G_S3 +//! SIM7672G and SIM7670G are exactly the same, except for the name change +// #define LILYGO_T_SIM767XG_S3 // #define LILYGO_T_A7608X @@ -82,7 +83,7 @@ #define TINY_GSM_MODEM_A7670 #endif -#elif defined(LILYGO_T_SIM7672G_S3) +#elif defined(LILYGO_T_SIM767XG_S3) #define MODEM_BAUDRATE (115200) #define MODEM_DTR_PIN (9) #define MODEM_TX_PIN (11) diff --git a/examples/MqttsBuiltlnAuth/utilities.h b/examples/MqttsBuiltlnAuth/utilities.h index 4d1b085..a06f551 100644 --- a/examples/MqttsBuiltlnAuth/utilities.h +++ b/examples/MqttsBuiltlnAuth/utilities.h @@ -19,7 +19,8 @@ // #define LILYGO_T_CALL_A7670 -// #define LILYGO_T_SIM7672G_S3 +//! SIM7672G and SIM7670G are exactly the same, except for the name change +// #define LILYGO_T_SIM767XG_S3 // #define LILYGO_T_A7608X @@ -82,7 +83,7 @@ #define TINY_GSM_MODEM_A7670 #endif -#elif defined(LILYGO_T_SIM7672G_S3) +#elif defined(LILYGO_T_SIM767XG_S3) #define MODEM_BAUDRATE (115200) #define MODEM_DTR_PIN (9) #define MODEM_TX_PIN (11) diff --git a/examples/MqttsBuiltlnHivemq/utilities.h b/examples/MqttsBuiltlnHivemq/utilities.h index 4d1b085..a06f551 100644 --- a/examples/MqttsBuiltlnHivemq/utilities.h +++ b/examples/MqttsBuiltlnHivemq/utilities.h @@ -19,7 +19,8 @@ // #define LILYGO_T_CALL_A7670 -// #define LILYGO_T_SIM7672G_S3 +//! SIM7672G and SIM7670G are exactly the same, except for the name change +// #define LILYGO_T_SIM767XG_S3 // #define LILYGO_T_A7608X @@ -82,7 +83,7 @@ #define TINY_GSM_MODEM_A7670 #endif -#elif defined(LILYGO_T_SIM7672G_S3) +#elif defined(LILYGO_T_SIM767XG_S3) #define MODEM_BAUDRATE (115200) #define MODEM_DTR_PIN (9) #define MODEM_TX_PIN (11) diff --git a/examples/MqttsBuiltlnSSL/utilities.h b/examples/MqttsBuiltlnSSL/utilities.h index 4d1b085..a06f551 100644 --- a/examples/MqttsBuiltlnSSL/utilities.h +++ b/examples/MqttsBuiltlnSSL/utilities.h @@ -19,7 +19,8 @@ // #define LILYGO_T_CALL_A7670 -// #define LILYGO_T_SIM7672G_S3 +//! SIM7672G and SIM7670G are exactly the same, except for the name change +// #define LILYGO_T_SIM767XG_S3 // #define LILYGO_T_A7608X @@ -82,7 +83,7 @@ #define TINY_GSM_MODEM_A7670 #endif -#elif defined(LILYGO_T_SIM7672G_S3) +#elif defined(LILYGO_T_SIM767XG_S3) #define MODEM_BAUDRATE (115200) #define MODEM_DTR_PIN (9) #define MODEM_TX_PIN (11) diff --git a/examples/Network/utilities.h b/examples/Network/utilities.h index 4d1b085..a06f551 100644 --- a/examples/Network/utilities.h +++ b/examples/Network/utilities.h @@ -19,7 +19,8 @@ // #define LILYGO_T_CALL_A7670 -// #define LILYGO_T_SIM7672G_S3 +//! SIM7672G and SIM7670G are exactly the same, except for the name change +// #define LILYGO_T_SIM767XG_S3 // #define LILYGO_T_A7608X @@ -82,7 +83,7 @@ #define TINY_GSM_MODEM_A7670 #endif -#elif defined(LILYGO_T_SIM7672G_S3) +#elif defined(LILYGO_T_SIM767XG_S3) #define MODEM_BAUDRATE (115200) #define MODEM_DTR_PIN (9) #define MODEM_TX_PIN (11) diff --git a/examples/ReadBattery/utilities.h b/examples/ReadBattery/utilities.h index 4d1b085..a06f551 100644 --- a/examples/ReadBattery/utilities.h +++ b/examples/ReadBattery/utilities.h @@ -19,7 +19,8 @@ // #define LILYGO_T_CALL_A7670 -// #define LILYGO_T_SIM7672G_S3 +//! SIM7672G and SIM7670G are exactly the same, except for the name change +// #define LILYGO_T_SIM767XG_S3 // #define LILYGO_T_A7608X @@ -82,7 +83,7 @@ #define TINY_GSM_MODEM_A7670 #endif -#elif defined(LILYGO_T_SIM7672G_S3) +#elif defined(LILYGO_T_SIM767XG_S3) #define MODEM_BAUDRATE (115200) #define MODEM_DTR_PIN (9) #define MODEM_TX_PIN (11) diff --git a/examples/SDCard/utilities.h b/examples/SDCard/utilities.h index 4d1b085..a06f551 100644 --- a/examples/SDCard/utilities.h +++ b/examples/SDCard/utilities.h @@ -19,7 +19,8 @@ // #define LILYGO_T_CALL_A7670 -// #define LILYGO_T_SIM7672G_S3 +//! SIM7672G and SIM7670G are exactly the same, except for the name change +// #define LILYGO_T_SIM767XG_S3 // #define LILYGO_T_A7608X @@ -82,7 +83,7 @@ #define TINY_GSM_MODEM_A7670 #endif -#elif defined(LILYGO_T_SIM7672G_S3) +#elif defined(LILYGO_T_SIM767XG_S3) #define MODEM_BAUDRATE (115200) #define MODEM_DTR_PIN (9) #define MODEM_TX_PIN (11) diff --git a/examples/SPIExample/utilities.h b/examples/SPIExample/utilities.h index 4d1b085..a06f551 100644 --- a/examples/SPIExample/utilities.h +++ b/examples/SPIExample/utilities.h @@ -19,7 +19,8 @@ // #define LILYGO_T_CALL_A7670 -// #define LILYGO_T_SIM7672G_S3 +//! SIM7672G and SIM7670G are exactly the same, except for the name change +// #define LILYGO_T_SIM767XG_S3 // #define LILYGO_T_A7608X @@ -82,7 +83,7 @@ #define TINY_GSM_MODEM_A7670 #endif -#elif defined(LILYGO_T_SIM7672G_S3) +#elif defined(LILYGO_T_SIM767XG_S3) #define MODEM_BAUDRATE (115200) #define MODEM_DTR_PIN (9) #define MODEM_TX_PIN (11) diff --git a/examples/SendSMS/utilities.h b/examples/SendSMS/utilities.h index 4d1b085..a06f551 100644 --- a/examples/SendSMS/utilities.h +++ b/examples/SendSMS/utilities.h @@ -19,7 +19,8 @@ // #define LILYGO_T_CALL_A7670 -// #define LILYGO_T_SIM7672G_S3 +//! SIM7672G and SIM7670G are exactly the same, except for the name change +// #define LILYGO_T_SIM767XG_S3 // #define LILYGO_T_A7608X @@ -82,7 +83,7 @@ #define TINY_GSM_MODEM_A7670 #endif -#elif defined(LILYGO_T_SIM7672G_S3) +#elif defined(LILYGO_T_SIM767XG_S3) #define MODEM_BAUDRATE (115200) #define MODEM_DTR_PIN (9) #define MODEM_TX_PIN (11) diff --git a/examples/SerialRS485/utilities.h b/examples/SerialRS485/utilities.h index 4d1b085..a06f551 100644 --- a/examples/SerialRS485/utilities.h +++ b/examples/SerialRS485/utilities.h @@ -19,7 +19,8 @@ // #define LILYGO_T_CALL_A7670 -// #define LILYGO_T_SIM7672G_S3 +//! SIM7672G and SIM7670G are exactly the same, except for the name change +// #define LILYGO_T_SIM767XG_S3 // #define LILYGO_T_A7608X @@ -82,7 +83,7 @@ #define TINY_GSM_MODEM_A7670 #endif -#elif defined(LILYGO_T_SIM7672G_S3) +#elif defined(LILYGO_T_SIM767XG_S3) #define MODEM_BAUDRATE (115200) #define MODEM_DTR_PIN (9) #define MODEM_TX_PIN (11) diff --git a/examples/VoiceCalls/utilities.h b/examples/VoiceCalls/utilities.h index 4d1b085..a06f551 100644 --- a/examples/VoiceCalls/utilities.h +++ b/examples/VoiceCalls/utilities.h @@ -19,7 +19,8 @@ // #define LILYGO_T_CALL_A7670 -// #define LILYGO_T_SIM7672G_S3 +//! SIM7672G and SIM7670G are exactly the same, except for the name change +// #define LILYGO_T_SIM767XG_S3 // #define LILYGO_T_A7608X @@ -82,7 +83,7 @@ #define TINY_GSM_MODEM_A7670 #endif -#elif defined(LILYGO_T_SIM7672G_S3) +#elif defined(LILYGO_T_SIM767XG_S3) #define MODEM_BAUDRATE (115200) #define MODEM_DTR_PIN (9) #define MODEM_TX_PIN (11) diff --git a/platformio.ini b/platformio.ini index a0071d7..9891b9e 100644 --- a/platformio.ini +++ b/platformio.ini @@ -17,10 +17,12 @@ ; !default_envs 必须选择一个对应的板型 ,如果你不知道你的板型是哪种,请点击链接进行查看 ; https://www.lilygo.cc/products/t-sim-a7670e -default_envs = T-A7670X +; default_envs = T-A7670X -; default_envs = T-Call-A7670X +default_envs = T-Call-A7670X + +;! SIM7672G and SIM7670G are exactly the same, except for the name change ; default_envs = T-SIM7672G ; https://www.lilygo.cc/products/t-a7608e-h diff --git a/schematic/T-SIM7672-S3-V1.0.pdf b/schematic/T-SIM767X-S3-V1.0.pdf similarity index 100% rename from schematic/T-SIM7672-S3-V1.0.pdf rename to schematic/T-SIM767X-S3-V1.0.pdf