mirror of
https://github.com/Xinyuan-LilyGO/LilyGo-T-Call-SIM800.git
synced 2026-07-28 04:06:25 +00:00
Update README
This commit is contained in:
@@ -12,10 +12,12 @@ AXP192 is the power supply used on the SIM800L board. It is an upgraded version
|
||||
2. SIM800L **RI** Pin leads to ESP32, can wake up from receiving voice or data calls, and receiving messages
|
||||
3. SIM800L **DTR** Pin leads to ESP32, which can wake up SIM800L from sleep state
|
||||
4. The old and new versions are fully compatible and can be used as general examples. You don't need to care about the control of the AXP192 power chip, you can replace the new board on your original code without programming the AXP192, and provide AXP192 control example code
|
||||
|
||||
5. SIM800C is an upgraded version of SIM800L
|
||||
|
||||
## Examples for SIM800L & SIM800C
|
||||
- Arduino + TinyGSM library: [/examples/Arduino_TinyGSM](/examples/Arduino_TinyGSM)
|
||||
- Arduino + TinyGSM library: [/examples/Arduino_TinyGSM](../examples/Arduino_TinyGSM)
|
||||
- Loboris Micropython: [/examples/MicroPython_LoBo](../examples/MicroPython_LoBo)
|
||||
- ESP-IDF: https://github.com/espressif/esp-idf/tree/master/examples/protocols/pppos_client
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -14,7 +14,10 @@ AXP192 is the power supply used on the SIM800L board. It is an upgraded version
|
||||
|
||||
|
||||
## Examples for SIM800L & SIM800C
|
||||
- Arduino + TinyGSM library: [/examples/Arduino_TinyGSM](/examples/Arduino_TinyGSM)
|
||||
- Arduino + TinyGSM library: [/examples/Arduino_TinyGSM](../examples/Arduino_TinyGSM)
|
||||
- Loboris Micropython: [/examples/MicroPython_LoBo](../examples/MicroPython_LoBo)
|
||||
- ESP-IDF: https://github.com/espressif/esp-idf/tree/master/examples/protocols/pppos_client
|
||||
|
||||
|
||||
## Pin definition
|
||||
| Name | SIM800L |
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
|
||||
## Examples for SIM800L IP5306 Version
|
||||
|
||||
- Loboris Micropython: [/examples/MicroPython_LoBo](/examples/MicroPython_LoBo)
|
||||
- Arduino + TinyGSM library: [/examples/Arduino_TinyGSM](/examples/Arduino_TinyGSM)
|
||||
- Arduino OTA update over GSM: [/examples/Arduino_GSM_OTA](/examples/Arduino_GSM_OTA)
|
||||
- Loboris Micropython: [/examples/MicroPython_LoBo](../examples/MicroPython_LoBo)
|
||||
- Arduino + TinyGSM library: [/examples/Arduino_TinyGSM](../examples/Arduino_TinyGSM)
|
||||
- Arduino OTA update over GSM: [/examples/Arduino_GSM_OTA](../examples/Arduino_GSM_OTA)
|
||||
- ESP-IDF: https://github.com/espressif/esp-idf/tree/master/examples/protocols/pppos_client
|
||||
- Platformio Arduino_Thingsboard :[/examples/Platformio_Arduino_Thingsboard](/examples/Arduino_Deepsleep)
|
||||
- Platformio Arduino_Thingsboard :[/examples/Platformio_Arduino_Thingsboard](../examples/Platformio_Arduino_Thingsboard)
|
||||
|
||||
## Pin definition
|
||||
| Name | Pins |
|
||||
|
||||
Reference in New Issue
Block a user