An open API service indexing awesome lists of open source software.

https://github.com/ajwad-shaikh/adafruit_fona_mod

Modified header file to effortlessly communicate with SIM modules
https://github.com/ajwad-shaikh/adafruit_fona_mod

adafruit fona gsm-module sim-modules sim800l sim800library

Last synced: about 2 months ago
JSON representation

Modified header file to effortlessly communicate with SIM modules

Awesome Lists containing this project

README

        

# Adafruit_FONA_mod
Modified Arduino Library to effortlessly communicate with SIM modules.

While I was working on SafEve_Device (https://github.com/ajwad-shaikh/SafeEve_Device), I found that using the original library on SIM800L sends only blank SMSes to any number.
Since then, I have played around with the .cpp code to somehow fix the problem.
With this modified version, you can now effortlessly send messages.

Other parts of the original code remain untouched thereby may cause errors.

Find the original code @ https://github.com/adafruit/Adafruit_FONA