The code in this repository is an adapted version of the Adafruit FONA library which adds LTE functionality for the SIM7000 module as well as other improvements for other SIMCom modules.
The text below is from the original Adafruit FONA library:
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/2542
These 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 Kamkar
To download. click the DOWNLOADS button in the top right corner, rename the uncompressed folder Botletics_modem Check that the Botletics_modem folder contains Botletics_modem.cpp and Botletics_modem.h
Place the Botletics_modem library folder your arduinosketchfolder/libraries/ folder. You may need to create the libraries subfolder if its your first library. Restart the IDE.