Initial Release!
This release adds:
Compatibility
- with
CircuitPython_MiniMQTT,CircuitPython_Requests
Methods
reset: performs a hardware reset on the modemfactory_reset: factory reset modemicccid: rets. sim card's iccid numberunpretty_ip
Modules
adafruit_fona_gsm: Class for interfacing with 2G GSM modems (FONA808+GPS),- Simpler user-code for attaching to, bringing up, and disconnecting GSM modem.
- Network connection and error handling is now handled from user-code instead of within the module (polling similar to ESP32SPI's
wifimanager)
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-fona .
Read the docs for info on how to use it.