Skip to content

Releases: thehapyone/BareBoneSim800

BareBoneSim800 v1.25

28 Sep 11:09
b3db7b0
Compare
Choose a tag to compare
  • 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

17 Mar 16:06
Compare
Choose a tag to compare
  • 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

11 Jan 23:24
Compare
Choose a tag to compare

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

28 Nov 03:42
ca5614c
Compare
Choose a tag to compare

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

17 Nov 14:09
ca5614c
Compare
Choose a tag to compare

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

17 Nov 13:58
ca5614c
Compare
Choose a tag to compare

This is the first release version of the BareBoneSim800 version 0.1 and it performs its basic functionality.