Releases: thehapyone/BareBoneSim800
BareBoneSim800 v1.25
- This is a minor update.
- Library .h and .c files were cleaned of junks.
- Added support for pushing to PubNub Data Stream Server through examples.
- PubNub Post example Included for illustrating HTTP Post and IoT Applications
BareBoneSim800 v1.2
- Added support for slow GPRS network sending data to the cloud.
- Added support for checking new received SMS in real-time; Now you can quickly call a function to notify you of new SMS or not.
- Improved HTTP data connection timeout.
BareBoneSim800 v1.1
Added support for the addition of a Username and Password.
BareBoneSim800 sim800("your APN network", "your USERNAME", "your PASSWORD");
Now you can add your own username and password to the connection parameters.
New Feature v1.0
Fix and Updates
Errors and conflicts in example sketches has been corrected.
New function added - dellAllSMS - To allow deleting all sms in module. Thanks to suggestion from user itmoto.
Improved v0.2
This is an improvement over this previous release. It replaces the use of SoftwareSerial Library with the AltSoftSerial Library. Library is now compatible with use with SPI Libraries like SD Card and others and PinChange Interrupt Libraries also.
BareBoneSim800 v0.1
This is the first release version of the BareBoneSim800 version 0.1 and it performs its basic functionality.