Introduction
CircuitPython library for the Adafruit FONA cellular module.
Dependencies
This driver depends on:
Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading the Adafruit library and driver bundle.
Installing from PyPI
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally from PyPI. To install for current user:
pip3 install adafruit-circuitpython-fona
To install system-wide (this may be required in some cases):
sudo pip3 install adafruit-circuitpython-fona
To install in a virtual environment in your current project:
mkdir project-name && cd project-name
python3 -m venv .venv
source .venv/bin/activate
pip3 install adafruit-circuitpython-fona
Usage Example
Please see the examples directory for code usage.
Documentation
API documentation for this library can be found on Read the Docs.
For information on building library documentation, please check out this guide.
Contributing
Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming.
Table of Contents
adafruit_fona
FONA
FONA.delete_all_sms()
FONA.delete_sms()
FONA.enable_sms_notification
FONA.factory_reset()
FONA.get_host_by_name()
FONA.get_socket()
FONA.gprs
FONA.gps
FONA.iccid
FONA.iemi
FONA.local_ip
FONA.network_status
FONA.num_sms()
FONA.pretty_ip()
FONA.read_sms()
FONA.receive_sms()
FONA.remote_ip()
FONA.reset()
FONA.rssi
FONA.send_sms()
FONA.set_gprs()
FONA.socket_available()
FONA.socket_close()
FONA.socket_connect()
FONA.socket_read()
FONA.socket_status()
FONA.socket_write()
FONA.unpretty_ip()
FONA.version
adafruit_fona_socket
getaddrinfo()
gethostbyname()
htonl()
htons()
set_interface()
socket
adafruit_fona_network
CELLULAR
fona_3g
FONA3G