- For the first time, please remember to define the board model you use at the beginning of the sketch
AXP192 is the power supply used on the SIM800L board. It is an upgraded version of the IP5306 version. The following points are upgraded:
- Change the power IC to AXP192 PMU management, support coulomb counter and high-precision voltage and current detection function, please refer to X-Power official website
- SIM800L RI Pin leads to ESP32, can wake up from receiving voice or data calls, and receiving messages
- SIM800L DTR Pin leads to ESP32, which can wake up SIM800L from sleep state
- 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
- SIM800C is an upgraded version of SIM800L
- Arduino + TinyGSM library: /examples/Arduino_TinyGSM
- Loboris Micropython: /examples/MicroPython_LoBo
- ESP-IDF: https://github.com/espressif/esp-idf/tree/master/examples/protocols/pppos_client
Name | SIM800C |
---|---|
MODEM TX | 27 |
MODEM RX | 26 |
MODEM PWRKEY | 4 |
MODEM RST | NC |
MODEM POWER | 25 |
MODEM DTR | 32 |
MODEM RI | 33 |
PMU SDA | 21 |
PMU SCL | 22 |
PMU IRQ | 35 |
User LED | 12 |