mirror of
https://github.com/Xinyuan-LilyGO/LilyGo-T-Call-SIM800.git
synced 2026-07-27 19:56:23 +00:00
update
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
| Examples | Product Link | Schematic | Status | Recommended level |
|
||||
| :------------------------------------------------: | :----------------------------------------------------------------: | :---------------------------------------------------------: | :----: | :---------------: |
|
||||
| [SIM800L IP5306 20190610](./doc/SIM800L_IP5306.MD) | [Product link](https://www.aliexpress.com/item/33045221960.html) | [Schematic](./schematic/LilyGo-SIM800L-IP5306-20190610.pdf) | ✅ | ⭐ |
|
||||
| [SIM800L IP5306 20200811](./doc/SIM800L_IP5306.MD) | [Product link](https://pt.aliexpress.com/item/4000959701330.html) | [Schematic](./schematic/LilyGo-SIM800L-IP5306-20200811.pdf) | ✅ | ⭐⭐ |
|
||||
| [SIM800L IP5306 20200811](./doc/SIM800L_IP5306.MD) | [Product link](https://www.aliexpress.com/item/4000959701330.html) | [Schematic](./schematic/LilyGo-SIM800L-IP5306-20200811.pdf) | ✅ | ⭐⭐ |
|
||||
| [SIM800L AXP192 20200327](./doc/SIM800L_AXP192.MD) | [Product link](https://www.aliexpress.com/item/4000959701330.html) | [Schematic](./schematic/LilyGo-SIM800L-PMU-20200409.pdf) | ✅ | ⭐⭐⭐ |
|
||||
| [SIM800C AXP192 20200609](./doc/SIM800C_AXP192.MD) | [Product link](https://pt.aliexpress.com/item/4001274909689.html) | [Schematic](./schematic/LilyGo-SIM800C-20200630.pdf) | ✅ | ⭐⭐⭐ |
|
||||
| [SIM800C AXP192 20200609](./doc/SIM800C_AXP192.MD) | [Product link](https://www.aliexpress.com/item/4001274909689.html) | [Schematic](./schematic/LilyGo-SIM800C-20200630.pdf) | ✅ | ⭐⭐⭐ |
|
||||
|
||||
## Datasheet
|
||||
- [SIM800 AT Command](./datasheet/sim800_series_at_command_manual_v1.01.pdf)
|
||||
|
||||
@@ -6,15 +6,16 @@
|
||||
// #define SIM800L_IP5306_VERSION_20190610
|
||||
// #define SIM800L_AXP192_VERSION_20200327
|
||||
// #define SIM800C_AXP192_VERSION_20200609
|
||||
// #define SIM800L_IP5306_VERSION_20200811
|
||||
#define SIM800L_IP5306_VERSION_20200811
|
||||
|
||||
// #define TEST_RING_RI_PIN //Note will cancel the phone call test
|
||||
|
||||
// #define ENABLE_SPI_SDCARD //Uncomment will test external SD card
|
||||
// See all AT commands, if wanted
|
||||
#define DUMP_AT_COMMANDS
|
||||
|
||||
// Define the serial console for debug prints, if needed
|
||||
#define DUMP_AT_COMMANDS
|
||||
#define TINY_GSM_DEBUG SerialMon
|
||||
#define TINY_GSM_DEBUG SerialMon
|
||||
|
||||
#include "utilities.h"
|
||||
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
|
||||
## Flash Micropython to ESP32
|
||||
|
||||
[More examples](https://github.com/Xinyuan-LilyGO/LilyGo-T-Call-SIM800/issues/129#issuecomment-813663796)
|
||||
|
||||
|
||||
The recommended version of Micropython for this board is
|
||||
[`MicroPython_LoBo_esp32_psram_all.zip`](https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo/raw/master/MicroPython_BUILD/firmware/MicroPython_LoBo_esp32_psram_all.zip)
|
||||
from [LoBo prebuilt packages](https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo/tree/master/MicroPython_BUILD/firmware).
|
||||
|
||||
Reference in New Issue
Block a user