https://github.com/adafruit/adafruit_fona
Arduino library for the Adafruit FONA
https://github.com/adafruit/adafruit_fona
arduino-library
Last synced: 3 months ago
JSON representation
Arduino library for the Adafruit FONA
- Host: GitHub
- URL: https://github.com/adafruit/adafruit_fona
- Owner: adafruit
- Created: 2014-07-01T16:23:26.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-11-15T15:26:45.000Z (over 1 year ago)
- Last Synced: 2025-04-05T03:11:34.283Z (3 months ago)
- Topics: arduino-library
- Language: C++
- Homepage: https://www.adafruit.com/products/1946
- Size: 577 KB
- Stars: 216
- Watchers: 50
- Forks: 238
- Open Issues: 64
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Adafruit FONA Library[](https://github.com/adafruit/Adafruit_FONA/actions)[](http://adafruit.github.io/Adafruit_FONA/html/index.html)
**This library requires Arduino v1.0.6 or higher**
This is a library for the Adafruit FONA Cellular GSM Breakouts etc
Designed specifically to work with the Adafruit FONA Breakout
* https://www.adafruit.com/products/1946
* https://www.adafruit.com/products/1963
* http://www.adafruit.com/products/2468
* http://www.adafruit.com/products/2542These modules use TTL Serial to communicate, 2 pins are required to interface
Adafruit invests time and resources providing this open source code,
please support Adafruit and open-source hardware by purchasing
products from Adafruit!Check out the links above for our tutorials and wiring diagrams
Written by Limor Fried/Ladyada for Adafruit Industries.
BSD license, all text above must be included in any redistribution
With updates from Samy KamkarTo download. click the DOWNLOADS button in the top right corner, rename the uncompressed folder Adafruit_FONA
Check that the Adafruit_FONA folder contains Adafruit_FONA.cpp and Adafruit_FONA.hPlace the Adafruit_FONA library folder your *arduinosketchfolder*/libraries/ folder.
You may need to create the libraries subfolder if its your first library. Restart the IDE.