Receive SMS using a SIM800c Module
This is video 2 of a tutorial on how to send and receive SMS using a SIM800c Module and a Raspberry Pi.
1. Wiring : https://youtu.be/tmD9svuY0Kc
2. Receive SMS : https://youtu.be/J4QoeTLoL4U
3. Send SMS : https://youtu.be/_jWyjmJLjyE
In this video I add a SIM card to my SIM800c module and receive some SMS messages.
The commands demonstrated in this video were,
Show the SIM model
ATI
AT+GMM
Show your network settings
AT+COPS?
Show list of available networks
AT+COPS=?
Set you network selection to auto
AT+COPS=0
Get current functionality status
AT+CFUN?
Set to airplane mode
AT+CFUN=0
Switch on signal receivers
AT+CFUN=1
Show SIM status
AT+CSCS?
Am I connected to a network or not
AT+CREG?
Show signal strength
AT+CSQ
Show service center number
AT+CSCA?
Set messages to Text mode
AT+CMGF=1
Read all messages
AT+CMGL="ALL"
Read message at slot 1
AT+CMGR=1
Delete message at slot 3
AT+CMGD=3
The Python script demonstrated in this video can be downloaded from https://github.com/Sean-Bradley/SMS-Scripts
0:00 Receive SMS using a SIM800c Module
0:10 Insert SIM card
0:40 Connect SIM800c 5v wire
1:05 Connect to SIM800c using minicom
1:30 Example AT Commands
4:30 Send SMS to SIM800c Module using Mobile Phone
4:40 Read SMS using AT commands
5:30 Read and Delete individual messages
6:50 Demonstrate Reading SMS using Python
7:50 Send SMS using Mobile Phone
8:00 Python script shows new messages
8:25 Show GitHub repository of Python script
9:50 Configure minicom to auto add carriage return
#sms
#smsModule
#sim800c
Other Videos By SBCODE
2020-11-20 | Adding Dishwasher Salt To Your Dishwasher |
2020-11-13 | TP-Link AV600 Powerline Quick Setup |
2020-11-11 | How To Balance Your Phone In The Freevision Vilta M Pro |
2020-11-05 | Prometheus : Course Introduction |
2020-11-04 | Prometheus : Query SNMP from a CISCO Switch |
2020-11-02 | Prometheus : Configure a Second External SNMP Daemon |
2020-11-02 | Prometheus : SNMP Exporter |
2020-11-02 | Prometheus : SNMP Introduction |
2020-10-24 | CMY Cube (Cheap Copy) |
2020-10-02 | Send SMS using a SIM800c Module |
2020-10-02 | Receive SMS using a SIM800c Module |
2020-09-29 | Connect SIM800C SMS Module to a Raspberry PI |
2020-09-27 | Prometheus : Adding the Alert Manger UI |
2020-09-26 | Prometheus : Configure Alert Manager SMTP Settings |
2020-09-25 | Prometheus : Install Send Only SMTP Server |
2020-09-25 | Prometheus : Install Alertmanager |
2020-09-24 | Prometheus : Alerting Rules |
2020-09-24 | Prometheus : Recording Rules |
2020-09-23 | Prometheus : PromQL Example Queries |
2020-09-22 | Prometheus : Deleting a Time Series |
2020-09-22 | Prometheus : Install an External Node Exporter |