Skip to content

Releases: Atnic/GSM-library

Alpha v0.5.2

23 Jan 06:36
Compare
Choose a tag to compare
Alpha v0.5.2 Pre-release
Pre-release

Fixing Platformio lib manager installation

Version 0.5.1

17 Nov 11:42
Compare
Choose a tag to compare
Version 0.5.1 Pre-release
Pre-release

Now you can add it via Platformio library manager!

Alpha v0.5

24 Oct 11:00
Compare
Choose a tag to compare
Alpha v0.5 Pre-release
Pre-release
  • Add URC Localtimestamp
  • Move initialization to togglePower
  • Get IMEI method
  • SoftwareSerial Listen
  • Add URC NewMessageIndication
  • And add some awesome example

yay! 😆 thx to @Winneryanto

Alpha v0.4

22 Jul 11:10
Compare
Choose a tag to compare
Alpha v0.4 Pre-release
Pre-release

Modified HTTP Class, so it can access https:// site, and still can access http://
Auto execute AT+HTTPSSL depend on URL.

example:

...
http.action("GET", "https://your-ssl-site.com");
...

Alpha v0.3

12 Jun 16:09
Compare
Choose a tag to compare
Alpha v0.3 Pre-release
Pre-release

Add GSMLOC Class.
More accurate on capturing URC without data corrupt.

Alpha Release v0.2

11 Jun 05:54
Compare
Choose a tag to compare
Alpha Release v0.2 Pre-release
Pre-release

To see changes, see comment on example.
Now SoftwareSerial can use higher baudrate with safe, 19200
Software Flow Control by defaults

Not complete SMS Class added. 😢

Alpha Release v0.1

07 Jun 04:35
Compare
Choose a tag to compare
Alpha Release v0.1 Pre-release
Pre-release

Minimum feature, for check status of GSM,
and for HTTP transfer.
See example.

Not supported for SMS or Call yet. 😅