This repo contains codes to perform following operations in raspberry PI zero/3 Model B interfaced with A7 AI Thinker GSM/GPRS module :
-
Sent a message using A7 AI Thinker GSM/GPRS module.
-
Get the GPS NMEA information.
-
receive SMS with ssid and password in a format, read the sms and automatically connect to the given wifi in the raspberry pi Zero.
-
Send the DATA to a network over TCP using A7 AI Thinker GSM/GPRS module.
- First, Connect A7 AI Thinker UART to Raspberry Pi UART (Tx/Rx = Rx/Tx).
- Run,
gsm2.py
. The program polls for the matching SMS. If a match is found, connects the Raspberry Pi to that WIFI.
Note: Change string format in gsm2.py
to modify sms format.