A great option for applications that require connectivity redundancy, since with this ESP32 you can establish connections via Bluetooth, Wifi or 2G GSM / GPRS networks. With USB-C connector and a boost converter that will control the power and battery charge managed by the integrated IP5306 with controllable behavior through I2C
Band: quad-band GSM/GPRS
Frequency: GSM850MHz, EGSM900MHz, DCS1800MHz and PCS1900MHz
Transmitting power:
GPRS connectivity: GPRS multi-slot class 12(default)
// TTGO T-Call pins
#define MODEM_RST 5
#define MODEM_PWKEY 4
#define MODEM_POWER_ON 23
#define MODEM_TX 27
#define MODEM_RX 26
#define I2C_SDA 21
#define I2C_SCL 22
Recommended Libraries: https://github.com/vshymanskyy/TinyGSM
Basic Usage examples: https://github.com/CRCibernetica/TTGO-T-Call-Examples
Advanced examples: https://github.com/Xinyuan-LilyGO/LilyGo-T-Call-SIM800/tree/master/examples