Difference between revisions of "Using 4G module with BananaPi"

From Banana Pi Wiki
Jump to: navigation, search
(How to use BPI-4G LTE module with BPI-R2)
(How to use BPI-4G LTE module with BPI-R2)
Line 1: Line 1:
=How to use BPI-4G LTE module with BPI-R2=
+
=BPI-4G LTE module with banana pi=
 +
 
 +
==How to use BPI-4G LTE module with BPI-R2==
 
[[File:Usb_4g_1.jpg]]
 
[[File:Usb_4g_1.jpg]]
  
Line 27: Line 29:
  
 
ppp1_success_log.txt : http://forum.banana-pi.org/uploads/default/original/2X/e/eb7d46a0971c25f6337116d60e76590ce298b676.txt
 
ppp1_success_log.txt : http://forum.banana-pi.org/uploads/default/original/2X/e/eb7d46a0971c25f6337116d60e76590ce298b676.txt
 +
 +
==FAQ==
 +
 +
==How to use BPI-4G LTE module with BPI-W2==

Revision as of 05:41, 10 May 2018

BPI-4G LTE module with banana pi

How to use BPI-4G LTE module with BPI-R2

Usb 4g 1.jpg

1.Firstly, use R2 connects LTE module by USB or 14pin Headers. then execute command "lsusb" to have a look if R2 have drove the module. The red box is the id of 4G module.

Usb 4g 2.PNG

After seeing this, execute command "ls /dev/ttyUSB*" to make sure the 4G module have been recognised as USB devs.

Usb 4g 3.PNG

2. Execute the "./ppp1.sh &"

Usb 4g 4.PNG

then execute command “ifconfig -a”,you will see ppp0

Usb 4g 5.PNG

3. Execute command ”wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py” to download speed test tool.

Usb 4g 6.PNG

4. Execute command "chmod +x speedtest-cli", then execute "./speedtest-cli"

Usb 4g 7.PNG

ppp1_success_log.txt : http://forum.banana-pi.org/uploads/default/original/2X/e/eb7d46a0971c25f6337116d60e76590ce298b676.txt

FAQ

How to use BPI-4G LTE module with BPI-W2