Skip to content

Latest commit

 

History

History
47 lines (40 loc) · 1.23 KB

README.md

File metadata and controls

47 lines (40 loc) · 1.23 KB

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: