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
- Host: GitHub
- URL: https://github.com/ajwad-shaikh/adafruit_fona_mod
- Owner: ajwad-shaikh
- License: mit
- Created: 2018-03-27T12:27:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-18T14:52:38.000Z (over 6 years ago)
- Last Synced: 2025-02-09T19:56:56.592Z (3 months ago)
- Topics: adafruit, fona, gsm-module, sim-modules, sim800l, sim800library
- Language: C++
- Size: 34.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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