├── README.md ├── Sim800l.cpp ├── Sim800l.h ├── _config.yml ├── examples ├── getTimeRTC │ └── getTimeRTC.ino ├── readSms │ └── readSms.ino ├── readSmsAndFilterNumber │ └── readSmsAndFilterNumber.ino ├── sendSms │ └── sendSms.ino └── updateRtcWithGSM │ └── updateRtcWithGSM.ino ├── images ├── RESET.png └── power_supply.png └── keywords.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristiansteib/Sim800l/HEAD/README.md -------------------------------------------------------------------------------- /Sim800l.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristiansteib/Sim800l/HEAD/Sim800l.cpp -------------------------------------------------------------------------------- /Sim800l.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristiansteib/Sim800l/HEAD/Sim800l.h -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristiansteib/Sim800l/HEAD/_config.yml -------------------------------------------------------------------------------- /examples/getTimeRTC/getTimeRTC.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristiansteib/Sim800l/HEAD/examples/getTimeRTC/getTimeRTC.ino -------------------------------------------------------------------------------- /examples/readSms/readSms.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristiansteib/Sim800l/HEAD/examples/readSms/readSms.ino -------------------------------------------------------------------------------- /examples/readSmsAndFilterNumber/readSmsAndFilterNumber.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristiansteib/Sim800l/HEAD/examples/readSmsAndFilterNumber/readSmsAndFilterNumber.ino -------------------------------------------------------------------------------- /examples/sendSms/sendSms.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristiansteib/Sim800l/HEAD/examples/sendSms/sendSms.ino -------------------------------------------------------------------------------- /examples/updateRtcWithGSM/updateRtcWithGSM.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristiansteib/Sim800l/HEAD/examples/updateRtcWithGSM/updateRtcWithGSM.ino -------------------------------------------------------------------------------- /images/RESET.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristiansteib/Sim800l/HEAD/images/RESET.png -------------------------------------------------------------------------------- /images/power_supply.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristiansteib/Sim800l/HEAD/images/power_supply.png -------------------------------------------------------------------------------- /keywords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cristiansteib/Sim800l/HEAD/keywords.txt --------------------------------------------------------------------------------