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.