Send SMS using a SIM800c Module
This is video 3 of the 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
The actual command to send SMS using minicom on the Raspberry Pi is,
AT+CMGF=1
AT+CMGS="+YOUR_MOBILE_NUMBER"
Enter message here{ctrl+z}
You can send multiple lines, but to do the final send, you need to finish with {ctrl+z}
The GitHub repo for the script in this video is at https://github.com/Sean-Bradley/SMS-Scripts
The online tool used in this video to decode SMS is at https://smspdu.benjaminerhart.com/
0:00 Send SMS using a SIM800c Module
0:30 Read SMS on SIM800c module using minicom
1:10 Configure minicom word-wrap
1:30 Decode PDU
2:15 Send SMS using the SIM800c Module
2:50 Read SMS on mobile phone
3:10 Send SMS using a Python script
3:45 Show GitHub repository of Python Script
4:40 Demonstrate reading and sending SMS using the Python script
#sms
#smsModule
#sim800c
Other Videos By SBCODE
2020-11-24 | Remove And Replace Dyson Animal Battery |
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 |