Skip to content

Initial Release!

Compare
Choose a tag to compare
@brentru brentru released this 07 May 13:42
679b7ed

This release adds:

Compatibility

  • with CircuitPython_MiniMQTT, CircuitPython_Requests

Methods

  • reset: performs a hardware reset on the modem
  • factory_reset: factory reset modem
  • icccid: rets. sim card's iccid number
  • unpretty_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.