You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+48-11Lines changed: 48 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,17 @@
1
1
# gsmHat - Waveshare GSM/GPRS/GNSS HAT for Raspberry Pi with Python
2
2
3
-
With gsmHat, you can easily use the functionality of the Waveshare GSM/GPRS/GNSS HAT for Raspberry Pi ([Link to HAT](https://www.waveshare.com/gsm-gprs-gnss-hat.htm)). On this module a SIM868 Controller is doing the job too connect your Raspberry Pi with the world just by using a sim card.
3
+
With gsmHat, you can easily use the functionality of the Waveshare GSM/GPRS/GNSS HAT for Raspberry Pi ([Link to HAT](https://www.waveshare.com/gsm-gprs-gnss-hat.htm)). On this module a SIM868 Controller is doing the job to connect your Raspberry Pi with the world just by using a sim card.
4
+
5
+
## Update on Wed Oct 21st, 2020
6
+
:point_right: Internet functionality added!
4
7
5
8
## Overview
6
9
gsmHat was written for Python 3. It provides the following features
7
10
8
11
- Non-blocking receiving and sending SMS in background
9
12
- Non-blocking calling
10
13
- Non-blocking refreshing of actual gps position
14
+
- Non-blocking URL Call and receiving of response
11
15
12
16
## Usage
13
17
@@ -88,7 +92,7 @@ gsm.HangUp() # Or you can HangUp by yourself earlier
88
92
gsm.Call(Number, 60) # Or lets change the timeout to 60 seconds. This call hangs up automatically after 60 seconds
89
93
```
90
94
91
-
7. Lets see, where your Raspberry Pi (in a car or in a motocycle or on a cat?) is positioned on earth
95
+
7. Lets see, where your Raspberry Pi (in a car or on a motocycle or on a cat?) is positioned on earth
0 commit comments