Difference between revisions of "SIM820X PPP Dial-Up"

From Waveshare Wiki
Jump to: navigation, search
Line 2: Line 2:
 
  sudo su
 
  sudo su
 
  cd /etc/ppp/peers
 
  cd /etc/ppp/peers
 +
sudo apt-get install ppp
 
  wget https://www.waveshare.com/w/upload/5/5b/SIM820X_PPP.zip
 
  wget https://www.waveshare.com/w/upload/5/5b/SIM820X_PPP.zip
 
  unzip SIM820X_PPP.zip
 
  unzip SIM820X_PPP.zip

Revision as of 11:49, 14 October 2021

  • Copy the following command to the shell
sudo su
cd /etc/ppp/peers
sudo apt-get install ppp
wget https://www.waveshare.com/w/upload/5/5b/SIM820X_PPP.zip
unzip SIM820X_PPP.zip
pppd call simcom-pppd &

SIM820X pppd dial-up.png

  • Test the network status of the ppp0
ifconfig
ping -I ppp0 www.waveshare.com

820X ppp ping.png