BareBoneSim800 Versions Save

A BareBone Arduino Library For SIM800 Modules

1.25

5 years ago
  • 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

1.2

6 years ago
  • 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.

1.1

6 years ago

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.

1.0

6 years ago

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.

0.2

6 years ago

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.

0.1

6 years ago

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