Skip to content

Releases: adafruit/Adafruit_CircuitPython_FONA

FONA SMS

13 May 20:31
4317c7d

Choose a tag to compare

This release adds:

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.

Initial Release!

07 May 13:42
679b7ed

Choose a tag to compare

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.

Pre-Release: Reliability, Speed and Requests

04 May 14:54
cd232ee

Choose a tag to compare

This release adds:

  • Compatibility for usage with the Adafruit_Requests library
  • New examples: Twitter Cheerlights, Adafruit IO HTTP Publish
  • Updated fona module which increases network reliability and speed.

NOTE: This initial alpha version has not been tested with CircuitPython_MQTT or CircuitPython IOT SDK Libraries. Please report any bugs on the issues page for this library.

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.

Pre-Release: CircuitPython Cellular

21 Apr 15:26
3c6a53f

Choose a tag to compare

This library provides hardware support for the Adafruit FONA cellular module. This library includes an interface for the cellular module (adafruit_fona.py) and a CPython socket-like interface (adafruit_fona_socket.py).

NOTE: This initial alpha version has not been tested with CircuitPython IoT libraries such as CircuitPython_Requests or CircuitPython_MQTT. Please report any bugs on the issues page for this library.

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.