Releases: adafruit/Adafruit_CircuitPython_FONA
Pre-Release: Reliability, Speed and Requests
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
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.