Skip to content

Releases: adafruit/Adafruit_CircuitPython_FONA

Pre-Release: Reliability, Speed and Requests

04 May 14:54
cd232ee
Compare
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
Compare
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.