Skip to content

Instantly share code, notes, and snippets.

View JayPalm's full-sized avatar

Justin JayPalm

  • Santa Barbara, CA
View GitHub Profile
@JayPalm
JayPalm / test_gsm_ppp.py
Created December 24, 2022 08:47
PPP over GSM using MicroPython on a LilyGo-TSIM7000G
"""
# Establish PPP on ESP32 using SIM7000G.
[AT CMD reference for SIM7000](https://cdn.geekfactory.mx/sim7000g/SIM7000%20Series_AT%20Command%20Manual_V1.06.pdf)
I am using a LilyGo-TSIM7000G, which is a dev board that contains both an ESP32 and SIM7000G.
You may need to update the pinout differently for your setup and modem.
You will also need to update the apn variable to whatever is appropriate for your sim card and carrier.
"""