Skip to content

minhhieuec/RASPBERRY_PI_SMS_EXCHANGE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RASPBERRY_PI_SMS_EXCHANGE

Features

  • Receive and update SMS content on web page.
  • Send SMS to Phone number via web.
  • Management all received SMS.

Link demo: https://youtu.be/GVYldJEaf5g

Hardware

  • Raspberry Pi (Wifi/LAN support).
  • Module SIM 900.

Setup

Raspberry Pi connect to wifi

sudo iwlist wlan0 scan
sudo nano /etc/wpa_supplicant/wpa_supplicant.conf

network={
    ssid="testing"
    psk="testingPassword"
}

Reference: https://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md

Connect SIM900 Module with UART

Reference:

Setup HTTP Server on Raspberry Pi

sudo apt-get install git-core
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install apache2 php5
sudo apt-get install lighttpd php5
sudo apt-get install git-core
git clone git://git.drogon.net/wiringPi
cd wiringPi
./build

Fix error:

About

Send and receive sms message via module sim 900 with raspberry pi

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published